aboutsummaryrefslogtreecommitdiff
path: root/math/atlas
Commit message (Collapse)AuthorAgeFilesLines
* 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
* update to 3.5.5Maho Nakata2003-06-303-21/+20
| | | | | | | Submitted by: Thomas Gellekum <Thomas.Gellekum@gmx.de> Notes: svn path=/head/; revision=83923
* 1. make atlas thread safeMaho Nakata2003-06-113-5/+40
| | | | | | | | 2. set an option that force atlas to make threaded 3. bump port revision Notes: svn path=/head/; revision=82727
* Update to 2.5.2Maho Nakata2003-06-113-6/+11
| | | | Notes: svn path=/head/; revision=82718
* Fix linkage problem for multithreaded support.Maho Nakata2003-05-091-4/+15
| | | | | | | | PR: 48511 Submitted by: Josh Tolbert <hemi@puresimplicity.net> Notes: svn path=/head/; revision=80566
* patch for config.c failed.Maho Nakata2003-05-041-8/+10
| | | | | | | Reported by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Notes: svn path=/head/; revision=80129
* 1. Update to 2.5.1Maho Nakata2003-05-042-6/+5
| | | | | | | 2. change maintainer's e-mail address. Notes: svn path=/head/; revision=80090
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Fix build on alpha.Christian Weisgerber2002-08-194-12/+56
| | | | | | | | PR: 41770 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> Notes: svn path=/head/; revision=64664
* fix on p4 architectureYing-Chieh Liao2002-07-152-4/+12
| | | | | | | | | | bump portrevision PR: 40321 Submitted by: maintainer Notes: svn path=/head/; revision=62974
* Update to 3.4.1. (Use patch posted to ports-jp@ list)Yoichi NAKAYAMA2002-06-228-33/+6012
| | | | | | | | PR: 37663 Submitted by: maintainer Notes: svn path=/head/; revision=61728
* make it be able to build on all supported archsYing-Chieh Liao2002-03-264-39/+44
| | | | | | | | | PR: 35994 Submitted by: Li-lun Wang (Leland Wang) <llwang@infor.org> Approved by: maintainer Notes: svn path=/head/; revision=56675
* add atlas 3.3.14Ying-Chieh Liao2002-03-157-0/+108
Automatically Tuned Linear Algebra Software (ATLAS) PR: 35908 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> Notes: svn path=/head/; revision=56117