Commit graph

36 commits

Author SHA1 Message Date
Maho Nakata
a01ed8fdc4 Currently with "cpu I686_CPU" which is default,
kernel automatically enables SSE if it is available.
so remove messages which are not necessary.

Submitted by:	 Darrien <darrien.l@gmail.com>
2005-11-19 22:45:34 +00:00
Maho Nakata
04f26b2ba7 1. Update to 3.7.11
2. Add cputype of sempron; athlon type CPU

Submitted by:	edwin[1], Pedro A M Vazquez <vazquez@iqm.unicamp.br>[2]
2005-10-10 01:13:52 +00:00
Maho Nakata
4a3715c8a6 Update to 3.7.10 2005-07-01 07:54:51 +00:00
Maho Nakata
852063c6cd Add two patches for stable builds.
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
2005-06-28 04:45:59 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
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
0565157866 Update to 3.7.5 2004-07-14 03:27:00 +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
84addca6cf forgot to update distinfo
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-04-03 23:23:32 +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
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
9d888b405d Update to 3.7.1 2004-02-28 03:54:20 +00:00
Maho Nakata
c70d1984b9 1) possible build fix on ia64 archs
2) remove some make xconfig
3) move PKGNAMESUFFIX appropreate position

PR:		61995
Submitted by:	hrs
2004-02-01 06:55:14 +00:00
Maho Nakata
7104fe2d64 Add NO_PACKAGE since this port is heavely depended on
the environment.

Submitted by:	sf
Many thanks to:	sf
2004-01-26 13:41:47 +00:00
Maho Nakata
0b295fa5b8 Fix broken on alpha
Submitted by:	kris via bento
2004-01-26 13:25:02 +00:00
Maho Nakata
6c97d632ce Add more architectures (result of hw.model)
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>
2004-01-20 13:40:46 +00:00
Maho Nakata
255f4669d0 Remove harmful message from Makefile
Pointed out by: sf
2004-01-20 12:56:57 +00:00
Maho Nakata
01d86a7220 Remove # to compile
Pointy hat to: myself
2004-01-20 12:48:03 +00:00
Maho Nakata
a1995689bb a) update to 3.6.0
b) make PIC object files for amd64
c) some clean ups
2004-01-20 01:24:34 +00:00
Maho Nakata
0de6dff69b a) Update to 3.5.22
b) added Opteron support but my machine is very unstable :(
2003-12-28 06:01:19 +00:00
Maho Nakata
cc10c686eb Update to 3.5.12 2003-10-24 08:05:30 +00:00
Maho Nakata
00d8ae51a7 Add new port atlas-devel, developer version of math/atlas 2003-10-03 23:15:36 +00:00