Skip to content

Commit 4080e72

Browse files
committed
fix linux build
1 parent 6075d47 commit 4080e72

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

org.noise_planet.i-simpa.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ modules:
2929
buildsystem: cmake
3030
sources:
3131
- type: archive
32-
url: https://github.com/boostorg/boost/releases/download/boost-1.89.0/boost-1.89.0-cmake.7z
33-
sha256: 252149f583054515b10688855b24ca1c16072b5118e603b8fe017894d319c262
32+
url: https://github.com/boostorg/boost/releases/download/boost-1.89.0/boost-1.89.0-cmake.tar.gz
33+
sha256: 954a01219bf818c7fb850fa610c2c8c71a4fa28fa32a1900056bcb6ff58cf908
3434
config-opts:
3535
- -DBUILD_TESTING=ON
3636
- -DBOOST_ENABLE_PYTHON=ON
@@ -115,4 +115,6 @@ modules:
115115
- -DCMAKE_BUILD_TYPE=Release
116116
- -DCPM_SOURCE_CACHE=/app/share
117117
- -DBoost_DIR=/app/lib64/cmake/Boost-1.86.0
118-
- -DBOOST_ROOT=/app
118+
- -DBOOST_ROOT=/app
119+
- -DGLUT_INCLUDE_DIR=/app/include
120+
- DGLUT_glut_LIBRARY=/app/lib/libglut.so

src/isimpa/GL/opengl_inc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#include <windows.h>
3434
#endif
3535
#ifdef __UNIX__
36-
#include <GL/glut.h> // Header File For The GLUT Library
3736
#include <GL/glx.h> // Header file fot the glx libraries.
3837
#endif
3938
#if defined(__APPLE__)

0 commit comments

Comments
 (0)