Commit Graph

7 Commits

Author SHA1 Message Date
5e7e294f72
Change BLAS from INTERFACE to PRIVATE
Compiling soplex:

gmake[2]: *** No rule to make target '/usr/lib64/libopenblas.so', needed by 'lib/libsoplex.so.7.1.1.0'.  Stop.

In papilo usr/lib64/cmake/papilo/papilo-targets.cmake

INTERFACE_LINK_LIBRARIES incl. /usr/lib64/libopenblas.so

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-11-22 12:57:42 +02:00
60bc4ee6c4
Update patch
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-11-22 11:40:54 +02:00
6ce1b6c1a0
Link to BLAS library
clusol uses functions from BLAS library. If not linked those get
undefined.

[..]
/usr/bin/ld: /lib64/lp64d/../lib64/lp64d/libclusol.so: undefined reference to `dscal_'
/usr/bin/ld: /lib64/lp64d/../lib64/lp64d/libclusol.so: undefined reference to `daxpy_'
/usr/bin/ld: /lib64/lp64d/../lib64/lp64d/libclusol.so: undefined reference to `dcopy_'
/usr/bin/ld: /lib64/lp64d/../lib64/lp64d/libclusol.so: undefined reference to `idamax_'
collect2: error: ld returned 1 exit status
gmake[2]: *** [binaries/CMakeFiles/papilo-executable.dir/build.make:107: bin/papilo] Error 1
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-11-22 10:27:40 +02:00
Jerry James
22ca7ce58d Version 2.2.1 2024-06-19 08:58:50 -06:00
Jerry James
3b6ae06355 Build the binary with soplex and scip support 2024-02-26 12:08:26 -07:00
Jerry James
1771c73069 Version 2.2.0 2024-02-21 14:24:22 -07:00
Jerry James
da3d2532f8 Initial RPM 2024-02-15 20:21:33 -07:00