We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8b629 commit a427605Copy full SHA for a427605
bin/test_symengine_unix.sh
@@ -2,10 +2,10 @@ export PYTHON_SOURCE_DIR=`pwd`
2
export TEST_CPP="no"
3
export MAKEFLAGS="-j2"
4
5
-git clone -b update-CI https://github.com/bjodah/symengine symengine-cpp
+git clone https://github.com/symengine/symengine symengine-cpp
6
cd symengine-cpp
7
export SOURCE_DIR=`pwd`
8
-#git checkout `cat ../symengine_version.txt`
+git checkout `cat ../symengine_version.txt`
9
cd ..
10
11
# Setup travis for C++ library
0 commit comments