[cantera2.0]: partial fix to problem ray identified, followup coming in a few minutes
This commit is contained in:
parent
f34b1ad1c3
commit
4e16d3aafa
3 changed files with 5 additions and 9 deletions
|
|
@ -1,7 +1,2 @@
|
|||
SUBDIRS = libexecstream f2c_math f2c_libs f2c_blas f2c_lapack cvode
|
||||
|
||||
# header file accumulation
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp -p f2c_libs/sysdep1.h0 f2c_libs/sysdep1.h
|
||||
cp -p f2c_libs/signal1.h0 f2c_libs/signal1.h
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
cc_sources = abort_.c c_log.c d_atn2.c dfe.c d_prod.c \
|
||||
due.c exit_.c getenv_.c hl_le.c i_dim.c \
|
||||
inquire.c lread.c pow_ii.c r_acos.c \
|
||||
r_dim.c r_nint.c r_tan.c signbit.c \
|
||||
r_dim.c r_nint.c r_tan.c \
|
||||
uninit.c z_abs.c close.c \
|
||||
d_cnjg.c d_imag.c d_sign.c ef1asc_.c \
|
||||
f77_aloc.c h_abs.c hl_lt.c i_dnnt.c \
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ __top_builddir__build_lib_libctmath_includedir = $(prefix)/include
|
|||
CLEANFILES = *.o
|
||||
|
||||
# header file accumulation
|
||||
#all:
|
||||
# @echo copying headers $<
|
||||
# cp -p *.h $(top_builddir)/build/include/
|
||||
all:
|
||||
@echo copying headers $<
|
||||
cp -p ../f2c_libs/sysdep1.h0 ../f2c_libs/sysdep1.h
|
||||
cp -p ../f2c_libs/signal1.h0 ../f2c_libs/signal1.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue