The FreeBSD Ports Archive
FreeBSD math : atlas-devel4>
Development version of math/atlas
The ATLAS (Automatically Tuned Linear Algebra Software) project is
an ongoing research effort focusing on applying empirical techniques
in order to provide portable performance.
At present, it provides C and Fortran77 interfaces to a
portably efficient BLAS implementation, as well as a few routines from LAPACK.
If you use blas, you can simply change flags when linking,
from -lblas to -lf77blas -latlas (order is important).
A few routines from LAPACK are merged into one library as libalapack.
It requres both C and Fortran77 interfaces, and thus that link line would be:
-lalapack -lf77blas -lcblas -latlas -lg2c -lm .
Other choice of CC and CFLAGS are *NOT* recommended.
They are already optimized for this platform and automatically searched.
http://math-atlas.sourceforge.net/
|
atlas-devel history
v. 1.53
date: 2007/12/19 22:49:28; author: maho; state: Exp; lines: +1 -0
Marked as ignore. math/atlas is newer.
v. 1.52
date: 2007/09/29 23:34:49; author: maho; state: Exp; lines: +9 -17
Update to 3.7.37 and unbreak.
v. 1.51
date: 2007/09/29 12:57:39; author: maho; state: Exp; lines: +2 -0
Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken.
v. 1.50
date: 2007/07/30 08:04:04; author: maho; state: Exp; lines: +0 -6
In ATLAS/INSTALL.txt it is said that gcc42 is superior to both gcc3 and gcc41
- and FreeBSD 7 current imported gcc42.
Spotted by: Li-Lun \"Leland\" Wang"
v. 1.49
date: 2007/07/21 14:03:10; author: maho; state: Exp; lines: +4 -4
Update to 3.7.34.
v. 1.48
date: 2007/07/12 08:13:25; author: maho; state: Exp; lines: +1 -4
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.47
date: 2007/03/07 23:26:16; author: maho; state: Exp; lines: +1 -1
Update to 3.7.29.
v. 1.46
date: 2007/02/16 13:47:58; author: maho; state: Exp; lines: +7 -6
Update to 3.7.28.
v. 1.45
date: 2007/01/16 02:39:07; author: maho; state: Exp; lines: +0 -2
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
v. 1.44
date: 2007/01/15 12:03:27; author: maho; state: Exp; lines: +1 -0
No longer depended on g2c.h in the base.
Now we should use f2c.
v. 1.43
date: 2007/01/14 13:26:55; author: thierry; state: Exp; lines: +4 -3
gmake is needed as a build dependency.
Approved by: maho
v. 1.42
date: 2007/01/12 05:27:08; author: maho; state: Exp; lines: +7 -5
* Non threaded version installed actually threaded version.
* bump port revision.
v. 1.41
date: 2007/01/11 07:52:29; author: maho; state: Exp; lines: +5 -5
* Do not install libtstatlas* as they are not use frequently.
* Bump portrevision.
v. 1.40
date: 2007/01/11 05:26:20; author: maho; state: Exp; lines: +6 -15
BLAS and LAPACK are now build with gfortran so test
section is also available as default.
v. 1.39
date: 2007/01/09 22:39:17; author: maho; state: Exp; lines: +12 -12
* Shared lib number has been bumped 1 to 2
* Bump port revision
v. 1.38
date: 2007/01/06 22:18:51; author: maho; state: Exp; lines: +61 -16
* Migrate to gfortran.
* portlint.
* (option) Installing benchmark tests for real FLOPS.
* Bump portrevision.
v. 1.37
date: 2006/12/28 05:03:43; author: maho; state: Exp; lines: +54 -118
Update to 3.7.24.
v. 1.36
date: 2006/08/07 01:40:52; author: maho; state: Exp; lines: +4 -0
Fix error when WITH_OPTIMIZED_FLAGS is specified.
PR: 100991
Submitted by: Masayuki Takemura
v. 1.35
date: 2006/07/09 01:35:28; author: maho; state: Exp; lines: +1 -1
A better WITH_OPTIMIZED_FLAGS.
v. 1.34
date: 2006/05/10 22:37:05; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.33
date: 2006/04/26 05:13:41; author: maho; state: Exp; lines: +2 -0
Register conflicts with math/elmer-mathlibs.
Submitted by: thierry and
Pedro F. Giffuni
v. 1.32
date: 2006/02/13 05:38:23; author: maho; state: Exp; lines: +10 -8
Cosmetic change
v. 1.31
date: 2006/02/11 09:11:23; author: maho; state: Exp; lines: +53 -17
o Do not build static libraries in default setting; this reduce the
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"
v. 1.30
date: 2005/10/10 01:13:52; author: maho; state: Exp; lines: +1 -1
1. Update to 3.7.11
2. Add cputype of sempron; athlon type CPU
Submitted by: edwin[1], Pedro A M Vazquez [2]
v. 1.29
date: 2005/07/01 07:54:51; author: maho; state: Exp; lines: +21 -2
Update to 3.7.10
v. 1.28
date: 2005/04/12 03:26:02; author: obrien; state: Exp; lines: +2 -2
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.27
date: 2005/04/11 08:03:17; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.26
date: 2005/01/25 05:47:56; author: maho; state: Exp; lines: +8 -1
Add a warning message
Suggested by: Rob D. <162144@gmail.com>
v. 1.25
date: 2005/01/25 05:40:13; author: maho; state: Exp; lines: +1 -4
Reduce optimization level so that not get trapped
at infinite loop
v. 1.24
date: 2004/10/24 03:40:23; author: maho; state: Exp; lines: +0 -0
Forced commit
Actually this report was submitted by mharo,
and eik kindly told me how to fix.
PR: 71095
Submitted by: mharo
v. 1.23
date: 2004/10/24 03:37:02; author: maho; state: Exp; lines: +5 -1
Avoid the use of != statements in ports Makefile
PR: 71095
Submitted by: eik
v. 1.22
date: 2004/09/30 05:31:54; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.21
date: 2004/09/02 00:25:45; author: maho; state: Exp; lines: +3 -3
type -> arch
Pointy hat to: maho
v. 1.20
date: 2004/09/01 09:59:25; author: maho; state: Exp; lines: +4 -4
Build fix for 5-STABLE
v. 1.19
date: 2004/08/18 05:46:25; author: maho; state: Exp; lines: +3 -7
o Significantly performance loss by overriding several
optimization flags...
o update to 3.7.8
v. 1.18
date: 2004/07/14 04:49:51; author: maho; state: Exp; lines: +7 -2
1) correct the names of shared libs for threaded version
2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
v. 1.17
date: 2004/07/14 03:27:00; author: maho; state: Exp; lines: +1 -1
Update to 3.7.5
v. 1.16
date: 2004/05/06 19:49:43; author: maho; state: Exp; lines: +7 -7
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor
v. 1.15
date: 2004/03/30 14:49:59; author: maho; state: Exp; lines: +3 -3
make portlint happy
v. 1.14
date: 2004/03/20 05:20:46; author: maho; state: Exp; lines: +1 -7
Do not hardcord PICFLAG
Submitted by: ru
v. 1.13
date: 2004/03/19 04:20:12; author: maho; state: Exp; lines: +6 -0
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
v. 1.12
date: 2004/03/18 23:06:11; author: maho; state: Exp; lines: +0 -6
-fPIC is appropreate on all architectures.
Submitted by: kris
v. 1.11
date: 2004/03/17 09:46:36; author: maho; state: Exp; lines: +6 -7
Fix build on alpha 4-stable
Submitted by: kris via bento
v. 1.10
date: 2004/02/28 03:54:20; author: maho; state: Exp; lines: +1 -1
Update to 3.7.1
v. 1.9
date: 2004/02/01 06:55:14; author: maho; state: Exp; lines: +19 -12
1) possible build fix on ia64 archs
2) remove some make xconfig
3) move PKGNAMESUFFIX appropreate position
PR: 61995
Submitted by: hrs
v. 1.8
date: 2004/01/26 13:41:47; author: maho; state: Exp; lines: +1 -0
Add NO_PACKAGE since this port is heavely depended on
the environment.
Submitted by: sf
Many thanks to: sf
v. 1.7
date: 2004/01/26 13:25:02; author: maho; state: Exp; lines: +6 -2
Fix broken on alpha
Submitted by: kris via bento
v. 1.6
date: 2004/01/20 12:56:57; author: maho; state: Exp; lines: +0 -6
Remove harmful message from Makefile
Pointed out by: sf
v. 1.5
date: 2004/01/20 12:48:03; author: maho; state: Exp; lines: +4 -4
Remove # to compile
Pointy hat to: myself
v. 1.4
date: 2004/01/20 01:24:34; author: maho; state: Exp; lines: +106 -44
a) update to 3.6.0
b) make PIC object files for amd64
c) some clean ups
v. 1.3
date: 2003/12/28 06:01:19; author: maho; state: Exp; lines: +1 -1
a) Update to 3.5.22
b) added Opteron support but my machine is very unstable :(
v. 1.2
date: 2003/10/24 08:05:30; author: maho; state: Exp; lines: +1 -1
Update to 3.5.12
v. 1.1
date: 2003/10/03 23:15:36; author: maho; state: Exp;
Add new port atlas-devel, developer version of math/atlas
=============================================================================
v. 1.53
date: 2007/12/19 22:49:28; author: maho; state: Exp; lines: +1 -0
Marked as ignore. math/atlas is newer.
v. 1.52
date: 2007/09/29 23:34:49; author: maho; state: Exp; lines: +9 -17
Update to 3.7.37 and unbreak.
v. 1.51
date: 2007/09/29 12:57:39; author: maho; state: Exp; lines: +2 -0
Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken.
v. 1.50
date: 2007/07/30 08:04:04; author: maho; state: Exp; lines: +0 -6
In ATLAS/INSTALL.txt it is said that gcc42 is superior to both gcc3 and gcc41
- and FreeBSD 7 current imported gcc42.
Spotted by: Li-Lun \"Leland\" Wang"
v. 1.49
date: 2007/07/21 14:03:10; author: maho; state: Exp; lines: +4 -4
Update to 3.7.34.
v. 1.48
date: 2007/07/12 08:13:25; author: maho; state: Exp; lines: +1 -4
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.47
date: 2007/03/07 23:26:16; author: maho; state: Exp; lines: +1 -1
Update to 3.7.29.
v. 1.46
date: 2007/02/16 13:47:58; author: maho; state: Exp; lines: +7 -6
Update to 3.7.28.
v. 1.45
date: 2007/01/16 02:39:07; author: maho; state: Exp; lines: +0 -2
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
v. 1.44
date: 2007/01/15 12:03:27; author: maho; state: Exp; lines: +1 -0
No longer depended on g2c.h in the base.
Now we should use f2c.
v. 1.43
date: 2007/01/14 13:26:55; author: thierry; state: Exp; lines: +4 -3
gmake is needed as a build dependency.
Approved by: maho
v. 1.42
date: 2007/01/12 05:27:08; author: maho; state: Exp; lines: +7 -5
* Non threaded version installed actually threaded version.
* bump port revision.
v. 1.41
date: 2007/01/11 07:52:29; author: maho; state: Exp; lines: +5 -5
* Do not install libtstatlas* as they are not use frequently.
* Bump portrevision.
v. 1.40
date: 2007/01/11 05:26:20; author: maho; state: Exp; lines: +6 -15
BLAS and LAPACK are now build with gfortran so test
section is also available as default.
v. 1.39
date: 2007/01/09 22:39:17; author: maho; state: Exp; lines: +12 -12
* Shared lib number has been bumped 1 to 2
* Bump port revision
v. 1.38
date: 2007/01/06 22:18:51; author: maho; state: Exp; lines: +61 -16
* Migrate to gfortran.
* portlint.
* (option) Installing benchmark tests for real FLOPS.
* Bump portrevision.
v. 1.37
date: 2006/12/28 05:03:43; author: maho; state: Exp; lines: +54 -118
Update to 3.7.24.
v. 1.36
date: 2006/08/07 01:40:52; author: maho; state: Exp; lines: +4 -0
Fix error when WITH_OPTIMIZED_FLAGS is specified.
PR: 100991
Submitted by: Masayuki Takemura
v. 1.35
date: 2006/07/09 01:35:28; author: maho; state: Exp; lines: +1 -1
A better WITH_OPTIMIZED_FLAGS.
v. 1.34
date: 2006/05/10 22:37:05; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.33
date: 2006/04/26 05:13:41; author: maho; state: Exp; lines: +2 -0
Register conflicts with math/elmer-mathlibs.
Submitted by: thierry and
Pedro F. Giffuni
v. 1.32
date: 2006/02/13 05:38:23; author: maho; state: Exp; lines: +10 -8
Cosmetic change
v. 1.31
date: 2006/02/11 09:11:23; author: maho; state: Exp; lines: +53 -17
o Do not build static libraries in default setting; this reduce the
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"
v. 1.30
date: 2005/10/10 01:13:52; author: maho; state: Exp; lines: +1 -1
1. Update to 3.7.11
2. Add cputype of sempron; athlon type CPU
Submitted by: edwin[1], Pedro A M Vazquez [2]
v. 1.29
date: 2005/07/01 07:54:51; author: maho; state: Exp; lines: +21 -2
Update to 3.7.10
v. 1.28
date: 2005/04/12 03:26:02; author: obrien; state: Exp; lines: +2 -2
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.27
date: 2005/04/11 08:03:17; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.26
date: 2005/01/25 05:47:56; author: maho; state: Exp; lines: +8 -1
Add a warning message
Suggested by: Rob D. <162144@gmail.com>
v. 1.25
date: 2005/01/25 05:40:13; author: maho; state: Exp; lines: +1 -4
Reduce optimization level so that not get trapped
at infinite loop
v. 1.24
date: 2004/10/24 03:40:23; author: maho; state: Exp; lines: +0 -0
Forced commit
Actually this report was submitted by mharo,
and eik kindly told me how to fix.
PR: 71095
Submitted by: mharo
v. 1.23
date: 2004/10/24 03:37:02; author: maho; state: Exp; lines: +5 -1
Avoid the use of != statements in ports Makefile
PR: 71095
Submitted by: eik
v. 1.22
date: 2004/09/30 05:31:54; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.21
date: 2004/09/02 00:25:45; author: maho; state: Exp; lines: +3 -3
type -> arch
Pointy hat to: maho
v. 1.20
date: 2004/09/01 09:59:25; author: maho; state: Exp; lines: +4 -4
Build fix for 5-STABLE
v. 1.19
date: 2004/08/18 05:46:25; author: maho; state: Exp; lines: +3 -7
o Significantly performance loss by overriding several
optimization flags...
o update to 3.7.8
v. 1.18
date: 2004/07/14 04:49:51; author: maho; state: Exp; lines: +7 -2
1) correct the names of shared libs for threaded version
2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
v. 1.17
date: 2004/07/14 03:27:00; author: maho; state: Exp; lines: +1 -1
Update to 3.7.5
v. 1.16
date: 2004/05/06 19:49:43; author: maho; state: Exp; lines: +7 -7
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor
v. 1.15
date: 2004/03/30 14:49:59; author: maho; state: Exp; lines: +3 -3
make portlint happy
v. 1.14
date: 2004/03/20 05:20:46; author: maho; state: Exp; lines: +1 -7
Do not hardcord PICFLAG
Submitted by: ru
v. 1.13
date: 2004/03/19 04:20:12; author: maho; state: Exp; lines: +6 -0
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
v. 1.12
date: 2004/03/18 23:06:11; author: maho; state: Exp; lines: +0 -6
-fPIC is appropreate on all architectures.
Submitted by: kris
v. 1.11
date: 2004/03/17 09:46:36; author: maho; state: Exp; lines: +6 -7
Fix build on alpha 4-stable
Submitted by: kris via bento
v. 1.10
date: 2004/02/28 03:54:20; author: maho; state: Exp; lines: +1 -1
Update to 3.7.1
v. 1.9
date: 2004/02/01 06:55:14; author: maho; state: Exp; lines: +19 -12
1) possible build fix on ia64 archs
2) remove some make xconfig
3) move PKGNAMESUFFIX appropreate position
PR: 61995
Submitted by: hrs
v. 1.8
date: 2004/01/26 13:41:47; author: maho; state: Exp; lines: +1 -0
Add NO_PACKAGE since this port is heavely depended on
the environment.
Submitted by: sf
Many thanks to: sf
v. 1.7
date: 2004/01/26 13:25:02; author: maho; state: Exp; lines: +6 -2
Fix broken on alpha
Submitted by: kris via bento
v. 1.6
date: 2004/01/20 12:56:57; author: maho; state: Exp; lines: +0 -6
Remove harmful message from Makefile
Pointed out by: sf
v. 1.5
date: 2004/01/20 12:48:03; author: maho; state: Exp; lines: +4 -4
Remove # to compile
Pointy hat to: myself
v. 1.4
date: 2004/01/20 01:24:34; author: maho; state: Exp; lines: +106 -44
a) update to 3.6.0
b) make PIC object files for amd64
c) some clean ups
v. 1.3
date: 2003/12/28 06:01:19; author: maho; state: Exp; lines: +1 -1
a) Update to 3.5.22
b) added Opteron support but my machine is very unstable :(
v. 1.2
date: 2003/10/24 08:05:30; author: maho; state: Exp; lines: +1 -1
Update to 3.5.12
v. 1.1
date: 2003/10/03 23:15:36; author: maho; state: Exp;
Add new port atlas-devel, developer version of math/atlas
=============================================================================
v. 1.53
date: 2007/12/19 22:49:28; author: maho; state: Exp; lines: +1 -0
Marked as ignore. math/atlas is newer.
v. 1.52
date: 2007/09/29 23:34:49; author: maho; state: Exp; lines: +9 -17
Update to 3.7.37 and unbreak.
v. 1.51
date: 2007/09/29 12:57:39; author: maho; state: Exp; lines: +2 -0
Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken.
v. 1.50
date: 2007/07/30 08:04:04; author: maho; state: Exp; lines: +0 -6
In ATLAS/INSTALL.txt it is said that gcc42 is superior to both gcc3 and gcc41
- and FreeBSD 7 current imported gcc42.
Spotted by: Li-Lun \"Leland\" Wang"
v. 1.49
date: 2007/07/21 14:03:10; author: maho; state: Exp; lines: +4 -4
Update to 3.7.34.
v. 1.48
date: 2007/07/12 08:13:25; author: maho; state: Exp; lines: +1 -4
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.47
date: 2007/03/07 23:26:16; author: maho; state: Exp; lines: +1 -1
Update to 3.7.29.
v. 1.46
date: 2007/02/16 13:47:58; author: maho; state: Exp; lines: +7 -6
Update to 3.7.28.
v. 1.45
date: 2007/01/16 02:39:07; author: maho; state: Exp; lines: +0 -2
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
v. 1.44
date: 2007/01/15 12:03:27; author: maho; state: Exp; lines: +1 -0
No longer depended on g2c.h in the base.
Now we should use f2c.
v. 1.43
date: 2007/01/14 13:26:55; author: thierry; state: Exp; lines: +4 -3
gmake is needed as a build dependency.
Approved by: maho
v. 1.42
date: 2007/01/12 05:27:08; author: maho; state: Exp; lines: +7 -5
* Non threaded version installed actually threaded version.
* bump port revision.
v. 1.41
date: 2007/01/11 07:52:29; author: maho; state: Exp; lines: +5 -5
* Do not install libtstatlas* as they are not use frequently.
* Bump portrevision.
v. 1.40
date: 2007/01/11 05:26:20; author: maho; state: Exp; lines: +6 -15
BLAS and LAPACK are now build with gfortran so test
section is also available as default.
v. 1.39
date: 2007/01/09 22:39:17; author: maho; state: Exp; lines: +12 -12
* Shared lib number has been bumped 1 to 2
* Bump port revision
v. 1.38
date: 2007/01/06 22:18:51; author: maho; state: Exp; lines: +61 -16
* Migrate to gfortran.
* portlint.
* (option) Installing benchmark tests for real FLOPS.
* Bump portrevision.
v. 1.37
date: 2006/12/28 05:03:43; author: maho; state: Exp; lines: +54 -118
Update to 3.7.24.
v. 1.36
date: 2006/08/07 01:40:52; author: maho; state: Exp; lines: +4 -0
Fix error when WITH_OPTIMIZED_FLAGS is specified.
PR: 100991
Submitted by: Masayuki Takemura
v. 1.35
date: 2006/07/09 01:35:28; author: maho; state: Exp; lines: +1 -1
A better WITH_OPTIMIZED_FLAGS.
v. 1.34
date: 2006/05/10 22:37:05; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.33
date: 2006/04/26 05:13:41; author: maho; state: Exp; lines: +2 -0
Register conflicts with math/elmer-mathlibs.
Submitted by: thierry and
Pedro F. Giffuni
v. 1.32
date: 2006/02/13 05:38:23; author: maho; state: Exp; lines: +10 -8
Cosmetic change
v. 1.31
date: 2006/02/11 09:11:23; author: maho; state: Exp; lines: +53 -17
o Do not build static libraries in default setting; this reduce the
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"
v. 1.30
date: 2005/10/10 01:13:52; author: maho; state: Exp; lines: +1 -1
1. Update to 3.7.11
2. Add cputype of sempron; athlon type CPU
Submitted by: edwin[1], Pedro A M Vazquez [2]
v. 1.29
date: 2005/07/01 07:54:51; author: maho; state: Exp; lines: +21 -2
Update to 3.7.10
v. 1.28
date: 2005/04/12 03:26:02; author: obrien; state: Exp; lines: +2 -2
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.27
date: 2005/04/11 08:03:17; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.26
date: 2005/01/25 05:47:56; author: maho; state: Exp; lines: +8 -1
Add a warning message
Suggested by: Rob D. <162144@gmail.com>
v. 1.25
date: 2005/01/25 05:40:13; author: maho; state: Exp; lines: +1 -4
Reduce optimization level so that not get trapped
at infinite loop
v. 1.24
date: 2004/10/24 03:40:23; author: maho; state: Exp; lines: +0 -0
Forced commit
Actually this report was submitted by mharo,
and eik kindly told me how to fix.
PR: 71095
Submitted by: mharo
v. 1.23
date: 2004/10/24 03:37:02; author: maho; state: Exp; lines: +5 -1
Avoid the use of != statements in ports Makefile
PR: 71095
Submitted by: eik
v. 1.22
date: 2004/09/30 05:31:54; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.21
date: 2004/09/02 00:25:45; author: maho; state: Exp; lines: +3 -3
type -> arch
Pointy hat to: maho
v. 1.20
date: 2004/09/01 09:59:25; author: maho; state: Exp; lines: +4 -4
Build fix for 5-STABLE
v. 1.19
date: 2004/08/18 05:46:25; author: maho; state: Exp; lines: +3 -7
o Significantly performance loss by overriding several
optimization flags...
o update to 3.7.8
v. 1.18
date: 2004/07/14 04:49:51; author: maho; state: Exp; lines: +7 -2
1) correct the names of shared libs for threaded version
2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
v. 1.17
date: 2004/07/14 03:27:00; author: maho; state: Exp; lines: +1 -1
Update to 3.7.5
v. 1.16
date: 2004/05/06 19:49:43; author: maho; state: Exp; lines: +7 -7
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor
v. 1.15
date: 2004/03/30 14:49:59; author: maho; state: Exp; lines: +3 -3
make portlint happy
v. 1.14
date: 2004/03/20 05:20:46; author: maho; state: Exp; lines: +1 -7
Do not hardcord PICFLAG
Submitted by: ru
v. 1.13
date: 2004/03/19 04:20:12; author: maho; state: Exp; lines: +6 -0
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
v. 1.12
date: 2004/03/18 23:06:11; author: maho; state: Exp; lines: +0 -6
-fPIC is appropreate on all architectures.
Submitted by: kris
v. 1.11
date: 2004/03/17 09:46:36; author: maho; state: Exp; lines: +6 -7
Fix build on alpha 4-stable
Submitted by: kris via bento
v. 1.10
date: 2004/02/28 03:54:20; author: maho; state: Exp; lines: +1 -1
Update to 3.7.1
v. 1.9
date: 2004/02/01 06:55:14; author: maho; state: Exp; lines: +19 -12
1) possible build fix on ia64 archs
2) remove some make xconfig
3) move PKGNAMESUFFIX appropreate position
PR: 61995
Submitted by: hrs
v. 1.8
date: 2004/01/26 13:41:47; author: maho; state: Exp; lines: +1 -0
Add NO_PACKAGE since this port is heavely depended on
the environment.
Submitted by: sf
Many thanks to: sf
v. 1.7
date: 2004/01/26 13:25:02; author: maho; state: Exp; lines: +6 -2
Fix broken on alpha
Submitted by: kris via bento
v. 1.6
date: 2004/01/20 12:56:57; author: maho; state: Exp; lines: +0 -6
Remove harmful message from Makefile
Pointed out by: sf
v. 1.5
date: 2004/01/20 12:48:03; author: maho; state: Exp; lines: +4 -4
Remove # to compile
Pointy hat to: myself
v. 1.4
date: 2004/01/20 01:24:34; author: maho; state: Exp; lines: +106 -44
a) update to 3.6.0
b) make PIC object files for amd64
c) some clean ups
v. 1.3
date: 2003/12/28 06:01:19; author: maho; state: Exp; lines: +1 -1
a) Update to 3.5.22
b) added Opteron support but my machine is very unstable :(
v. 1.2
date: 2003/10/24 08:05:30; author: maho; state: Exp; lines: +1 -1
Update to 3.5.12
v. 1.1
date: 2003/10/03 23:15:36; author: maho; state: Exp;
Add new port atlas-devel, developer version of math/atlas
=============================================================================
|
| |

|