arith.h needs to be created for win
This commit is contained in:
parent
dad2ab22ff
commit
e5faac2a47
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
configure.in_particles
|
||||||
config.status
|
config.status
|
||||||
config.log
|
config.log
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ if test "x${prefix}" = "xNONE"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x${OS_IS_WIN}" = "x1"; then
|
if test "x${OS_IS_WIN}" = "x1"; then
|
||||||
prefix=`cygpath -a -m "${prefix}" | sed 's/\\\/\\//g'`
|
prefix=`cygpath -a -m "${prefix}" `
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -811,6 +811,9 @@ AC_OUTPUT(../Cantera/Makefile \
|
||||||
# )
|
# )
|
||||||
if test "x${OS_IS_WIN}" = "x1"; then
|
if test "x${OS_IS_WIN}" = "x1"; then
|
||||||
cp -f ../config.h ../Cantera/src
|
cp -f ../config.h ../Cantera/src
|
||||||
|
cd ../ext/f2c_libs
|
||||||
|
cp arith.hwin32 arith.h
|
||||||
|
cd ../../config
|
||||||
fi
|
fi
|
||||||
if test -f "../test_problems/ck2cti_test/runtest"; then
|
if test -f "../test_problems/ck2cti_test/runtest"; then
|
||||||
chmod +x ../test_problems/ck2cti_test/runtest
|
chmod +x ../test_problems/ck2cti_test/runtest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue