Skip to content

Commit

Permalink
Disable static CLN build
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Aug 26, 2024
1 parent e2287cb commit 8cfdcc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Set base image
ARG BASE_IMAGE=movesrwth/storm-basesystem:latest
FROM $BASE_IMAGE
MAINTAINER Matthias Volk <[email protected]>
LABEL org.opencontainers.image.authors="[email protected]"


# Configuration arguments
Expand Down
2 changes: 1 addition & 1 deletion resources/cln.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ExternalProject_Add(
#GIT_REPOSITORY "git://www.ginac.de/cln.git"
#GIT_TAG "cln_${CLN_TAG}"
DOWNLOAD_NO_PROGRESS 1
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=<INSTALL_DIR>
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=<INSTALL_DIR> --disable-static
#CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
#BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --config ${CMAKE_BUILD_TYPE} --target cln
BUILD_COMMAND ${CMAKE_MAKE_PROGRAM}
Expand Down

0 comments on commit 8cfdcc9

Please sign in to comment.