Skip to content

Commit 57ac939

Browse files
committed
removing findblasfeo.cmake and findhpipm.cmake
1 parent 085446e commit 57ac939

File tree

4 files changed

+4
-83
lines changed

4 files changed

+4
-83
lines changed

ct/install_hpipm.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Now installing blasfeo, using a specific commit/tag (!)"
55
cd /tmp
66
git clone https://github.com/giaf/blasfeo.git
77
cd /tmp/blasfeo
8-
git checkout 50dc49e # we currently are on this release
8+
git checkout cc90e14 # we currently are on this commit.
99
make static_library
1010
sudo make install_static
1111

@@ -14,7 +14,7 @@ echo "Now installing hpipm, using a specific commit/tag (!)"
1414
cd /tmp
1515
git clone https://github.com/giaf/hpipm.git
1616
cd /tmp/hpipm
17-
git checkout 0.1.2
17+
git checkout 5d9909f # we currently are on this commit.
1818
make static_library
1919
make examples
2020
sudo make install_static

ct_optcon/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ else(LAPACK_FOUND)
6161
endif(LAPACK_FOUND)
6262

6363

64-
## include HPIPM
64+
## include blasfeo and hpipm, assumed to be installed in "/opt"
65+
list(APPEND CMAKE_PREFIX_PATH "/opt")
6566
find_package(blasfeo QUIET)
6667
find_package(hpipm QUIET)
6768
if(blasfeo_FOUND AND hpipm_FOUND)

ct_optcon/cmake/Findblasfeo.cmake

-40
This file was deleted.

ct_optcon/cmake/Findhpipm.cmake

-40
This file was deleted.

0 commit comments

Comments
 (0)