aboutsummaryrefslogtreecommitdiffstats
path: root/math/atlas-devel
Commit message (Collapse)AuthorAgeFilesLines
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-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)
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-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)
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | math)
* add some CONFLICTS [1]; minor clean-upbf2012-06-091-1/+1
| | | | Reported by: S.-M. Silber [1]
* steer users toward math/atlas while this port is being revisedbf2012-01-201-0/+2
|
* Assume maintainership: the former maintainerbf2011-05-101-1/+1
| | | | | | is busy Approved by: maho
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Add conflict line.maho2009-11-101-0/+1
| | | | Submitted by: "b. f." <bf1783@googlemail.com>
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-0/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with M
* Update to 3.9.11.maho2009-04-2110-6093/+170
|
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1
|
* Use MANUAL_PACKAGE_BUILD instead. Portlint.maho2008-01-071-2/+2
|
* Marked as ignore. math/atlas is newer.maho2007-12-201-0/+1
|
* Update to 3.7.37 and unbreak.maho2007-09-304-47/+41
|
* Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken.maho2007-09-291-0/+2
|
* In ATLAS/INSTALL.txt it is said that gcc42 is superior to both gcc3 and gcc41maho2007-07-301-6/+0
| | | | | | - and FreeBSD 7 current imported gcc42. Spotted by: Li-Lun \"Leland\" Wang" <llwang@infor.org>
* Update to 3.7.34.maho2007-07-213-25/+90
|
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-4/+1
|
* Update to 3.7.29.maho2007-03-082-4/+4
|
* Update to 3.7.28.maho2007-02-166-59/+34
|
* Remove CONFLICT line as elmer-mathlibs are deprecated by migrationmaho2007-01-161-2/+0
| | | | to gfortran.
* No longer depended on g2c.h in the base.maho2007-01-153-4/+5
| | | | Now we should use f2c.
* gmake is needed as a build dependency.thierry2007-01-141-3/+4
| | | | Approved by: maho
* * Non threaded version installed actually threaded version.maho2007-01-121-5/+7
| | | | * bump port revision.
* * Do not install libtstatlas* as they are not use frequently.maho2007-01-112-11/+5
| | | | * Bump portrevision.
* BLAS and LAPACK are now build with gfortran so testmaho2007-01-112-64/+55
| | | | section is also available as default.
* * Shared lib number has been bumped 1 to 2maho2007-01-102-24/+24
| | | | * Bump port revision
* * Migrate to gfortran.maho2007-01-075-19/+174
| | | | | | * portlint. * (option) Installing benchmark tests for real FLOPS. * Bump portrevision.
* Update to 3.7.24.maho2006-12-2811-336/+224
|
* Fix error when WITH_OPTIMIZED_FLAGS is specified.maho2006-08-071-0/+4
| | | | | PR: 100991 Submitted by: Masayuki Takemura <ICG04984@nifty.com>
* A better WITH_OPTIMIZED_FLAGS.maho2006-07-091-1/+1
|
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Register conflicts with math/elmer-mathlibs.maho2006-04-261-0/+2
| | | | | Submitted by: thierry and Pedro F. Giffuni <giffunip@asme.org>
* Cosmetic changemaho2006-02-131-8/+10
|
* o Do not build static libraries in default setting; this reduce themaho2006-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>
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Currently with "cpu I686_CPU" which is default,maho2005-11-201-5/+0
| | | | | | | kernel automatically enables SSE if it is available. so remove messages which are not necessary. Submitted by: Darrien <darrien.l@gmail.com>
* 1. Update to 3.7.11maho2005-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]
* Update to 3.7.10maho2005-07-013-31/+61
|
* Add two patches for stable builds.maho2005-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
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-2/+2
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-2/+2
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Add a warning messagemaho2005-01-251-1/+8
| | | | Suggested by: Rob D. <162144@gmail.com>
* Reduce optimization level so that not get trappedmaho2005-01-251-4/+1
| | | | at infinite loop
* Avoid the use of != statements in ports Makefilemaho2004-10-241-1/+5
| | | | | PR: 71095 Submitted by: eik
* Adding newline at the end of filesmaho2004-10-192-2/+2
| | | | | | (lapack.h and blas.h) Submitted by: thierry@
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
| | | | Approved by: portmgr
* type -> archmaho2004-09-021-3/+3
| | | | Pointy hat to: maho
* ad hoc fix for 5-STABLE, having CPUmaho2004-09-011-0/+8
| | | | | | other than Pentium4 (Opteron, Pentium III, Athlon... etc) this was due to recent change in make(1)
* Build fix for 5-STABLEmaho2004-09-011-4/+4
|
* o Significantly performance loss by overriding severalmaho2004-08-182-9/+5
| | | | | optimization flags... o update to 3.7.8
* 1) correct the names of shared libs for threaded versionmaho2004-07-142-3/+17
| | | | 2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
* Update to 3.7.5maho2004-07-142-3/+3
|
* Make portlint happy by replacing space to tabmaho2004-05-071-7/+7
| | | | | PR: 65409 Submitted by: trevor
* forgot to update distinfomaho2004-04-041-2/+2
| | | | Submitted by: Kay Lehmann <kay_lehmann@web.de>
* make portlint happymaho2004-03-301-3/+3
|
* real fix for PR:64692maho2004-03-301-13/+14
| | | | | PR: 64692 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* Do not hardcord PICFLAGmaho2004-03-201-7/+1
| | | | Submitted by: ru
* Backout previous change of PICFLAG, sincemaho2004-03-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | behaviour of -fPIC and -fpic are different. Here is the comment form obrien: -- "-fpic" is a [minor?] optimization for machines that can handle it: -fpic Generate position-independent code (PIC) suitable for use in a shared library, if supported for the target machine. Such code accesses all constant addresses through a global offset table (GOT). The dynamic loader resolves the GOT entries when the program starts (the dynamic loader is not part of GCC; it is part of the operating system). If the GOT size for the linked executable exceeds a machine-specific maximum size, you get an error message from the linker indicating that -fpic does not work; in that case, recompile with -fPIC instead. (These maximums are 16k on the m88k, 8k on the SPARC, and 32k on the m68k and RS/6000. The 386 has no such limit.) -fPIC If supported for the target machine, emit position-independent code, suitable for dynamic linking and avoiding any limit on the size of the global offset table. This option makes a difference on the m68k, m88k, and the SPARC. Thanks to: obrien
* -fPIC is appropreate on all architectures.maho2004-03-191-6/+0
| | | | Submitted by: kris
* Fix build on alpha 4-stablemaho2004-03-172-18/+27
| | | | Submitted by: kris via bento
* Update to 3.7.1maho2004-02-282-2/+3
|
* 1) possible build fix on ia64 archsmaho2004-02-012-22/+19
| | | | | | | | 2) remove some make xconfig 3) move PKGNAMESUFFIX appropreate position PR: 61995 Submitted by: hrs
* Add NO_PACKAGE since this port is heavely depended onmaho2004-01-261-0/+1
| | | | | | | the environment. Submitted by: sf Many thanks to: sf
* Fix broken on alphamaho2004-01-261-2/+6
| | | | Submitted by: kris via bento
* Add more architectures (result of hw.model)maho2004-01-201-11/+36
| | | | | | | | | | | | thanks for your reports! Norikatsu Shigemura <nork@cityfujisawa.ne.jp> SHINODA Masanori <shinoda@hiroshima.intec.co.jp> FUJISHIMA Satsuki <sf@FreeBSD.org> SATOH Mitsuharu <mituharu@rd.ikegami.co.jp> nakayama <y.naka@gamma.ocn.ne.jp> TSUCHIKAMA Shinji <tsuchikm@ff.iij4u.or.jp> akira noda <a-noda@jaist.ac.jp> Masahiro Yamagishi <night@pluto.dti.ne.jp>
* Remove harmful message from Makefilemaho2004-01-201-6/+0
| | | | Pointed out by: sf
* Remove # to compilemaho2004-01-201-4/+4
| | | | Pointy hat to: myself
* a) update to 3.6.0maho2004-01-205-91/+140
| | | | | b) make PIC object files for amd64 c) some clean ups
* a) Update to 3.5.22maho2003-12-285-41/+55
| | | | b) added Opteron support but my machine is very unstable :(
* Update to 3.5.12maho2003-10-242-2/+2
|
* Add new port atlas-devel, developer version of math/atlasmaho2003-10-0411-0/+6275