Skip to content

Commit bda3afc

Browse files
authored
Merge pull request #528 from bjodah/temporary-test-against-master
point to latest master
2 parents 88ad323 + 9638883 commit bda3afc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

appveyor.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ environment:
77
PLATFORMTOOLSET: "v142"
88

99
matrix:
10+
- BUILD_TYPE: "Release"
11+
COMPILER: MSVC15
12+
PLATFORM: "x64"
13+
PYTHON_VERSION: 310-x64
14+
CONDA_INSTALL_LOCN: C:\\Miniconda38-x64
15+
WITH_MPFR: yes
16+
WITH_MPC: yes
17+
WITH_LLVM: yes
1018
- BUILD_TYPE: "Release"
1119
COMPILER: MSVC15
1220
PLATFORM: "Win32"
@@ -38,14 +46,6 @@ environment:
3846
PYTHON_VERSION: 311-x64
3947
WITH_NUMPY: no
4048
CONDA_INSTALL_LOCN: C:\\Miniconda38-x64
41-
- BUILD_TYPE: "Release"
42-
COMPILER: MSVC15
43-
PLATFORM: "x64"
44-
PYTHON_VERSION: 310-x64
45-
CONDA_INSTALL_LOCN: C:\\Miniconda38-x64
46-
WITH_MPFR: yes
47-
WITH_MPC: yes
48-
WITH_LLVM: yes
4949

5050
install:
5151
- set PYTHON_SOURCE_DIR=%CD%
@@ -56,7 +56,7 @@ install:
5656
- set "CONDA_DEPS=mpir=3.0.0 vc=14"
5757
- if [%WITH_MPFR%]==[yes] set "CONDA_DEPS=%CONDA_DEPS% mpfr=3.1.5"
5858
- if [%WITH_MPC%]==[yes] set "CONDA_DEPS=%CONDA_DEPS% mpc=1.0.3"
59-
- if [%WITH_LLVM%]==[yes] set "CONDA_DEPS=%CONDA_DEPS% llvmdev=4.0"
59+
- if [%WITH_LLVM%]==[yes] set "CONDA_DEPS=%CONDA_DEPS% llvmdev=5.0"
6060
- set "CONDA_DEPS=%CONDA_DEPS% -c conda-forge"
6161
- if [%BUILD_TYPE%]==[Debug] set "CONDA_DEPS=%CONDA_DEPS% -c symengine/label/debug"
6262
- conda create -n deps --yes %CONDA_DEPS%

symengine_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8a3bc848cd8246a4c15eee9bddc15de0d1157812
1+
e82057046de6cbba381360ebcd3955c60358ecdc

0 commit comments

Comments
 (0)