aboutsummaryrefslogtreecommitdiff
path: root/math/blas
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove distinfoMaho Nakata2012-01-231-2/+0
| | | | | | | Spotted by: bf Notes: svn path=/head/; revision=289655
* * Make the BLAS port the secondary port of LAPACK.Maho Nakata2012-01-233-87/+15
| | | | | | | | | * 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* 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-302-15/+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-102-12/+12
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=199239
* Make fetchable. The distfile has been changed and taking the diffMaho Nakata2007-09-072-7/+6
| | | | | | | | | | 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
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* 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-092-4/+5
| | | | | | | 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-163-5/+4
| | | | | | | | | | | - 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
* - like ports/96420, fix incomplete libraryCheng-Lung Sung2006-05-221-0/+4
| | | | | | | | PR: 97613 Submitted by: Rong-En Fan Notes: svn path=/head/; revision=163099
* 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-132-3/+6
| | | | | | | | PR: 95521 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=159439
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | 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-062-1/+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-152-5/+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-233-10/+4
| | | | Notes: svn path=/head/; revision=26988
* * Fixed MASTER_SITESChris D. Faulhaber1999-12-232-5/+7
| | | | | | | | | | | * 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
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* 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
* Convert to ELF.Steve Price1998-09-271-3/+4
| | | | Notes: svn path=/head/; revision=13444
* Pick up blas.tgz since to other distfiles seemed to haveSteve Price1998-08-092-2/+3
| | | | | | | 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