Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-04-01 10:38:34 -05:00
commit f69e6d38f7
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ IN: math.blas.ffi
[ os [ freebsd? ] [ linux? cpu x86.32? and ] bi or ]
[ "libblas.so" gfortran-abi add-fortran-library ]
}
{ [ os [ freebsd? ] [ linux? ] bi or ] [ "libblas.so" gfortran-abi add-fortran-library ] }
[ "libblas.so" f2c-abi add-fortran-library ]
} cond
>>