Commit graph

37 commits

Author SHA1 Message Date
Maho Nakata
7759e1bf9d Add a warning message
Suggested by: Rob D. <162144@gmail.com>
2005-01-25 05:47:56 +00:00
Maho Nakata
e1a067b7f1 Reduce optimization level so that not get trapped
at infinite loop
2005-01-25 05:40:14 +00:00
Maho Nakata
df33287cc1 Avoid the use of != statements in ports Makefile
PR:		71095
Submitted by:	eik
2004-10-24 03:37:02 +00:00
Maho Nakata
26bd231cac Adding newline at the end of files
(lapack.h and blas.h)

Submitted by:	thierry@
2004-10-19 01:10:44 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Maho Nakata
162ea9b647 type -> arch
Pointy hat to: maho
2004-09-02 00:25:45 +00:00
Maho Nakata
8b77f79ccd ad hoc fix for 5-STABLE, having CPU
other than Pentium4 (Opteron, Pentium III,
Athlon... etc) this was due to recent change
in make(1)
2004-09-01 14:26:13 +00:00
Maho Nakata
0cb5e86302 Build fix for 5-STABLE 2004-09-01 09:59:25 +00:00
Maho Nakata
4559055c68 o Significantly performance loss by overriding several
optimization flags...
o update to 3.7.8
2004-08-18 05:46:25 +00:00
Maho Nakata
94bcc3f41a 1) correct the names of shared libs for threaded version
2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
2004-07-14 04:49:52 +00:00
Maho Nakata
c72ea155ce Make portlint happy by replacing space to tab
PR:		65409
Submitted by:	trevor
2004-05-06 19:49:54 +00:00
Maho Nakata
db4e7c3aca make portlint happy 2004-03-30 14:49:59 +00:00
Maho Nakata
7aa685c787 real fix for PR:64692
PR:		64692
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-03-30 14:48:49 +00:00
Maho Nakata
410118a607 unbreak for 4-STABLE i386 and alpha
PR:	64692 (loosely depended on)
Submitted by:	Kay Lehmann <kay_lehmann@web.de> and kris via bento
2004-03-27 05:55:45 +00:00
Maho Nakata
308503d550 Do not hardcord PICFLAG
Submitted by:	ru
2004-03-20 05:20:46 +00:00
Maho Nakata
10e9ee4f10 Backout previous change of PICFLAG, since
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
2004-03-19 04:20:12 +00:00
Maho Nakata
fb23a1b086 -fPIC is appropreate on all architectures.
Submitted by: kris
2004-03-18 23:06:11 +00:00
Maho Nakata
3718781425 Fix build on alpha 4-stable
Submitted by:	kris via bento
2004-03-17 09:46:36 +00:00
Maho Nakata
5e41ece017 Update to 3.6.0 2004-02-28 09:45:06 +00:00
Maho Nakata
f73c1421f5 math/atlas should not LIB_DEPENDS on math/lapack.
lapack is required only for building.

PR:		61963
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2004-02-01 02:04:48 +00:00
Maho Nakata
f97bb94e5f Backout to 3.5.5
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>
2003-08-08 10:42:58 +00:00
Maho Nakata
a0c49d0de8 Fix build on 4-STABLE disabiling sanity check.
Submitted by:	kris via bento
                "Dannis 't Hart" <dchart@dds.nl>
2003-08-02 16:11:30 +00:00
Maho Nakata
87c1de3393 Update to 3.5.7 2003-07-29 15:50:39 +00:00
Maho Nakata
69b70a1ecf 1. update to 3.5.6
2. rename suffix of threaded libs from thr to _r.
2003-07-02 23:03:38 +00:00
Maho Nakata
28dd30949a build both threaded/non-threaded libraries
which introduced some kludge...

Reported by:		kris	(broken on bento for lapack++)
Suggestion from:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2003-07-02 21:39:36 +00:00
Maho Nakata
ec1bf0f1b0 update to 3.5.5
Submitted by:	Thomas Gellekum <Thomas.Gellekum@gmx.de>
2003-06-30 19:19:43 +00:00
Maho Nakata
9bd1ed45e7 1. make atlas thread safe
2. set an option that force atlas to make threaded
3. bump port revision
2003-06-11 04:17:37 +00:00
Maho Nakata
b780505091 Update to 2.5.2 2003-06-11 00:17:39 +00:00
Maho Nakata
afc2e47f94 Fix linkage problem for multithreaded support.
PR:		48511
Submitted by:	Josh Tolbert <hemi@puresimplicity.net>
2003-05-09 22:45:59 +00:00
Maho Nakata
4954b96cdd patch for config.c failed.
Reported by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
2003-05-04 23:00:12 +00:00
Maho Nakata
008549a09d 1. Update to 2.5.1
2. change maintainer's e-mail address.
2003-05-04 01:02:10 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Christian Weisgerber
62e1899b5d Fix build on alpha.
PR:		41770
Submitted by:	Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-08-19 16:20:09 +00:00
Ying-Chieh Liao
da92eb967b fix on p4 architecture
bump portrevision

PR:		40321
Submitted by:	maintainer
2002-07-15 10:41:17 +00:00
Yoichi NAKAYAMA
876469a9c4 Update to 3.4.1. (Use patch posted to ports-jp@ list)
PR:		37663
Submitted by:	maintainer
2002-06-22 07:54:16 +00:00
Ying-Chieh Liao
d2e49c4eca make it be able to build on all supported archs
PR:		35994
Submitted by:	Li-lun Wang (Leland Wang) <llwang@infor.org>
Approved by:	maintainer
2002-03-26 05:49:54 +00:00
Ying-Chieh Liao
e66657a5c7 add atlas 3.3.14
Automatically Tuned Linear Algebra Software (ATLAS)

PR:		35908
Submitted by:	Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-03-15 03:53:15 +00:00