non port: math/arpack/Makefile |
Number of commits found: 46 |
Sunday, 29 Jul 2018
|
22:18 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
 |
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
 |
Sunday, 10 Sep 2017
|
20:55 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
 |
Saturday, 1 Apr 2017
|
15:23 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
 |
Wednesday, 7 Dec 2016
|
13:24 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
 |
Monday, 27 Jun 2016
|
21:30 rene
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 10 Sep 2014
|
20:50 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)
 |
Tuesday, 29 Jul 2014
|
20:55 adamw
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)
 |
Sunday, 13 Jul 2014
|
23:36 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
Friday, 4 Jul 2014
|
00:52 adamw
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
 |
Wednesday, 18 Jun 2014
|
07:07 vanilla
Stagify.
Approved by: portmgr@
 |
Monday, 10 Mar 2014
|
20:55 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)
 |
Sunday, 16 Feb 2014
|
17:15 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)
 |
Saturday, 26 Oct 2013
|
00:52 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
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
 |
Friday, 20 Sep 2013
|
20:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
 |
Monday, 9 Jul 2012
|
08:57 bf
set MAKE_JOBS_UNSAFE
 |
Wednesday, 27 Jun 2012
|
06:16 bf
add math/arpack-ng to CONFLICTS; remove version numbers from
LIB_DEPENDS
 |
Tuesday, 22 Nov 2011
|
11:14 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
 |
Wednesday, 28 Sep 2011
|
18:10 bf
avoid inconsistencies in internal symbol tables
and allow the test suite to be run after renaming
by performing renaming before compilation via
the preprocessor
 |
18:00 bf
fix the objcopy renaming by adding a forgotten correction
to account for gfortran*'s default use of -funderscoring [1];
fix the check for math/atlas* shared libraries
PR: 159129 [1]
Submitted by: E. Shibusawa (slightly different patch) [1]
 |
Wednesday, 24 Aug 2011
|
10:41 bf
rename the lapack symbols in arpack to avoid conflicts
with other lapack libraries [1]; respect LDFLAGS when
linking; wrap long lines; trim pkg-descr
PR: 159129 [1]
Submitted by: stephen (original version) [1]
 |
Monday, 8 Aug 2011
|
19:07 stephen
- Maintainer change to bf@
Approved by: maho (mentor, implicit), bf (new maintainer)
 |
Thursday, 21 Jul 2011
|
20:19 stephen
- Fix PATCH_SITES, and update to version 3 of Kloeckner's arscnd patch.
- Fix patch.tar.gz being unpacked into the wrong directory.
- Respect AR, RANLIB, LD, LDFLAGS, etc. in ARmake.inc.
- Fix install of arpack.h.
- Fix broken sparc64 build.
- Add tests.
- Various other cleanups.
PR: ports/159075
Submitted by: bf
Approved by: maho (mentor, implicit)
 |
Saturday, 16 Jul 2011
|
05:33 linimon
Mark as broken on sparc64: fails to install.
 |
Tuesday, 14 Jun 2011
|
07:27 stephen
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor)
 |
Thursday, 1 Jul 2010
|
19:52 stefan
Fix a problem with symbol duplication when code is linked with both the arpack
and lapack libraries.
PR: 147487
Submitted by: Eijiro Shibusawa <ej-sib@ice.uec.ac.jp>
Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe: yes
 |
Sunday, 13 Sep 2009
|
00:08 gerald
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
 |
Sunday, 5 Apr 2009
|
20:50 dhn
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor)
 |
Friday, 13 Feb 2009
|
15:25 wxs
- Pass maintainership along.
 |
Wednesday, 7 Jan 2009
|
16:34 gerald
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
 |
Thursday, 12 Jul 2007
|
06:57 maho
Now we use USE_FORTRAN=yes to use FORTRAN.
 |
Tuesday, 16 Jan 2007
|
02:39 maho
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
 |
Friday, 12 Jan 2007
|
05:56 maho
* Use gfortran42 only and not gcc42.
* Bump portrevision.
 |
Wednesday, 10 Jan 2007
|
14:14 maho
* gfortran42 has "INTRINSIC etime"
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html
* Bump port revision
 |
Tuesday, 9 Jan 2007
|
22:49 maho
* Requires gfortran compiled ATLAS and BLAS.
* Bump portrevision.
 |
05:54 maho
Migrated to gfortran42.
Bump portrevision.
 |
Tuesday, 15 Aug 2006
|
00:29 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
 |
Monday, 24 Apr 2006
|
19:57 thierry
Register conflicts with math/elmer-mathlibs and pet portlint.
 |
Tuesday, 7 Feb 2006
|
10:46 sem
- Use a static header file instead of generated by f2c.
It decreases a dependencies and so fix build on 7.0.
PR: ports/92940
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Reported by: krismail
 |
Tuesday, 3 Jan 2006
|
04:37 edwin
Make math/arpack depend less on math/atlas
Atlas is great in the platforms where it's available, however
it is not being packaged (for good reasons) anymore. arpack
originally used blas for testing and since we are not really
linking any version of blas in the package it doesn't make
any difference what we use. It seems better idea to use
blas for testing since it's faster to build and because
this also means we can package arpack without building
ATLAS, The resulting package will work with BLAs or ATLAS
just the same and in any case the BLAS_LIBS variable can
now be overridden to test with atlas if it's so desired.
This change doesn't change the package so I think we should
leave the PORTVERSION untouched.
PR: ports/91251
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
 |
Wednesday, 7 Apr 2004
|
13:26 clement
- tar -> ${TAR} (since we have now a bsdtar ;)
 |
Monday, 14 Jul 2003
|
01:54 nork
Fix suffix of a patch file.
PR: ports54434
Submitted by: Kay Lehmann <kay_lehmann@web.de>
 |
Friday, 11 Jul 2003
|
20:08 nork
Don't build a subset of BLAS and ARPACK2 and Use external ones.
PR: ports/52789
Submitted by; Pedro F. Giffuni <giffunip@yahoo.com>
 |
Monday, 5 May 2003
|
11:43 maho
Forgot to pass portlint.
 |
11:39 maho
Argand Library (serial version)
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
 |
Number of commits found: 46 |