1 Star 0 Fork 0

吉祥水/armadillo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lukas Solanka 提交于 2014-05-19 15:27 . add armadillo-4.300.3 snapshot
#!/bin/sh
ABORT=no
check_cmake()
{
(cmake --version) </dev/null >/dev/null 2>&1 ||
{
echo "error: cmake (version 2.8 or later) must be present to configure and install Armadillo"
echo ""
echo "cmake might be available as a package for your system,"
echo "or can be downloaded from http://cmake.org"
ABORT=yes
}
}
check_cmake
test "$ABORT" = yes && exit -1
rm -f CMakeCache.txt
cmake .
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jixiangshui/armadillo.git
git@gitee.com:jixiangshui/armadillo.git
jixiangshui
armadillo
armadillo
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385