blob: 4792ee9d64dd102403c8bb4181c4d39478b64606 (
plain)
1
2
3
4
5
6
7
|
pkg:setup
(buildpath/"lin_sys/direct/qdldl/qdldl_sources").install resource("qdldl")
args = *std_cmake_args + %w[-DENABLE_MKL_PARDISO=OFF ]
mkdir "build" && cd build
cmake *args ..
make
make DESTDIR=${PKG_DEST} install
|