Skip to content

Commit

Permalink
build: remove fedora (#46)
Browse files Browse the repository at this point in the history
* feat: remove fedora and update to latest

* chore: use debian buster

* chore: fix typo

* chore: remove extra depedency

* build: align makefile

* build: align jupyter stuff

---------

Co-authored-by: Vishwa Shah <[email protected]>
  • Loading branch information
vishwa2710 and vishwaLoft authored May 8, 2023
1 parent e70c87a commit adf8e98
Show file tree
Hide file tree
Showing 10 changed files with 154 additions and 441 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ms-python.python",
"mhutchie.git-graph"
],
"image": "openspacecollective/open-space-toolkit-io-development:latest-debian",
"image": "openspacecollective/open-space-toolkit-io-development:latest",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ IF (BUILD_SHARED_LIBRARY)
TARGET_LINK_LIBRARIES (${SHARED_LIBRARY_TARGET} "ssl")
TARGET_LINK_LIBRARIES (${SHARED_LIBRARY_TARGET} "curl")
TARGET_LINK_LIBRARIES (${SHARED_LIBRARY_TARGET} "Boost::filesystem" "Boost::url")
TARGET_LINK_LIBRARIES (${SHARED_LIBRARY_TARGET} ${CPPNETLIB_LIBRARIES})
TARGET_LINK_LIBRARIES (${SHARED_LIBRARY_TARGET} ${OpenSpaceToolkitCore_LIBRARIES})

SET_TARGET_PROPERTIES (${SHARED_LIBRARY_TARGET} PROPERTIES VERSION ${PROJECT_VERSION_STRING} SOVERSION ${PROJECT_VERSION_MAJOR} OUTPUT_NAME ${SHARED_LIBRARY_NAME} CLEAN_DIRECT_OUTPUT 1 INSTALL_RPATH "$ORIGIN/../lib:$ORIGIN/")
Expand Down Expand Up @@ -316,7 +315,6 @@ IF (BUILD_STATIC_LIBRARY)
TARGET_LINK_LIBRARIES (${STATIC_LIBRARY_TARGET} "ssl")
TARGET_LINK_LIBRARIES (${STATIC_LIBRARY_TARGET} "curl")
TARGET_LINK_LIBRARIES (${STATIC_LIBRARY_TARGET} "Boost::filesystem")
TARGET_LINK_LIBRARIES (${STATIC_LIBRARY_TARGET} ${CPPNETLIB_LIBRARIES})
TARGET_LINK_LIBRARIES (${STATIC_LIBRARY_TARGET} ${OpenSpaceToolkitCore_LIBRARIES})

SET_TARGET_PROPERTIES (${STATIC_LIBRARY_TARGET} PROPERTIES VERSION ${PROJECT_VERSION_STRING} OUTPUT_NAME ${SHARED_LIBRARY_NAME} CLEAN_DIRECT_OUTPUT 1 INSTALL_RPATH "$ORIGIN/../lib:$ORIGIN/")
Expand Down
Loading

0 comments on commit adf8e98

Please sign in to comment.