Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Duncan Macleod
lalsuite
Commits
b793aab9
Unverified
Commit
b793aab9
authored
Oct 07, 2022
by
Duncan Macleod
Browse files
lalsimulation: fix conda build for liblalsimulation-swig.la
which needs to be addressed separately in a split build [ci conda]
parent
1da1a023
Pipeline
#473539
failed with stages
in 150 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lalsimulation/conda/install-python.sh
View file @
b793aab9
...
...
@@ -35,12 +35,16 @@ export GSL_LIBS="-L${PREFIX}/lib -lgsl"
${
SRC_DIR
}
/configure
\
--disable-doxygen
\
--disable-swig-iface
\
--enable-openmp
\
--enable-python
\
--enable-swig-python
\
--prefix
=
"
${
PREFIX
}
"
\
${
CONFIGURE_ARGS
}
\
;
# build the python->c->python interface
make
-j
${
CPU_COUNT
}
V
=
1
VERBOSE
=
1
-C
lib liblalsimulation-swig.la
# patch out dependency_libs from libtool archive to prevent overlinking
# of the C library dependencies to the SWIG library
sed
-i
.tmp
'/^dependency_libs/d'
lib/lib
${
PKG_NAME
##*-
}
.la
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment