Skip to content

Commit ead507c

Browse files
author
kabouter.vagrant
committed
linux build
1 parent a2fe480 commit ead507c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

codeint/cbimd/include/cbimd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void bimd(
5959
int* imas,
6060
int* mlmas,
6161
int* mumas,
62-
void (*solout)(int* , int*, int*, double* , double* , double* , double* , double**, double*, int* , int* ),
62+
void (*solout)(int* , int*, int*, double* , double* , double* , double* , double*, double*, int* , int* ),
6363
int* iout,
6464
double* work,
6565
int* lwork,

codeint/cbimd/src/bimd-internal.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ extern void bimd_(
1010
double* rtol,
1111
double* atol,
1212
int* itol,
13-
void (*jac)(int* , double* , double* , double** , int* , int*, double* , int* ),
13+
void (*jac)(int* , double* , double* , double* , int* , int*, double* , int* ),
1414
int* ijac,
1515
int* mljac,
1616
int* mujac,
1717
void (*mas)(int* , double* ,int* ,int*, double* , int* ),
1818
int* imas,
1919
int* mlmas,
2020
int* mumas,
21-
void (*solout)(int* , int*, int*, double* , double* , double** , double** , double**, double*, int* , int* ),
21+
void (*solout)(int* , int*, int*, double* , double* , double* , double* , double*, double*, int* , int* ),
2222
int* iout,
2323
double* work,
2424
int* lwork,

fodeint/gamd/src/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ OS_ARCH = linux_x64
1313
SHARED_EXT = so
1414
SHARED_FLAG=-shared
1515
LIBARGS=-Wl,-soname,lib$(LIBNAME).$(SHARED_EXT)
16+
FCFLAGS=-fPIC
1617
endif
1718
#-Wl,-soname,libopks.so
1819

0 commit comments

Comments
 (0)