aboutsummaryrefslogtreecommitdiff
path: root/math/blas/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Return maho@'s ports to the pool after his commit bit expired.Rene Ladan2018-03-111-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=464164
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Repair instances, almost all courtesy of bf ;-), of spacesAdam Weinberger2014-07-291-1/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=363390
* Stage supportAntoine Brodin2014-04-051-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350244
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=347809
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* * Make the BLAS port the secondary port of LAPACK.Maho Nakata2012-01-231-46/+6
| | | | | | | | | * Version number of BLAS port is now accord with LAPACK port. Submitted by: bf Notes: svn path=/head/; revision=289643
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Fix build on FBSD 6.Maho Nakata2010-09-271-2/+2
| | | | | | | | | PR: 150918 Submitted by: glarkin@, bf@ Spotted by: Pointyhat Notes: svn path=/head/; revision=261920
* Correct handling profiled libraries.Maho Nakata2010-09-191-3/+17
| | | | | | | | PR: 150174 Submitted by: bf@ Notes: svn path=/head/; revision=261452
* Respect LDFLAGS; add ELF DT_NEEDED tags to shared libraries;Brendan Fabeny2010-08-301-6/+20
| | | | | | | | | | use one toolchain consistently; build profiling libraries PR: 117923 Approved by: maho (maintainer), makc (co-mentor) Notes: svn path=/head/; revision=260182
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* Fix build for blas depended ports.Maho Nakata2007-09-101-1/+1
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=199239
* Make fetchable. The distfile has been changed and taking the diffMaho Nakata2007-09-071-4/+3
| | | | | | | | | | of old and new one, I only see non-functional changes. Also setting netlib.org as the primal mastersite is appropreate. Submitted by: vittorio <vdemart1@tin.it> Notes: svn path=/head/; revision=198961
* Now we USE_FORTRAN=yes for using FORTRAN compiler.Maho Nakata2007-07-121-6/+1
| | | | Notes: svn path=/head/; revision=195446
* A cosmetic change.Maho Nakata2007-01-231-1/+6
| | | | Notes: svn path=/head/; revision=183054
* Pass maintainership.Maho Nakata2007-01-161-1/+1
| | | | | | | Approved by: stas (maintainer) Notes: svn path=/head/; revision=182550
* Remove CONFLICT line as elmer-mathlibs are deprecated by migrationMaho Nakata2007-01-161-2/+0
| | | | | | | to gfortran. Notes: svn path=/head/; revision=182475
* Migrate to gfortran.Maho Nakata2007-01-091-3/+4
| | | | | | | Approved by: stas (maintainer) Notes: svn path=/head/; revision=181851
* - Fix compiling with oncoming gcc41.Stanislav Sedov2006-10-011-1/+3
| | | | | | | | Reported by: pointyhat run Approved by: sem (mentor) Notes: svn path=/head/; revision=174262
* - Respect DESTDIRRong-En Fan2006-08-161-1/+3
| | | | | | | | | | | - Use PLIST_FILES - Pass maintainership to submitter PR: ports/102111 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=170810
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* Register conflicts with math/elmer-mathlibs and pet portlint.Thierry Thomas2006-04-241-0/+2
| | | | Notes: svn path=/head/; revision=160365
* This port now respects FFLAGS.Emanuel Haupt2006-04-131-2/+3
| | | | | | | | PR: 95521 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=159439
* www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999.Bill Fenner2005-09-301-1/+1
| | | | | | | | | | Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon) Notes: svn path=/head/; revision=143873
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-151-3/+1
| | | | Notes: svn path=/head/; revision=29614
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27509
* remove aout supportMichael Haro2000-03-231-7/+2
| | | | Notes: svn path=/head/; revision=26988
* * Fixed MASTER_SITESChris D. Faulhaber1999-12-231-5/+5
| | | | | | | | | | | * Supported NO_WRKSUBDIR * Added WWW: line into pkg/DESCR PR: 15468 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23897
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-5/+7
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Create libblas.so symlink in a.out case.Satoshi Asami1998-09-281-1/+4
| | | | Notes: svn path=/head/; revision=13513
* Pick up blas.tgz since to other distfiles seemed to haveSteve Price1998-08-091-1/+2
| | | | | | | disappeared. Notes: svn path=/head/; revision=12342
* Looked in the wrong directory (linpack vs blas) ...Marc G. Fournier1998-07-091-3/+3
| | | | Notes: svn path=/head/; revision=11796
* Forgot a backslash in the MASTER_SITES list...Marc G. Fournier1998-07-081-2/+2
| | | | | | | Submitted by: Werner Griessl <werner@btp1da.phy.uni-bayreuth.de> Notes: svn path=/head/; revision=11786
* Add two sites for retrieving, remove ftp.netlib.orgMarc G. Fournier1998-07-071-1/+3
| | | | Notes: svn path=/head/; revision=11782
* distfile changed to tar.gz from sha.gzMarc G. Fournier1998-07-071-6/+2
| | | | | | | md5 changes as appropriate Notes: svn path=/head/; revision=11776
* Cleanup preivous commit. We now use a gzipped shar file and checksum.Steve Price1998-02-091-15/+8
| | | | | | | Submitted by: Pedro F. Gifunni <giffunip@asme.org> Notes: svn path=/head/; revision=9643
* update this port per PR and portlint.Steve Price1998-02-021-42/+15
| | | | | | | | PR: 5120 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=9563
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360