summaryrefslogtreecommitdiff
path: root/math/atlas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using new LAPACK 3.1.1 port (threfore BUMPPORTREVISION)Maho Nakata2007-09-301-16/+8
| | | | | | | and unbreak. Notes: svn path=/head/; revision=200403
* 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
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-121-4/+1
| | | | Notes: svn path=/head/; revision=195456
* Fix errata listed at http://math-atlas.sourceforge.net/errata.html andMaho Nakata2007-03-089-1/+333
| | | | | | | | | bump portrevision. Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=186882
* For test target, now we use GMAKE to MAKE. In some environmentMaho Nakata2007-02-191-6/+6
| | | | | | | GMAKE fails. Notes: svn path=/head/; revision=185487
* Remove CONFLICT line as elmer-mathlibs are deprecated by migrationMaho Nakata2007-01-161-2/+0
| | | | | | | to gfortran. Notes: svn path=/head/; revision=182475
* Atlas should not depend on GNU F77. NowMaho Nakata2007-01-153-4/+5
| | | | | | | it doesn't expect existence of /usr/include/g2c.h Notes: svn path=/head/; revision=182398
* gmake is needed as a build dependency.Thierry Thomas2007-01-141-3/+4
| | | | | | | Approved by: maho Notes: svn path=/head/; revision=182354
* Fix build with WITH_OPTIMIZED_FLAGS.Maho Nakata2007-01-111-2/+2
| | | | Notes: svn path=/head/; revision=182125
* * Migrate to gfortran. but stock GCC is used.Maho Nakata2007-01-112-65/+53
| | | | | | | * lapack/blas are compiled with gforntran, thus we build TEST section as well. Notes: svn path=/head/; revision=182063
* * 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-064-14/+145
| | | | | | | | | * portlint. * (option) Installing benchmark tests for real FLOPS. * Bump portrevision. Notes: svn path=/head/; revision=181647
* 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
* o cleanupsMaho Nakata2006-02-143-24/+80
| | | | | | | | | | o faster build time; 4h45m19.23s for my Pentium M 1.6G. now static libs are build via knob, timing torerance patch is applied via knob. Submitted by: many Notes: svn path=/head/; revision=155972
* 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-192-13/+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
* Add cputype of sempron; athlon type CPUMaho Nakata2005-10-301-1/+2
| | | | | | | Submitted by: Pedro A M Vazquez <vazquez@iqm.unicamp.br> Notes: svn path=/head/; revision=146725
* Set NO_PACKAGE: atlas optimizes for the local machine, so a package is notKris Kennaway2005-09-071-0/+2
| | | | | | | | | generally useful. Reviewed by: maho (maintainer) Notes: svn path=/head/; revision=142137
* 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
* Adding newline at the end of filesMaho Nakata2004-10-192-2/+2
| | | | | | | | | (lapack.h and blas.h) Submitted by: thierry@ Notes: svn path=/head/; revision=119760
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* type -> archMaho Nakata2004-09-021-3/+3
| | | | | | | Pointy hat to: maho Notes: svn path=/head/; revision=117876
* ad hoc fix for 5-STABLE, having CPUMaho Nakata2004-09-011-0/+8
| | | | | | | | | other than Pentium4 (Opteron, Pentium III, Athlon... etc) this was due to recent change in make(1) Notes: svn path=/head/; revision=117837
* Build fix for 5-STABLEMaho Nakata2004-09-011-4/+4
| | | | Notes: svn path=/head/; revision=117819
* o Significantly performance loss by overriding severalMaho Nakata2004-08-181-6/+2
| | | | | | | | optimization flags... o update to 3.7.8 Notes: svn path=/head/; revision=116562
* 1) correct the names of shared libs for threaded versionMaho Nakata2004-07-142-2/+16
| | | | | | | 2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M) Notes: svn path=/head/; revision=113595
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-6/+6
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* make portlint happyMaho Nakata2004-03-301-2/+2
| | | | Notes: svn path=/head/; revision=105705
* real fix for PR:64692Maho Nakata2004-03-301-2/+2
| | | | | | | | PR: 64692 Submitted by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=105704
* unbreak for 4-STABLE i386 and alphaMaho Nakata2004-03-271-13/+14
| | | | | | | | PR: 64692 (loosely depended on) Submitted by: Kay Lehmann <kay_lehmann@web.de> and kris via bento Notes: svn path=/head/; revision=105406
* Do not hardcord PICFLAGMaho Nakata2004-03-201-7/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=104698
* Backout previous change of PICFLAG, sinceMaho Nakata2004-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 Notes: svn path=/head/; revision=104581
* -fPIC is appropreate on all architectures.Maho Nakata2004-03-181-6/+0
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=104554
* Fix build on alpha 4-stableMaho Nakata2004-03-172-18/+27
| | | | | | | Submitted by: kris via bento Notes: svn path=/head/; revision=104269
* Update to 3.6.0Maho Nakata2004-02-287-134/+222
| | | | Notes: svn path=/head/; revision=102361
* math/atlas should not LIB_DEPENDS on math/lapack.Maho Nakata2004-02-011-1/+1
| | | | | | | | | | lapack is required only for building. PR: 61963 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=99665
* Backout to 3.5.5Maho Nakata2003-08-082-2/+3
| | | | | | | | | | | | | | | | a) newer version build fails like: /usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b1' /usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b0' b) Define PORTEPOCH=1 Reported by: Pedro F. Giffuni <giffunip@yahoo.com> kris Thierry Thomas <thierry@pompo.net> Jonathan <j.e.drews@worldnet.att.net> Notes: svn path=/head/; revision=86572
* Fix build on 4-STABLE disabiling sanity check.Maho Nakata2003-08-021-2/+2
| | | | | | | | Submitted by: kris via bento "Dannis 't Hart" <dchart@dds.nl> Notes: svn path=/head/; revision=86193
* Update to 3.5.7Maho Nakata2003-07-292-2/+2
| | | | Notes: svn path=/head/; revision=85863
* 1. update to 3.5.6Maho Nakata2003-07-023-21/+20
| | | | | | | 2. rename suffix of threaded libs from thr to _r. Notes: svn path=/head/; revision=84086
* build both threaded/non-threaded librariesMaho Nakata2003-07-025-35/+119
| | | | | | | | | | which introduced some kludge... Reported by: kris (broken on bento for lapack++) Suggestion from: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=84079