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

