From 83cd30de0738cbf5d10675419657ddeb0a46b507 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Fri, 22 Jul 2005 12:36:58 +0000 Subject: [PATCH] replaced g2c with ctf2c --- Cantera/python/setup.py.in | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Cantera/python/setup.py.in b/Cantera/python/setup.py.in index feb6d381c..33c2924aa 100644 --- a/Cantera/python/setup.py.in +++ b/Cantera/python/setup.py.in @@ -37,14 +37,9 @@ if platform == "win32": "cantera","recipes"] + bllist + ["ctmath", "cvode", "tpx", "converters"] else: - # The library 'g2c' is needed if the g77 Fortran compiler is - # used to compile the Fortran-77 procedures in libraries - # 'recipes', 'ctlapack', 'ctblas', and 'ctmath'. If a different - # compiler is used, add the appropriate libraries here. - libs = ["clib", "zeroD","oneD","transport", - "cantera","recipes", "converters"] + bllist + ["ctmath", "cvode", "tpx", - "stdc++", "g2c", "m"] + "cantera", "converters"] + bllist + ["ctmath", "cvode", "tpx", + "stdc++", "ctf2c", "m"] # values: # 0 do nothing