non port: math/lapack/Makefile |
SVNWeb
|
Number of commits found: 88 |
Wed, 16 Nov 2022
|
[ 22:01 Thierry Thomas (thierry) ] 5383ab8
math/lapack: upgrade blas/lapack and Co to 3.11.0
This upgrades math/blas, math/lapack, math/cblas, math/xlapack and
math/lapacke to 3.11.0.
Release notes at
<https://github.com/Reference-LAPACK/lapack/releases/tag/v3.11>.
|
Sat, 10 Sep 2022
|
[ 17:41 Stefan Eßer (se) Author: Tobias Kortkamp ] e79fe1a (Only the first 10 of 195 ports in this commit are shown above. )
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f53eb28 (Only the first 10 of 719 ports in this commit are shown above. )
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 )
|
Fri, 15 Apr 2022
|
[ 16:53 Thierry Thomas (thierry) ] 9a4fa9d
math/blas, math/cblas, math/lapack, math/lapacke, math/xlapack: upgrade to
3.10.1
Release notes at <http://www.netlib.org/lapack/lapack-3.10.1.html>.
|
Mon, 3 Jan 2022
|
[ 15:15 Bernhard Froehlich (decke) ] fb1e10b
math/lapack: Fix CPE information
Approved by: portmgr (blanket)
|
Tue, 21 Dec 2021
|
[ 12:30 Bernhard Froehlich (decke) ] b0be76f
math/lapack: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 12 Oct 2021
|
[ 15:01 Tobias Kortkamp (tobik) ] ae22a78 (Only the first 10 of 70 ports in this commit are shown above. )
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
Wed, 21 Jul 2021
|
[ 20:44 Thierry Thomas (thierry) ] b7eec409
math/lapack: fix post-patch target for math/atlas
When upgrading this port, I previously merged the post-patch with the
pre-configure target, and it was a mistake.
The patch target is used from math/atlas, and make.inc is needed.
PR: 257122
Reported by: alt2600 (at) icloud.com
MFH: 2021Q3
|
Sun, 18 Jul 2021
|
[ 15:40 Thierry Thomas (thierry) ] 8af3d45
math/lapack: fix broken lib symlink
In lapack-3.10.0, there is a broken sym link for libtmglib.so.3.10.0
(should be a file):
/usr/local/lib/libtmglib.so.3@ -> libtmglib.so.3.10.0
/usr/local/lib/libtmglib.so.3.10.0@ -> libtmglib.so.3
Just remove the unnecessary code in post-install for libtmglib shared
lib files. 'do-install' does everything correctly.
PR: 257139
Reported by: John Hein <jcfyecrayz (at) liamekaens.com>
|
Sat, 17 Jul 2021
|
[ 15:18 Thierry Thomas (thierry) Author: John Hein ] 37e3e66
math/lapack: fix "argument list too long"
Older FreeBSD versions have a too small ARG_MAX, and making the plist
failed with the "argument list too long" error.
This patch sticks to using files and pipelines rather than long command
line argument lists, authored by John Hein <jcfyecrayz@liamekaens.com>.
PR: 257004
Reported by: russo (at) bogodyn.org
|
Sun, 4 Jul 2021
|
[ 19:52 Thierry Thomas (thierry) ] 6015b29
math/lapack: make the manpages fetchable from everywhere
Host the manpages, because they seem unfetchable from some locations.
PR: 256965
Reported by: gja822 (at) narod.ru
|
Fri, 2 Jul 2021
|
[ 21:20 Thierry Thomas (thierry) ] 34dc18b2
math/lapack: +math/blas et al., upgrade to 3.10.0
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack
to 3.10.0;
Latest release notes at <http://netlib.org/lapack/lapack-3.10.0.html>
- This is a major release and also addressing multiple bug fixes
- The tarball is no more hosted by netlib but at GitHub
- This also fixes the problem with unversioned manpages.
PR: 256940
Reported by: alt2600 (at) icloud.com
|
Sun, 13 Jun 2021
|
[ 17:48 Thierry Thomas (thierry) ] c2488a6 (Only the first 10 of 19 ports in this commit are shown above. )
math/lapack: +math/blas et al., upgrade to 3.9.1
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack
to 3.9.1;
Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html>
- Chase this upgrade in biology/treekin;
- Add a test target;
- Remove a conflict with math/openblas (PR 244296);
- Fix the build with Gcc10 (PR 247485).
PR: 247542
Approved by: expr-run by antoine@
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 4 Jul 2020
|
[ 12:33 tobik ]
math/lapack, math/xlapack: Unbreak build with GCC 10
sorcsd2by1.f:389:40:
366 | $ 0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0,
| 2
......
389 | $ 0, V1T, LDV1T, 0, 1, U1, LDU1, U2, LDU2, 0, 0,
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(INTEGER(4)/REAL(4)).
sorcsd2by1.f:412:35:
366 | $ 0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0,
| 2
...... (Only the first 15 lines of the commit message are shown above )
|
Thu, 28 May 2020
|
[ 08:43 danfe ] (Only the first 10 of 53 ports in this commit are shown above. )
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 22 Apr 2019
|
[ 13:16 gerald ] (Only the first 10 of 225 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sun, 11 Mar 2018
|
[ 11:20 rene ] (Only the first 10 of 15 ports in this commit are shown above. )
Return maho@'s ports to the pool after his commit bit expired.
With hat: portmgr
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Tue, 13 Dec 2016
|
[ 13:38 gerald ]
Add a comment to never remove the PORTREVISION?= line, since
math/lapack/Makefile is also included from math/blas which overrides
PORTNAME and PORTREVSION.
Approved by: maho (maintainer)
|
Thu, 8 Dec 2016
|
[ 02:34 mandree ]
Fix up math/blas's PORTREVISION going backwards, broken in r428057.
PR: 214965
Approved by: portmgr ('just fix it' blanket)
|
Wed, 7 Dec 2016
|
[ 13:24 gerald ] (Only the first 10 of 227 ports in this commit are shown above. )
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
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 2 Apr 2015
|
[ 06:45 maho ]
math/lapacke : update port to slave port of math/lapack, and updated to
3.5.0 accordingly.
PR: 98614
Submitted by: phd_kimberlite@yahoo.co.jp
|
Tue, 24 Mar 2015
|
[ 17:29 robak ]
math/lapack: fix build when PROFILE option is selected
- Since dynamic linking is broken when PROFILE is used, enforce '-static'
LDFLAGS
- Maintainer's timeout (maho@FreeBSD.org)
PR: 185375
Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com>
|
Sat, 14 Mar 2015
|
[ 02:19 maho ]
Update to 3.5.0.
Submitted by: Johannes Dieterich <dieterich.joh@gmail.com>
|
Tue, 21 Oct 2014
|
[ 16:54 mva ] (Only the first 10 of 50 ports in this commit are shown above. )
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Tue, 5 Aug 2014
|
[ 19:53 amdmi3 ]
- Clarify LICENSE
Approved by: portmgr blanket
|
Tue, 29 Jul 2014
|
[ 20:55 adamw ] (Only the first 10 of 50 ports in this commit are shown above. )
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports)
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Sat, 5 Apr 2014
|
[ 16:30 antoine ]
Stage support
With hat: portmgr
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
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)
|
Sun, 16 Feb 2014
|
[ 17:15 tijl ] (Only the first 10 of 211 ports in this commit are shown above. )
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)
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
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 )
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wed, 5 Jun 2013
|
[ 22:23 bapt ]
Fix typo after corruption
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
|
[ 14:11 bapt ]
Convert to new options framework
|
Sat, 5 Jan 2013
|
[ 12:41 maho ]
update to 3.4.2
|
Sun, 26 Aug 2012
|
[ 04:24 maho ]
Update to 3.4.1.
|
Mon, 12 Mar 2012
|
[ 07:47 maho ]
Fix
http://netlib.org/lapack/Errata/index2.html#_strong_span_class_green_bug0085_span_strong_xgesvd_problem_in_workspace_computation
.
PR: 165960
Submitted by: fork <forkandwait@gmail.com>
Feature safe: yes
|
Sun, 22 Jan 2012
|
[ 12:02 maho ]
Update with many small following changes.
1. adding upstream patches and bump port revision.
2. adding precompiled man by default rather than building.
3. adding regression-test target, several tests fails, though.
4. prepare for xlapack and now blas is secondary port of this port.
Submitted by: bf@
|
Sun, 8 Jan 2012
|
[ 05:12 maho ]
Update to LAPACK 3.4.0.
PR: 163906
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
Feature safe: yes
|
Sat, 25 Dec 2010
|
[ 04:10 maho ]
Removing dupe from static lib as well.
PR: 152771
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
|
Sat, 4 Dec 2010
|
[ 09:10 maho ]
Build fix for science/mpqc, graphics/mypaint,
graphics/cimg, math/suitesparse, math/biggles, astro/astrometry
math/clp, science/mpb.
Reported by: pav, erwin, Anton Shterenlikht, "Hartmann, O" [1],
Submmited by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> [2]
PR: 152771 [2], 152790 [1]
|
Tue, 30 Nov 2010
|
[ 08:41 maho ]
Update to 3.3.0.
|
Mon, 27 Sep 2010
|
[ 05:47 maho ]
Do not build proflib by default.
PR: 150549
Submitted by: bf@
|
Sun, 19 Sep 2010
|
[ 23:38 maho ]
Do not strictly specify BLAS at linking.
|
Mon, 30 Aug 2010
|
[ 07:31 bf ]
Respect LDFLAGS; add ELF DT_NEEDED tags to shared libraries;
use one toolchain consistently; minor cleanups; update to 3.2.2
PR: 117923
Approved by: maho (maintainer), makc (co-mentor)
|
Wed, 23 Jun 2010
|
[ 03:51 mi ]
Enable parallel builds, when possible. Fix test-target. Minor cosmetic
changes. No changes in resulting package.
Approved by: maintainer
Feature safe: yes
|
Sun, 13 Sep 2009
|
[ 00:08 gerald ] (Only the first 10 of 107 ports in this commit are shown above. )
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
Tue, 19 May 2009
|
[ 21:15 maho ]
FC->F77, regression test now works.
Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk>
|
Fri, 15 May 2009
|
[ 08:08 gahr ]
- Unbreak on sparc64. It builds and links fine.
|
Thu, 7 May 2009
|
[ 00:28 maho ]
Update to 3.2.1.
Spotted by: Robert Jenssen
|
Mon, 13 Apr 2009
|
[ 08:39 maho ]
Back shared lib version to 4 and bump portrevision.
|
[ 07:34 maho ]
Update to 3.2.0.
|
Wed, 7 Jan 2009
|
[ 16:34 gerald ] (Only the first 10 of 104 ports in this commit are shown above. )
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
|
[ 01:55 maho ]
Add additional MASTER_SITES.
PR: 130242
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
|
Thu, 19 Jun 2008
|
[ 02:08 maho ]
* remove ENABLE_TESTING which does nothing.
* Use the canonical regression-test target: this is run by pointyhat so we
can ensure in the log that the library is in good shape.
Submitted by: Pedro Giffuni
|
Mon, 7 Apr 2008
|
[ 00:09 maho ]
Fix NOPORTDOCS. (per Porter's Handbook 5.14.4).
PR: 122440
Submitted by: rafan
|
Fri, 1 Feb 2008
|
[ 12:11 linimon ]
Mark as broken on sparc64: fails to link.
|
Sat, 29 Sep 2007
|
[ 12:53 maho ] (Only the first 10 of 32 ports in this commit are shown above. )
Update to 3.3.1.
According to http://www.netlib.org/lapack/lapack-3.1.0.changes
> The interfaces to primary computational routines are fixed and
> will not be changed by minor LAPACK versions (e.g. 3.x).
> Primary routines are those prefixed by a precision and matrix
> type like SGERFS, CUNMQR, ZHEGV, etc., and these interfaces
> will remain the same for all LAPACK version 3 versions.
So I didn't change the version number of shared lib.
See also PR: 116166
|
Thu, 12 Jul 2007
|
[ 07:09 maho ]
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
|
Wed, 13 Jun 2007
|
[ 20:44 maho ]
Build fix: use gfortran42 explicitly instead of USE_GCC=4.2+.
Spotted by: kris
|
Tue, 30 Jan 2007
|
[ 10:25 pav ] (Only the first 10 of 83 ports in this commit are shown above. )
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
|
[ 01:42 maho ]
(forced commit)
PR 10711 was actually submitted by bsam.
Pointy hat to: maho
Submitted by: bsam
|
Mon, 29 Jan 2007
|
[ 23:44 maho ]
Fix fetchable now (invalid checksum): the default
version changed to 3.1 and distfiles for v 3.0 should
be used explicitly.
PR: 107711
Submitted by: jmz
|
Tue, 16 Jan 2007
|
[ 23:40 maho ]
Pass maintainership.
Approved by: jmz (maintainer)
|
[ 02:39 maho ]
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
|
Tue, 9 Jan 2007
|
[ 12:33 maho ]
* Migrate to gfortran
* shared lib major 3->4
* bump portrevision
Approved by: jmz
|
Mon, 24 Apr 2006
|
[ 20:27 thierry ]
Register conflicts with math/elmer-mathlibs.
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Approved by: jmz (maintainer)
|
Tue, 7 Feb 2006
|
[ 22:20 jmz ]
This port does not conflict with math/atlas. That was a oversight of my part.
|
[ 21:25 jmz ]
Don't build the included blas library and add a dependency on math/blas.
This port conflicts with math/atlas.
Problem pointed out by: Pedro F. Giffuni
|
Fri, 14 Oct 2005
|
[ 22:08 jmz ]
NOPROFILE -> NO_PROFILE (fix the build on FreebSD >= 6.0)
PR: ports/87429
Submitted by: Christopher Illies <christopher.illies@ki.se>
|
Fri, 7 Mar 2003
|
[ 06:06 ade ] (Only the first 10 of 106 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sun, 8 Oct 2000
|
[ 11:23 asami ] (Only the first 10 of 400 ports in this commit are shown above. )
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear.
|
Fri, 22 Sep 2000
|
[ 12:40 tg ]
Add LDADD=g2c (f2c for -stale) to the makefiles.
|
Sun, 20 Aug 2000
|
[ 22:38 jmz ]
Add support for profiled libraries.
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 09:48 sobomax ] (Only the first 10 of 181 ports in this commit are shown above. )
Fourth round of INSTALLS_SHLIBS conversion.
|
Number of commits found: 88 |