[cantera]: fixing makefile to no longer look for deprecated tests. Additionally, updating configure version to 2.0 from 1.8
This commit is contained in:
parent
79b29300a6
commit
c81db126fb
2 changed files with 2 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([cantera], [1.8.0], [nick@ices.utexas.edu])
|
||||
AC_INIT([cantera], [2.0.0], [nick@ices.utexas.edu])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
#AX_ENABLE_BUILDDIR
|
||||
|
|
@ -113,10 +113,6 @@ AC_OUTPUT(Makefile \
|
|||
test_problems/VCSnonideal/Makefile \
|
||||
test_problems/cathermo/Makefile \
|
||||
test_problems/cathermo/DH_graph_1/Makefile \
|
||||
test_problems/cathermo/DH_graph_acommon/Makefile \
|
||||
test_problems/cathermo/DH_graph_bdotak/Makefile \
|
||||
test_problems/cathermo/DH_graph_NM/Makefile \
|
||||
test_problems/cathermo/DH_graph_Pitzer/Makefile \
|
||||
test_problems/cathermo/HMW_dupl_test/Makefile \
|
||||
test_problems/cathermo/HMW_graph_CpvT/Makefile \
|
||||
test_problems/cathermo/HMW_graph_HvT/Makefile \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = DH_graph_1 DH_graph_acommon DH_graph_bdotak DH_graph_Pitzer DH_graph_NM HMW_dupl_test HMW_graph_CpvT
|
||||
SUBDIRS = DH_graph_1 HMW_dupl_test HMW_graph_CpvT
|
||||
SUBDIRS += HMW_graph_CpvT HMW_graph_GvT HMW_graph_VvT HMW_test_3 HMW_graph_GvI HMW_graph_HvT HMW_test_1
|
||||
SUBDIRS += issp/ stoichSubSSTP/ testIAPWSPres/ testWaterPDSS/ VPissp/
|
||||
SUBDIRS += ims/ testIAPWS/ testIAPWSTripP/ testWaterTP/ wtWater/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue