Skip to content
Open
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
a3d276e
Link statically
mmghannam Mar 15, 2024
ea8ca3a
Link more libraries statically & add libz dependency
mmghannam Apr 6, 2024
9fdb287
Merge branch 'main' into static
mmghannam Apr 6, 2024
14919fc
Install blas and lapack on ubuntu
mmghannam Apr 6, 2024
f5d7ffb
Install blas and lapack on ubuntu
mmghannam Apr 6, 2024
c04d553
Comment out from-source builds for now
mmghannam Apr 6, 2024
0c9aa2e
Fix condition
mmghannam Apr 6, 2024
84c3d23
Link against blas
mmghannam Apr 6, 2024
9f487b3
Use pic version of soplex
mmghannam Apr 6, 2024
7888483
Just try to make ubuntu work for now
mmghannam Apr 6, 2024
ec3424e
Use -pie link arguemnt
mmghannam Apr 6, 2024
8d30165
PIE flag on linux
mmghannam Apr 6, 2024
4ae7f4b
-no-pie flag
mmghannam Apr 6, 2024
5ee17ef
Add stdc++ dependency for linux
mmghannam Apr 6, 2024
20b1bf7
Try linking to stdc++
mmghannam Apr 6, 2024
5ffebe9
Ignore .DS_Store
mmghannam Oct 29, 2024
7093380
Link c++ libs
mmghannam Oct 29, 2024
276b884
Remove dynamic requirement for linking c++ libs on mac
mmghannam Oct 29, 2024
fdbe91a
Merge branch 'main' into static
mmghannam Oct 29, 2024
ad00bd3
Remove gmp from requirements
mmghannam Oct 29, 2024
0fe4811
Merge branch 'static' of github.com:scipopt/scip-sys into static
mmghannam Oct 29, 2024
1f1d3c6
Install gmp
mmghannam Oct 29, 2024
631a38d
Update job name
mmghannam Oct 29, 2024
09a2f1e
Remove linking gmp
mmghannam Oct 29, 2024
d1d27af
Back to old binaries (contain static scip)
mmghannam Oct 29, 2024
e745849
Add mumps
mmghannam Oct 29, 2024
11a7ab9
Link gfortran
mmghannam Oct 29, 2024
14838e0
Install zlib
mmghannam Oct 29, 2024
355741f
Add zlib as build dependency
mmghannam Oct 29, 2024
72c29d1
Revert: Add zlib as build dependency
mmghannam Oct 29, 2024
fd2a275
Add metis
mmghannam Oct 29, 2024
0952219
Reenable all runners
mmghannam Oct 29, 2024
c7b79e9
Trying removing gmp
mmghannam Oct 29, 2024
7222b2d
Focus on macos for now
mmghannam Oct 29, 2024
f3b628c
Install gcc
mmghannam Oct 29, 2024
1f59874
Add gfortran to lib paths
mmghannam Oct 29, 2024
51edd6f
Print info
mmghannam Oct 29, 2024
1356114
Also update ld_lib_paths
mmghannam Oct 29, 2024
02ae12d
Fix path of gfortran
mmghannam Oct 29, 2024
9f8b67e
Enable all again
mmghannam Oct 29, 2024
3b164f9
Fix export paths
mmghannam Oct 29, 2024
afb73d1
Fix export
mmghannam Oct 29, 2024
c5f39d1
Export gfortran for mac
mmghannam Oct 29, 2024
c546ed8
Back to install gcc
mmghannam Oct 29, 2024
9c331da
Fix the run condition
mmghannam Oct 29, 2024
95c37e3
Add other runners
mmghannam Oct 29, 2024
965af32
Now focus on windows
mmghannam Oct 29, 2024
756d689
Link to ipopt
mmghannam Oct 29, 2024
9f5bbc0
Link other libs on windows
mmghannam Oct 29, 2024
6d4feb5
Fix ipopt linking on windows
mmghannam Oct 29, 2024
6808ac3
Reenable all
mmghannam Oct 29, 2024
3192b66
Add static feature
mmghannam Oct 29, 2024
97fe2ef
Remove static linking for from-source
mmghannam Oct 29, 2024
792b0ad
Turn off ipopt in from-source
mmghannam Oct 29, 2024
fa846c0
Add no-pie
mmghannam Oct 29, 2024
0adbe10
Remove static buildin in from-source for now
mmghannam Oct 29, 2024
fd58786
Merge main and update scip version in from-source feature
mmghannam Oct 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove static linking for from-source
  • Loading branch information
mmghannam committed Oct 29, 2024
commit 97fe2ef6cef79b32c7b7e01945a30bbc8b5b4f10
1 change: 0 additions & 1 deletion from_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ pub fn compile_scip(source_path: PathBuf) -> PathBuf {

dst
.define("AUTOBUILD", "ON")
.define("SHARED", "false")
.build()
}

Expand Down
Loading