Commit graph

44 commits

Author SHA1 Message Date
wiz
e4025746ee After guile's and guile20's installation prefixes have changed, it's time
to bump their dependencies (except those that were bumped in the last 24
hours already).
2016-09-15 14:32:39 +00:00
wiz
539f7a37e3 Updated libctl to 3.2.2.
Switch to guile20.

libctl 3.2.2

  * Bug fix to interpolate-uniform for guile 1.8+.
2016-07-16 20:05:57 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
063f1ec81d Update to 3.2.1, provided by outpaddling and asau in wip.
libctl 3.2.1

8 August 2012

    Fix incorrect gh_symbol2newstr macro replacement.

libctl 3.2

20 July 2012

    Now works with Guile version 2.x (older versions are still
    supported).
    Add libctl_quiet variable to main.c so that libctl-using programs
    can suppress all output if desired (e.g. to avoid duplicate
    outputs on parallel machines).
    Added wedge object type for circular/cylindrical wedges, as a
    subclass of cylinder: (make wedge (center ...) (axis ...)
    (radius ...) ...) with two new properties: (wedge-angle ...)
    for the angle in radians, and (wedge-start v) for a vector v
    such that the wedge angles start at zero in the (v, axis) plane.
    [Caveat: subpixel averaging is currently inaccurate for the
    flat wedge edges.]
    list-type constructors now accept either (name ...elements...)
    or (name (list ...elements...)).
    Add vector3->exact function for to-integer rounding. Otherwise,
    ensure that interpolation results are floating-point to prevent
    type-conversion errors.
    Added ctl-set-prompt! to set interactive prompt in both old
    and new Guile versions.
    Rename string to char* in ctl-io.h for C++ compatibility.
    Bug fix in normal-to-object near corners of blocks.

libctl 3.1

5 June 2008

    Support specifying the location of the guile and guile-config
    programs with GUILE and GUILE_CONFIG environment variables in
    the configure script.
    Support for calling NLopt optimization library (also requires
    the program using libctl to be changed to link nlopt).
    New ellipsoid_overlap_with_object function, analogous to
    box_overlap_with_object function.
    Bug fix in include function for recent versions of Guile, to
    properly keep track of the current include directory.
    Bug fix in numerical-derivative routine, which didn't converge
    when the error was exactly zero.

libctl 3.0.3

27 February 2008

    Added "begin-timed" function, which is similar to "begin-time"
    except that it returns the value of the last statement (like
    "begin") rather than the time.
    Bug fix: allow classes to have boolean properties.
    Bug fixes for compilation under C++, thanks to David Foster:
    include missing string.h header and fixed gh_new_procedure
    prototype.

libctl 3.0.2

22 August 2006

    Fix minor Guile incompatibility on some systems.

libctl 3.0.1

5/1/2006

    Change shared-library version to 3:0:0 instead of 0:0:0. This
    avoids conflicts with shared library version numbers that has
    been assigned to earlier versions of libctl for Debian; thanks
    to Josselin Mouette for the suggestion.

libctl 3.0

4/1/2006

    Switch to use automake and libtool. Can now install shared
    libraries with --enable-shared.
    License is now GNU GPL (v2 or later) rather than the GNU LGPL,
    due to use of third-party GPL code for multi-dimensional
    integration (below).
    gen-ctl-io now supports separate generation of code and header
    files via --code and --header arguments. (Better for parallel
    make.) Also support a -o option to give a different output file
    name.
    gen-ctl-io can now export C++ code by using the --cxx flag.
    gen-ctl-io can now export SWIG .i files for automatic type
    conversion in SWIG wrapper generation, using the --swig flag.
    Backwards incompatible change: users must include their own
    ctl-io.h *before* ctlgeom.h, or you get ctlgeom-types.h instead
    (this is for use with the "stand-alone" libctlgeom.a library
    below.
    New multi-dimensional integration routines using adaptive
    cubature. (Much more efficient than nested 1d integrations.)
    Adapted in part from the HIntlib Library by Rudolf Schuerer
    and from the GNU Scientific Library (GSL) by Brian Gough.
    New interpolate-uniform function that tries to maintain a
    uniform distance between points (i.e. variable number of
    interpolated points between different list elements, as needed).
    Now install a "stand-alone" libctlgeom.a library to make it
    easier to call geometry routines from non-Scheme code.
    New routines to compute overlap fraction of box with object,
    compute analytical normal vectors, etcetera. (For upcoming
    versions of Meep and MPB.) Also new routines to get the object
    of a point, not just the material. Also new routines to operate
    on a supplied geometry list parameter instead of using the
    global; unlike the old material_of_point_in_tree functions,
    these functions do not shift the argument to the unit cell,
    but you can use the new function shift_to_unit_cell to get this
    behavior.
    gen-ctl-io now generates object equal/copy functions.
    In unit-vector3, only return 0 when norm==0, not merely if it
    is small.
    Added one-sided numerical derivative routine.
    Define "verbose?" variable corresponding to main.c variable.
    (print) calls (flush-all-ports) to keep C and Scheme I/O in
    sync.
    Fix in find-root-deriv to prevent infinite loop in some cases
    where the root does not exist; thanks to XiuLun Yang for the
    bug report.
    Bug fix in make_hermitian_cmatrix3x3; thanks to Mischa Megens.
2013-01-23 21:46:33 +00:00
wiz
bc08804cf0 Import libctl-3.2.1 as devel/libctl.
Packaged for wip by outpaddling and asau.

Libctl is a free Guile-based library implementing flexible control files for
scientific simulations.
2013-01-23 21:43:21 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
asau
00708ce7e3 Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
joerg
d0278d538d Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
joerg
d1dac1f373 user-destdir support 2009-07-08 16:27:31 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
tv
dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
7bdebf2480 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
361424d94b Update to 2.2, and switch to using guile-1.6.
Changes:
libctl 2.2 (9/12/2002)

  * Added simple trapezoidal-rule adaptive numeric integration routine.

  * Numerical derivative routines now allow numerical differentation
    of vector-valued function.  Added deriv2 convenience routine.

  * Added find-root-deriv functions for faster root-finding of
    functions for which the derivative is also available.

  * Added missing (cvector3 ...) constructor, and fixed corresponding
    constructor for cvector3 object properties; thanks to Doug Allan for
    the bug report.

  * Added generic 'memoize' function.

  * libctl programs now print out command-line parameters when they run.

  * Fixed incomplete support for generic SCM type.

  * Fixed to work with Guile 1.5+ (thanks to Mike Watts for the bug report).

libctl 2.1 (3/21/2002)

  * Bug fix: complex-number input variables were read as garbage
    if they had imaginary parts; does not affect complex-number outputs.

  * Added generic SCM type for i/o variables and parameters, as a
    catch-all for other Scheme objects.

  * main.c now has ctl_export_hook (enabled by defining
    CTL_HAVE_EXPORT_HOOK) with which to define additional Guile symbols.

  * gen-ctl-io: converts "!" in symbols to "B" in C identifiers.

libctl 2.0 (3/10/2002)

  * New set-param! function, analogous to define-param, that allows
    you to change the value of a parameter in a way that can still be
    overridden from the command line.

  * In libgeom, allow user to specify the resolution instead of the
    grid-size.  New no-size support in lattice class to reduce
    dimensionality, and new (get-grid-size) function.

  * Support for Scheme complex numbers, along with a few new associated
    functions: conj, vector3-cdot, matrix3x3-adjoint.

  * New functions to compute numerical derivatives using Ridder's
    method of polynomial extrapolation.

  * Documented object-property-value; thanks to Theis Peter Hansen for
    the suggestion.

  * Get rid of unneeded make-default, and use consistent syntax for
    define-property and define-post-processed-property, compared to
    define-input-var.  NOT BACKWARD COMPATIBLE (for developers; users
    are not affected).  Thanks to Theis Peter Hansen for the suggestion.

  * Call ctl_stop_hook even with --help, --version, etcetera; this
    makes the behavior nicer e.g. with MPI.

libctl 1.5 (11/15/2001)

  * geometry-lattice now has a separate basis-size property, so that you
    can specify the basis vectors as being something other than unit vectors.

  * More functions are tail-recursive, helping to prevent stack overflows;
    thanks to Robert Sheldon for the bug report.

  * New fold-left and fold-right functions, documented in the manual.

  * The configure script now checks that guile is in the $PATH.  Thanks to
    Bing Li and Giridhar Malalahalli for their bug reports.
2003-01-10 12:02:53 +00:00
wiz
6323d3b477 USE_BUILDLINK2. (Package does not compile with guile-1.6). 2003-01-10 11:46:49 +00:00
uebayasi
917d29d213 Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14.  These packages are
expected to be made depend on newer Guile (1.6.x) when updated in the
future.
2003-01-07 03:56:17 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
taca
e5ee2a088b Update MASTER_SITES according to HOMEPAGE. 2001-07-17 14:35:32 +00:00
jtb
7c23107ad5 Update to version 1.4.1. From the NEWS file:
* Support function lists.
2001-07-15 13:00:31 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
jtb
4702dfd3ae Updated to libctl-1.4.
2001-02-22  Steven G. Johnson  <stevenj@alum.mit.edu>

	* configure.in: fixed cppflags order

2001-02-20  Steven G. Johnson  <stevenj@alum.mit.edu>

	* base/ctl.h.in, base/main.c, base/math-utils.scm, base/subplex.c,
	ChangeLog, configure.in, NEWS: added minimize-multiple-expert fmin
	parameter, after a suggestion from Dale Fried

2001-02-04  Steven G. Johnson  <stevenj@alum.mit.edu>

	* base/ctl.h.in, base/main.c: added hook functions to help us use
	MPI (where we need to call MPI_Init and MPI_Finalize)

	* base/interaction.scm: cleanups, and made sure output is flushed

	* base/extern-funcs.scm, base/help.scm, base/interaction.scm,
	base/math-utils.scm, base/simplex.scm, base/utils.scm,
	doc/user-ref.html, NEWS, utils/ctl-io.scm: display-many -> print,
	added print-ok?

2001-01-21  Steven G. Johnson  <stevenj@alum.mit.edu>

	* base/ctl.h.in: whoops, fixed prototype

	* base/ctl.c, base/ctl.h.in: put ctl_get_list etc. back in because
	MPB configure script looks for it

	* base/ctl.c, base/ctl.h.in: whoops, fixed 'function support

	* base/class.scm, base/ctl.c, base/ctl.h.in, doc/developer.html,
	NEWS: add support for 'function type

	* utils/ctl-io.scm: put class input & destruction headers in
	ctl-io.h so that they can be used elsewhere if desired

	* examples/example.c, examples/example.scm: added function-passing
	example

	* base/class.scm: slight clarification in comment

2001-01-20  Steven G. Johnson  <stevenj@alum.mit.edu>

	* doc/guile-links.html: another minor change

	* doc/guile-links.html: minor change

	* doc/license.html: spelling correction

	* doc/advanced-user.html: Fixed command-line parameter order
	(whoops).

2001-01-07  Steven G. Johnson  <stevenj@alum.mit.edu>

	* doc/guile-links.html: updated links

	* base/main.c, base/math-utils.scm, base/matrix3x3.scm,
	base/simplex.scm, base/utils.scm, base/vector3.scm,
	doc/license.html, examples/example.c, examples/example.scm,
	examples/Makefile.in, examples/run.ctl, utils/ctlgeom.h,
	utils/ctl-io.scm, utils/gen-ctl-io.1, utils/gen-ctl-io.in,
	utils/geom.c, utils/geom.scm, base/class.scm, base/ctl.c,
	base/ctl-f77-glue.c, base/ctl.h.in, base/ctl.scm,
	base/extern-funcs.scm, base/help.scm, base/include.scm,
	base/interaction.scm, base/io-vars.scm, COPYRIGHT: 2001 copyright
	year update

	* ChangeLog, configure.in, NEWS: bumped version for new release
2001-02-24 13:42:06 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
jtb
e2d3d3d866 Another typo. 2001-01-29 05:39:59 +00:00
jtb
04a2ebd907 No need to change the libtool version number. 2001-01-21 05:01:08 +00:00
jtb
cfc2c2b301 Updated libctl to version 1.3 . From the NEWS file:
* Added improved "subplex" multidimensional optimization algorithm
    (for maximize-multiple and minimize-multiple).
  * Documented vector3-x, vector3-y, vector3-z functions for extracting
    vector3 components.
2001-01-21 04:49:44 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
jtb
f44e07c92c Fix patchsum. 2000-12-10 06:02:09 +00:00
jtb
e174dd4e94 Oops! I forgot to add these back in. 2000-12-10 05:54:37 +00:00
jtb
b30f8a5a5a Added --version-info 0:0 to libtool arguments. Use autoreconf instead of
patching configure.
2000-12-10 05:44:32 +00:00
jtb
661173a45b Initial import of new "libctl" package:
Guile-based flexible control file library for scientific simulations
2000-11-25 21:34:05 +00:00