Skip to content

Commit

Permalink
I think RPATH options are fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Feb 13, 2022
1 parent d6afa77 commit 6a80c40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cantera/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if [[ "${OSX_ARCH}" == "" ]]; then
echo "cxx_flags = '${CPPFLAGS}'" >> cantera.conf
echo "optimize_flags = ''" >> cantera.conf
echo "debug = False" >> cantera.conf
echo "use_rpath_linkage = False" >> cantera.conf
echo "no_debug_linker_flags = '${LDFLAGS}'" >> cantera.conf
echo "renamed_shared_libraries = False" >> cantera.conf
echo "VERBOSE = True" >> cantera.conf
Expand All @@ -33,7 +32,6 @@ else
echo "no_debug_linker_flags = '${LDFLAGS} -isysroot ${CONDA_BUILD_SYSROOT}'" >> cantera.conf
echo "VERBOSE = True" >> cantera.conf
echo "renamed_shared_libraries = False" >> cantera.conf
echo "use_rpath_linkage = False" >> cantera.conf
fi

set -xe
Expand Down

0 comments on commit 6a80c40

Please sign in to comment.