JayKimDevolved's picture
JayKimDevolved/deepseek
c011401 verified
raw
history blame contribute delete
546 Bytes
Reading fortran codes...
Reading file 'exp1.f'
Post-processing...
Block: foo
Block: exp1
Creating 'Makefile-foo'...
Linker: ld ('GNU ld' 2.9.5)
Fortran compiler: f77 ('g77 2.x.x' 2.95.2)
C compiler: cc ('gcc 2.x.x' 2.95.2)
Building modules...
Building module "foo"...
Constructing wrapper function "exp1"...
l,u = exp1([n])
Wrote C/API module "foo" to file "foomodule.c"
Documentation is saved to file "foomodule.tex"
Run GNU make to build shared modules:
gmake -f Makefile-<modulename> [test]