Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3.0_3 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
5.3.0_2 28 Oct 2023 18:57:20 |
Yuri Victorovich (yuri) |
math/superlu: Remove Gotoblas
PR: 274110
Requested by: thierry@ |
5.3.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
5.3.0 25 Sep 2022 21:48:13 |
Yuri Victorovich (yuri) |
math/superlu: Update 5.2.2 -> 5.3.0
Also change to GitGub.
PR: 266039
Approved by: robert.ayrapetyan@gmail.com (maintainer's timeout; 31 days) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.2.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.2.2 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
5.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.2 07 Mar 2021 16:45:49 |
tobik |
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan |
5.2.2 01 Jan 2021 15:27:55 |
rhurlin |
math/superlu: Fix mastersite and update to 5.2.2
Fix MASTER_SITES, update and rework the port.
Changelog:
https://portal.nersc.gov/project/sparse/superlu/changes.html#slu_change
PR: 252271
Reported by: Guangyuan Yang <ygy@freebsd.org>
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27868 |
5.2.1_11 06 May 2020 16:39:12 |
yuri |
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas |
5.2.1_10 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
5.2.1_9 02 Oct 2019 05:03:22 |
tobik |
math/superlu: Spell opt_CMAKE_ON correctly
Unbreak ATLAS, GOTOBLAS, OPENBLAS, REFERENCE options. |
5.2.1_8 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
5.2.1_7 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
5.2.1_6 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
5.2.1_6 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
5.2.1_5 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
5.2.1_4 07 May 2018 00:06:09 |
yuri |
math/superlu: Disable enable_tests cmake argument because tests are enabled in
the special target
Also changed to use CMAKE_ON/CMAKE_OFF. |
5.2.1_4 06 May 2018 23:58:10 |
yuri |
math/superlu: robert.ayrapetyan@gmail.com takes maintainership
Also removed the dysfunctional TEST option and added the do-test target
that enables the 'make test'.
PR: 228009
Submitted by: robert.ayrapetyan@gmail.com |
5.2.1_4 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
5.2.1_3 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
5.2.1_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
5.2.1_1 07 Dec 2016 13:24:57 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
5.2.1 12 Oct 2016 17:50:28 |
pawel |
- Update to version 5.2.1 [1]
- Add OPENBLAS option [1]
- Simplify PLIST_SUB generation
PR: 213352 [1]
Submitted by: dieterich@ogolem.org [1] |
5.2.0 09 May 2016 13:43:25 |
mat |
Update to 5.2.0.
PR: 209298
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
5.1.1 08 Mar 2016 15:55:13 |
mat |
Update to 5.1.1.
PR: 203482
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
4.3_3 02 May 2015 19:25:50 |
danilo |
- Fix symbolic link path
/usr/local/lib/libsuperlu.a
/usr/local/lib/libsuperlu.so -> libsuperlu_4.3.so
/usr/local/lib/libsuperlu.so.4
/usr/local/lib/libsuperlu_4.3.so -> libsuperlu.so.2 <-- wrong file name |
4.3_2 07 Mar 2015 03:19:28 |
amdmi3 |
- Fix library installation
- Mark MAKE_JOBS_UNSAFE, fails spectacularly with -j8 |
4.3_1 14 Nov 2014 09:39:21 |
antoine |
Cleanup plist |
4.3_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
4.3 28 Aug 2014 19:16:45 |
thierry |
- Stagify
- Upgrade to 4.3
Changelog at <http://crd-legacy.lbl.gov/~xiaoye/SuperLU/changes.html>.
PR: ports/193069
Submitted by: pfg |
3.0.20060201_6 23 Jul 2014 17:30:45 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
3.0.20060201_6 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
3.0.20060201_6 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
3.0.20060201_6 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
3.0.20060201_5 16 Feb 2014 17:15:32 |
tijl |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
3.0.20060201_5 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
3.0.20060201_4 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
3.0.20060201_4 25 Apr 2012 07:09:18 |
maho |
Better handling of shared lib.
PR: 166703
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> |
3.0.20060201_4 14 Mar 2012 12:36:05 |
maho |
Fix pkg-plist.
Submitted by: erwin
Feature safe: yes |
3.0.20060201_4 14 Mar 2012 01:44:37 |
maho |
also build shared object instead of only the static archive
PR: 166010
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Feature safe: yes |
3.0.20060201_4 14 Mar 2012 01:44:04 |
maho |
also build shared object instead of only the static archive,
and bump portrevision.
PR: 166010
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Feature safe: yes |
3.0.20060201_3 22 Nov 2011 11:14:10 |
bf |
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes |
3.0.20060201_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.0.20060201_3 16 Feb 2010 06:18:57 |
maho |
Fix build with gotoblas.
Feature safe: yes |
3.0.20060201_3 13 Sep 2009 00:08:01 |
gerald |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
3.0.20060201_2 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
3.0.20060201_1 20 Jun 2008 23:52:29 |
maho |
Enhancements to math/superlu [1] add a knob for
GotoBLAS/ATLAS/reference BLAS.
PR: 124786 [1]
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> [1] |
3.0.20060201_1 06 Mar 2008 08:30:50 |
maho |
Maual has been updated recently (November 2007).
Submitted by: erwin |
3.0.20060201_1 14 Jul 2007 02:38:20 |
maho |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
3.0.20060201_1 12 Jan 2007 08:10:27 |
maho |
* Use gfortran42 only and not gcc42.
* Bump portrevision. |
3.0.20060201 10 Jan 2007 12:56:11 |
maho |
* We can choose (automatically) math/blas or math/atlas |
3.0.20060201 06 Aug 2006 09:44:20 |
maho |
Make fetchable.
PR: 101416
Submitted by: thierry |
3.0.20060201 21 Jun 2006 05:53:05 |
maho |
Use blas instead of atlas
PR: 99189
Submitted by: Pedro F. Giffuni <giffunip@asme.org> |
3.0.20060201 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
3.0.20060201 15 Mar 2006 07:08:45 |
maho |
Make fetchable
Submitted by: fenner's distinfo check |
3.0.20060201 13 Feb 2006 02:33:44 |
maho |
Update to 20060201 version of SuperLU
Submitted by: Pedro F.Giffuni |
3.0.20041202 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
3.0.20041202 19 Mar 2005 09:36:48 |
maho |
Update to 20041202
contents of distfile has changed while filename is unchanged:
diff is just adding fortran interface of other than double
precision, and trivial cleanups and home site of superlu
announces that superlu has updated at 2004/Dec/02.
PR: 78940
Submitted by: Pedro F. Giffuni <giffunip@asme.org> |
3.0.20040410 28 Feb 2005 04:17:32 |
kris |
BROKEN: Size mismatch |
3.0.20040410 27 Sep 2004 07:30:31 |
thierry |
make replaced the defined command by our ${ARCH}.
Approved by: portmgr (marcus). |
3.0.20040410 26 Sep 2004 03:12:45 |
kris |
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self) |
3.0.20040410 12 Apr 2004 23:39:39 |
maho |
a) unbreak. silent distfile update
distfile has been updated at 2004/April/10th
and according to http://crd.lbl.gov/~xiaoye/SuperLU/
o Include "symmetric mode"
b) change portversion
Submitted by: kris via bento |
3.0.20040401 12 Apr 2004 22:38:23 |
kris |
BROKEN: Size mismatch |
3.0.20040401 01 Apr 2004 11:38:49 |
maho |
update to 3.0
Noticed by: pav (long long ago) and Ricardo <ragomes@sc.usp.br> |
2.0.20030603 19 Mar 2004 04:09:18 |
maho |
SIZEify
Submitted by: trevor |
2.0.20030603 07 Dec 2003 02:35:13 |
pav |
- Unbreak checksum, user guide was updated to October 2003 revision. |
2.0.20030603 22 Jul 2003 02:13:16 |
maho |
(forced commit)
distfile is subjected to change.
it is just adding BSD like license
notice and one example file.
Pointed out: kris
Pointy hat to: myself |
2.0.20030603 22 Jul 2003 00:44:22 |
maho |
distfile (superlu_2.0.tar.gz) is updated
Submitted by: bento's log |
2.0.20030603 30 Jun 2003 19:30:25 |
maho |
Fix for unfetch
Reported by: bento |
2.0.20030603 11 Jun 2003 00:27:14 |
maho |
1. correct pkg-plist
2. documetation came with tarball is old.
replaced by new one. |
2.0.20030603 10 Jun 2003 23:52:16 |
maho |
Forgot to add files/patch-make.inc |
2.0.20030603 10 Jun 2003 23:51:35 |
maho |
Honor CFLAGS, CC and so on. |
2.0.20030603 10 Jun 2003 23:47:18 |
maho |
1. using ATLAS, faster blas implementation.
2. correct build
3. maintainer ship transfered to maho
PR: 52014
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> |
2.0.20030221 31 Mar 2003 05:19:22 |
ijliao |
upgrade to 2.0.20030221 |
2.0.20021126 20 Feb 2003 18:42:25 |
knu |
De-pkg-comment. |
2.0.20021126 16 Dec 2002 12:26:49 |
knu |
Update the checksum (2.0.20021113 -> 2.0.20021126). In this repack,
there were only header and typedef changes.
Submitted by: bento |
2.0.20021113 20 Nov 2002 05:16:30 |
ijliao |
upgrade to 20021113
PR: 45510
Submitted by: Mark Linimon <linimon@lonesome.com> |
2.0.20020923 12 Oct 2002 20:09:18 |
kris |
Update to superlu 2.0.20020923 (lots of code changes, no vendor
version bump) |
2.0_2 10 May 2002 04:44:54 |
ijliao |
tarball change :
- add new source files
- update docs
PR: 37902
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
24 Dec 2001 22:06:52 |
steve |
Chase the checksum. Minor code nits, some doc changes, and addition of some
temporary (.old) files that probably got left in by accident when the tarball
was re-rolled. |
24 Dec 2001 02:17:17 |
pat |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
16 Oct 2000 02:15:12 |
kris |
Distfile changed - makefile, documentation and code changes. Bump
PORTREVISION. |
08 Oct 2000 04:10:26 |
asami |
Convert category math to new layout. |