Another try to build libCuba while working around gcc-bugs
This commit is contained in:
2
src/external/libCuba/src/cuba.pc.in
vendored
2
src/external/libCuba/src/cuba.pc.in
vendored
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: mud
|
||||
Name: cuba
|
||||
Description: C shared library providing the cuba numerical integration routines
|
||||
Version: @CUBA_VERSION@
|
||||
Libs: -L${libdir} -l@CUBA_LIBRARY_NAME@
|
||||
|
2
src/external/mud/src/Makefile.am
vendored
2
src/external/mud/src/Makefile.am
vendored
@ -12,7 +12,7 @@ cpp_sources = mud_all.c \
|
||||
include_HEADERS = mud.h
|
||||
|
||||
INCLUDES = -I.
|
||||
AM_CFLAGS = $(LOCAL_MUD_LIB_CXXFLAGS)
|
||||
AM_CFLAGS = $(LOCAL_MUD_LIB_CFLAGS)
|
||||
|
||||
AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS)
|
||||
CLEANFILES = *~ core
|
||||
|
Reference in New Issue
Block a user