Skip to content

Commit 4f450de

Browse files
committed
Update building scripts for version 0.10.2.
1 parent 8ee93c3 commit 4f450de

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ matrix:
1616
- cd ..
1717
- mkdir artifacts
1818
- mkdir artifacts/linux-64
19-
- git clone --branch 0.10.1 https://github.com/dss-extensions/electricdss-src electricdss-src
20-
- git clone --branch 0.10.1 https://github.com/dss-extensions/dss_capi dss_capi
19+
- git clone --branch 0.10.2 https://github.com/dss-extensions/electricdss-src electricdss-src
20+
- git clone --branch 0.10.2 https://github.com/dss-extensions/dss_capi dss_capi
2121
- wget http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.3.0.tar.gz -O suitesparse.tar.gz -q
2222
- tar zxf suitesparse.tar.gz
2323
- export SUITESPARSE_SRC=`realpath ./SuiteSparse`
@@ -30,8 +30,8 @@ matrix:
3030
script:
3131
- export TRAVIS_TAG_DSS_PYTHON=$TRAVIS_TAG
3232
- export TRAVIS_TAG=
33-
- git clone --branch 0.10.1 https://github.com/dss-extensions/electricdss-src ../electricdss-src
34-
- git clone --branch 0.10.1 https://github.com/dss-extensions/dss_capi ../dss_capi
33+
- git clone --branch 0.10.2 https://github.com/dss-extensions/electricdss-src ../electricdss-src
34+
- git clone --branch 0.10.2 https://github.com/dss-extensions/dss_capi ../dss_capi
3535
- bash ci/build_osx.sh
3636
- ls -lR ../artifacts
3737

ci/build_appveyor.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ IF DEFINED APPVEYOR_REPO_TAG_NAME set DSS_PYTHON_BUILD_TAG=1
99
set APPVEYOR_REPO_TAG_NAME=
1010
setx DSS_PYTHON_BUILD_TAG %DSS_PYTHON_BUILD_TAG%
1111

12-
git clone --branch 0.10.1 https://github.com/dss-extensions/electricdss-src ../electricdss-src
12+
git clone --branch 0.10.2 https://github.com/dss-extensions/electricdss-src ../electricdss-src
1313

14-
git clone --branch 0.10.1 https://github.com/dss-extensions/dss_capi ../dss_capi
14+
git clone --branch 0.10.2 https://github.com/dss-extensions/dss_capi ../dss_capi
1515

1616
set originalpath=%path%
1717

conda/bld.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set BLD_PREV_DIR=%cd%
22
set BLD_PREV_PATH=%path%
3-
set ELECTRICDSS_SRC_VERSION=0.10.1
4-
set DSS_CAPI_VERSION=0.10.1
3+
set ELECTRICDSS_SRC_VERSION=0.10.2
4+
set DSS_CAPI_VERSION=0.10.2
55

66
REM Clone dependency repositories
77
if not exist ..\electricdss-src (

conda/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BLD_PREV_DIR=`pwd`
22
BLD_PREV_PATH=$PATH
3-
ELECTRICDSS_SRC_VERSION=0.10.1
4-
DSS_CAPI_VERSION=0.10.1
3+
ELECTRICDSS_SRC_VERSION=0.10.2
4+
DSS_CAPI_VERSION=0.10.2
55

66
echo "Building in $BLD_PREV_DIR"
77

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: dss_python
3-
version: "0.10.1"
3+
version: "0.10.2"
44

55
source:
6-
git_rev: "0.10.1"
6+
git_rev: "0.10.2"
77
git_url: https://github.com/dss-extensions/dss_python.git
88
#path: ..
99

0 commit comments

Comments
 (0)