Skip to content

Commit

Permalink
Update built-in libqd to version 2.3.24 (#258)
Browse files Browse the repository at this point in the history
Update built-in libqd to version 2.3.24
  • Loading branch information
mcara authored Nov 5, 2023
1 parent bb8de21 commit 5de7fc7
Show file tree
Hide file tree
Showing 51 changed files with 26,724 additions and 105,524 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ sdist
develop-eggs
.installed.cfg
distribute-*.tar.gz
libqd/autom4te.cache

# Other
.*.swp
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Release Notes
=============

1.3.1 (5-November-2023)
=======================

- Updated the built-in ``qd`` library to version 2.3.24. [#258]


1.3.0 (1-November-2023)
=======================

Expand Down
3 changes: 2 additions & 1 deletion libqd/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ Yves Renard <[email protected]>
- Provided initial autotoolization (autoconf / automake / libool).
E. Jason Riedy <[email protected]>
- Various bug fixes and code cleanup.

Michael Orlitzky <[email protected]>
- Bug fixes, build system cleanup, and a new release.
7 changes: 3 additions & 4 deletions libqd/COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ of Mathematical, Information, and Computational Sciences of the
U.S. Department of Energy under contract numbers DE-AC03-76SF00098 and
DE-AC02-05CH11231.

Copyright (c) 2003-2009, The Regents of the University of California,
Copyright (c) 2003-2023, The Regents of the University of California,
through Lawrence Berkeley National Laboratory (subject to receipt of
any required approvals from U.S. Dept. of Energy) All rights reserved.

By downloading or using this software you are agreeing to the modified
BSD license that is in file "BSD-LBNL-License.doc" in the main ARPREC
BSD license that is in file "BSD-LBNL-License.doc" in the main
directory. If you wish to use the software for commercial purposes
please contact the Technology Transfer Department at [email protected] or
call 510-286-6457."

call 510-286-6457.

12 changes: 3 additions & 9 deletions libqd/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = config src include tests fortran
SUBDIRS = src include tests fortran

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = qd.pc
Expand All @@ -26,13 +26,7 @@ dist_noinst_DATA = docs/Makefile \
doc: docs/qd.pdf

docs/qd.pdf:
$(MAKE) -C docsqd.pdf

changelog:
git log >ChangeLog

dist-hook:
rm -f ${distdir}/ChangeLog && git log >${distdir}/ChangeLog
$(MAKE) -C docs qd.pdf

cpp-demo:
$(MAKE) -C tests demo
Expand All @@ -58,4 +52,4 @@ time:

bin_SCRIPTS=qd-config

.PHONY: changelog cpp-demo fortran-demo demo time doc
.PHONY: cpp-demo fortran-demo demo time doc
Loading

0 comments on commit 5de7fc7

Please sign in to comment.