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 8a4f3b8 commit e57d59cCopy full SHA for e57d59c
.github/workflows/ci.yml
@@ -13,8 +13,7 @@ jobs:
13
PYTHON_VERSION: '3.12'
14
TEST_SYMPY: yes
15
OS: ubuntu-24.04
16
- CC: 'gcc -v' # symengine's bin/install_travis.sh needs refactoring...
17
- CXX: 'g++ -v'
+ CC: gcc
18
19
- BUILD_TYPE: Debug
20
WITH_BFD: yes
bin/test_symengine_unix.sh
@@ -2,7 +2,7 @@ export PYTHON_SOURCE_DIR=`pwd`
2
export TEST_CPP="no"
3
export MAKEFLAGS="-j2"
4
5
-git clone https://github.com/symengine/symengine symengine-cpp
+git clone -b update-CI https://github.com/bjodah/symengine symengine-cpp
6
cd symengine-cpp
7
export SOURCE_DIR=`pwd`
8
git checkout `cat ../symengine_version.txt`
0 commit comments