Changeset 82585
- Timestamp:
- 08/16/11 01:04:22 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/math/atlas/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/atlas/Portfile
r82453 r82585 171 171 } 172 172 173 if { (${os.major} == 11 && \ 174 [exec sysctl -n hw.optional.avx1_0] == 1) || \ 175 [exec sysctl -n hw.cpufamily] == 1418770316 } { 173 if { (${os.major} == 11 && [exec sysctl -n hw.optional.avx1_0] == 1) || \ 174 (${os.major} > 8 && [exec sysctl -n hw.cpufamily] == 1418770316) } { 176 175 # Corei2 is not supported yet because gcc4.5 does not 177 176 # support AVX instructions and gcc4.6 does not compile yet.
Note: See TracChangeset
for help on using the changeset viewer.

