aboutsummaryrefslogtreecommitdiff
path: root/math/atlas-devel
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362717
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361728
* Fixup for USES=fortran conversion. These ports require USE_GCC=yesTijl Coosemans2014-03-151-2/+2
| | | | | | | | | | | | because they depend on gcc specific optimisation flags. While here use USES=tar:bzip2. PR: ports/187501 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=348373
* 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
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-2/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=344614
* 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
* add some CONFLICTS [1]; minor clean-upBrendan Fabeny2012-06-091-1/+1
| | | | | | | Reported by: S.-M. Silber [1] Notes: svn path=/head/; revision=298795
* steer users toward math/atlas while this port is being revisedBrendan Fabeny2012-01-201-0/+2
| | | | Notes: svn path=/head/; revision=289526
* Assume maintainership: the former maintainerBrendan Fabeny2011-05-101-1/+1
| | | | | | | | | is busy Approved by: maho Notes: svn path=/head/; revision=273915
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add conflict line.Maho Nakata2009-11-101-0/+1
| | | | | | | Submitted by: "b. f." <bf1783@googlemail.com> Notes: svn path=/head/; revision=244065
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-0/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Update to 3.9.11.Maho Nakata2009-04-2110-6093/+170
| | | | Notes: svn path=/head/; revision=232390
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* Use MANUAL_PACKAGE_BUILD instead. Portlint.Maho Nakata2008-01-071-2/+2
| | | | Notes: svn path=/head/; revision=205128
* Marked as ignore. math/atlas is newer.Maho Nakata2007-12-191-0/+1
| | | | Notes: svn path=/head/; revision=204154
* Update to 3.7.37 and unbreak.Maho Nakata2007-09-294-47/+41
| | | | Notes: svn path=/head/; revision=200397
* Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken.Maho Nakata2007-09-291-0/+2
| | | | Notes: svn path=/head/; revision=200345
* In ATLAS/INSTALL.txt it is said that gcc42 is superior to both gcc3 and gcc41Maho Nakata2007-07-301-6/+0
| | | | | | | | | - and FreeBSD 7 current imported gcc42. Spotted by: Li-Lun \"Leland\" Wang" <llwang@infor.org> Notes: svn path=/head/; revision=196699
* Update to 3.7.34.Maho Nakata2007-07-213-25/+90
| | | | Notes: svn path=/head/; revision=195987
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-121-4/+1
| | | | Notes: svn path=/head/; revision=195456
* Update to 3.7.29.Maho Nakata2007-03-072-4/+4
| | | | Notes: svn path=/head/; revision=186866
* Update to 3.7.28.Maho Nakata2007-02-166-59/+34
| | | | Notes: svn path=/head/; revision=185319
* Remove CONFLICT line as elmer-mathlibs are deprecated by migrationMaho Nakata2007-01-161-2/+0
| | | | | | | to gfortran. Notes: svn path=/head/; revision=182475
* No longer depended on g2c.h in the base.Maho Nakata2007-01-153-4/+5
| | | | | | | Now we should use f2c. Notes: svn path=/head/; revision=182411
* gmake is needed as a build dependency.Thierry Thomas2007-01-141-3/+4
| | | | | | | Approved by: maho Notes: svn path=/head/; revision=182354
* * Non threaded version installed actually threaded version.Maho Nakata2007-01-121-5/+7
| | | | | | | * bump port revision. Notes: svn path=/head/; revision=182134
* * Do not install libtstatlas* as they are not use frequently.Maho Nakata2007-01-112-11/+5
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=182071
* BLAS and LAPACK are now build with gfortran so testMaho Nakata2007-01-112-64/+55
| | | | | | | section is also available as default. Notes: svn path=/head/; revision=182059
* * Shared lib number has been bumped 1 to 2Maho Nakata2007-01-092-24/+24
| | | | | | | * Bump port revision Notes: svn path=/head/; revision=181919
* * Migrate to gfortran.Maho Nakata2007-01-065-19/+174
| | | | | | | | | * portlint. * (option) Installing benchmark tests for real FLOPS. * Bump portrevision. Notes: svn path=/head/; revision=181647
* Update to 3.7.24.Maho Nakata2006-12-2811-336/+224
| | | | Notes: svn path=/head/; revision=180896
* Fix error when WITH_OPTIMIZED_FLAGS is specified.Maho Nakata2006-08-071-0/+4
| | | | | | | | PR: 100991 Submitted by: Masayuki Takemura <ICG04984@nifty.com> Notes: svn path=/head/; revision=169878
* A better WITH_OPTIMIZED_FLAGS.Maho Nakata2006-07-091-1/+1
| | | | Notes: svn path=/head/; revision=167242
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Register conflicts with math/elmer-mathlibs.Maho Nakata2006-04-261-0/+2
| | | | | | | | Submitted by: thierry and Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=160489
* Cosmetic changeMaho Nakata2006-02-131-8/+10
| | | | Notes: svn path=/head/; revision=155891
* o Do not build static libraries in default setting; this reduce theMaho Nakata2006-02-114-43/+81
| | | | | | | | | | | | build time by half. o Add support for Pentium D o timing_torerance patch is now activated via knob; this significantly reduce the build time. A lot of discussion with: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=155725
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Currently with "cpu I686_CPU" which is default,Maho Nakata2005-11-191-5/+0
| | | | | | | | | | kernel automatically enables SSE if it is available. so remove messages which are not necessary. Submitted by: Darrien <darrien.l@gmail.com> Notes: svn path=/head/; revision=148822
* 1. Update to 3.7.11Maho Nakata2005-10-103-4/+5
| | | | | | | | | 2. Add cputype of sempron; athlon type CPU Submitted by: edwin[1], Pedro A M Vazquez <vazquez@iqm.unicamp.br>[2] Notes: svn path=/head/; revision=144735
* Update to 3.7.10Maho Nakata2005-07-013-31/+61
| | | | Notes: svn path=/head/; revision=138285
* Add two patches for stable builds.Maho Nakata2005-06-282-0/+32
| | | | | | | | | o L1 cache size is not correctly detected having a bad clock o in some case small number of tries in tuning doesn't meet convergence see FAQ http://math-atlas.sourceforge.net/errata.html#tol Notes: svn path=/head/; revision=138097
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-2/+2
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-2/+2
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Add a warning messageMaho Nakata2005-01-251-1/+8
| | | | | | | Suggested by: Rob D. <162144@gmail.com> Notes: svn path=/head/; revision=127269
* Reduce optimization level so that not get trappedMaho Nakata2005-01-251-4/+1
| | | | | | | at infinite loop Notes: svn path=/head/; revision=127268
* Avoid the use of != statements in ports MakefileMaho Nakata2004-10-241-1/+5
| | | | | | | | PR: 71095 Submitted by: eik Notes: svn path=/head/; revision=120057