Skip to content

Commit

Permalink
Compile imgui in release (#53)
Browse files Browse the repository at this point in the history
* Try compile IMGUI for release

* update docker image
  • Loading branch information
bakpaul committed May 28, 2024
1 parent a14da10 commit 0e0c4a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker/sofabuilder_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ RUN apt-get install -y \
liboce-ocaf-dev \
libzmq3-dev liboscpack-dev \
libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev \
libtinyxml2-dev
libtinyxml2-dev \
xorg-dev\
libgtk-3-dev

# Install pip, numpy, scipy, pybind11
ARG PYBIND11_VERSION=2.9.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ elif in-array "build-scope-full" "$BUILD_OPTIONS"; then
fi
add-cmake-option "-DPLUGIN_SOFADISTANCEGRID=ON"
add-cmake-option "-DPLUGIN_SOFAEULERIANFLUID=ON"
add-cmake-option "-DPLUGIN_SOFAGLFW=ON" "-DPLUGIN_SOFAIMGUI=OFF" "-DAPPLICATION_RUNSOFAGLFW=ON" "-DSOFA_FETCH_SOFAGLFW=ON"
add-cmake-option "-DPLUGIN_SOFAGLFW=ON" "-DPLUGIN_SOFAIMGUI=ON" "-DAPPLICATION_RUNSOFAGLFW=ON" "-DSOFA_FETCH_SOFAGLFW=ON"
add-cmake-option "-DPLUGIN_SOFAIMPLICITFIELD=ON"
add-cmake-option "-DPLUGIN_SOFASIMPLEGUI=ON" # Not sure if worth maintaining
add-cmake-option "-DPLUGIN_SOFASPHFLUID=ON -DSOFA_FETCH_SOFASPHFLUID=ON"
Expand Down

0 comments on commit 0e0c4a8

Please sign in to comment.