aboutsummaryrefslogtreecommitdiff
path: root/math/atlas-devel
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-182-9/+5
| | | | | | | | 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-3/+17
| | | | | | | 2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M) Notes: svn path=/head/; revision=113595
* Update to 3.7.5Maho Nakata2004-07-142-3/+3
| | | | Notes: svn path=/head/; revision=113593
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-7/+7
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* forgot to update distinfoMaho Nakata2004-04-031-2/+2
| | | | | | | Submitted by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=106079
* make portlint happyMaho Nakata2004-03-301-3/+3
| | | | Notes: svn path=/head/; revision=105705
* real fix for PR:64692Maho Nakata2004-03-301-13/+14
| | | | | | | | PR: 64692 Submitted by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=105704
* 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.7.1Maho Nakata2004-02-282-2/+3
| | | | Notes: svn path=/head/; revision=102339
* 1) possible build fix on ia64 archsMaho Nakata2004-02-012-22/+19
| | | | | | | | | | | 2) remove some make xconfig 3) move PKGNAMESUFFIX appropreate position PR: 61995 Submitted by: hrs Notes: svn path=/head/; revision=99677
* Add NO_PACKAGE since this port is heavely depended onMaho Nakata2004-01-261-0/+1
| | | | | | | | | | the environment. Submitted by: sf Many thanks to: sf Notes: svn path=/head/; revision=99193
* Fix broken on alphaMaho Nakata2004-01-261-2/+6
| | | | | | | Submitted by: kris via bento Notes: svn path=/head/; revision=99184
* Add more architectures (result of hw.model)Maho Nakata2004-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> Notes: svn path=/head/; revision=98646
* Remove harmful message from MakefileMaho Nakata2004-01-201-6/+0
| | | | | | | Pointed out by: sf Notes: svn path=/head/; revision=98644
* Remove # to compileMaho Nakata2004-01-201-4/+4
| | | | | | | Pointy hat to: myself Notes: svn path=/head/; revision=98643
* a) update to 3.6.0Maho Nakata2004-01-205-91/+140
| | | | | | | | b) make PIC object files for amd64 c) some clean ups Notes: svn path=/head/; revision=98624
* a) Update to 3.5.22Maho Nakata2003-12-285-41/+55
| | | | | | | b) added Opteron support but my machine is very unstable :( Notes: svn path=/head/; revision=96727
* Update to 3.5.12Maho Nakata2003-10-242-2/+2
| | | | Notes: svn path=/head/; revision=92044
* Add new port atlas-devel, developer version of math/atlasMaho Nakata2003-10-0311-0/+6275
Notes: svn path=/head/; revision=90176