Hey folks, I tried
[augusto@void-thinkpad build]$ cmake .. -DSCIP_DIR=/home/augusto/.config/scip/scipoptsuite-10.0.2/build -DSDPS=sdpa -DSDPA_DIR=/home/augusto/.config/sdpa/SDPA -DMUMPS_DIR=/home/augusto/.config/sdpa/SDPA/GENERAL/mumps
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument value. Or, use the ... syntax
to tell CMake that the project requires at least but has been updated
to work with policies introduced by or earlier.
-- The C compiler identification is GNU 14.2.1
-- The CXX compiler identification is GNU 14.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build shared libraries: ON
-- Found GMP: /usr/include
-- Found MPFR: /usr/include
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- Found LAPACK: /usr/lib/libopenblas.so;-lm;-ldl
-- Found lapack library: /usr/lib/libopenblas.so-lm-ldl
-- Found blas library: /usr/lib/libopenblas.so
CMake Error at /usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
Could NOT find SDPA (missing: SDPA_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindSDPA.cmake:45 (find_package_handle_standard_args)
CMakeLists.txt:109 (find_package)
but I just follow the INSTALATION file from SDPA:
https://github.com/sdpaninf/SDPA
SCIP works fine
What can i do ???
Hey folks, I tried
[augusto@void-thinkpad build]$ cmake .. -DSCIP_DIR=/home/augusto/.config/scip/scipoptsuite-10.0.2/build -DSDPS=sdpa -DSDPA_DIR=/home/augusto/.config/sdpa/SDPA -DMUMPS_DIR=/home/augusto/.config/sdpa/SDPA/GENERAL/mumps
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument value. Or, use the ... syntax
to tell CMake that the project requires at least but has been updated
to work with policies introduced by or earlier.
-- The C compiler identification is GNU 14.2.1
-- The CXX compiler identification is GNU 14.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build shared libraries: ON
-- Found GMP: /usr/include
-- Found MPFR: /usr/include
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /usr/lib/libopenblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- Found LAPACK: /usr/lib/libopenblas.so;-lm;-ldl
-- Found lapack library: /usr/lib/libopenblas.so-lm-ldl
-- Found blas library: /usr/lib/libopenblas.so
CMake Error at /usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
Could NOT find SDPA (missing: SDPA_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindSDPA.cmake:45 (find_package_handle_standard_args)
CMakeLists.txt:109 (find_package)
but I just follow the INSTALATION file from SDPA:
https://github.com/sdpaninf/SDPA
SCIP works fine
What can i do ???