-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from KrisThielemans/STIR_v6.0.0
update to STIR 6.0.0
- Loading branch information
Showing
12 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
azure: | ||
free_disk_space: true | ||
build_platform: | ||
osx_arm64: osx_64 | ||
conda_build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@REM set where STIR installed JSON files are | ||
@set "STIR_CONFIG_DIR=%CONDA_PREFIX%\Library\share\stir\config" | ||
@set "STIR_DOC_DIR=%CONDA_PREFIX%\Library\share\doc\stir-5.2" | ||
@set "STIR_CONFIG_DIR=%CONDA_PREFIX%\Library\share\STIR-6.0\config" | ||
@set "STIR_DOC_DIR=%CONDA_PREFIX%\Library\share\doc\STIR-6.0" | ||
|
||
@REM echo ACTIVATED STIR_CONFIG_DIR TO %STIR_CONFIG_DIR% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# set where STIR installed JSON files are | ||
setenv STIR_CONFIG_DIR "${CONDA_PREFIX}/share/stir/config" | ||
setenv STIR_DOC_DIR "${CONDA_PREFIX}/share/doc/stir-5.2" | ||
setenv STIR_CONFIG_DIR "${CONDA_PREFIX}/share/STIR-6.0/config" | ||
setenv STIR_DOC_DIR "${CONDA_PREFIX}/share/doc/STIR-6.0" | ||
|
||
# echo "STIR ACTIVATE STIR_CONFIG_DIR TO $STIR_CONFIG_DIR" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# set where STIR installed JSON files are | ||
set -gx STIR_CONFIG_DIR "${CONDA_PREFIX}/share/stir/config" | ||
set -gx STIR_DOC_DIR "${CONDA_PREFIX}/share/doc/stir-5.2" | ||
set -gx STIR_CONFIG_DIR "${CONDA_PREFIX}/share/STIR-6.0/config" | ||
set -gx STIR_DOC_DIR "${CONDA_PREFIX}/share/doc/STIR-6.0" | ||
|
||
# echo "STIR ACTIVATE STIR_CONFIG_DIR TO $STIR_CONFIG_DIR" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# set where STIR installed JSON files are | ||
STIR_CONFIG_DIR="${CONDA_PREFIX}/share/stir/config" | ||
STIR_CONFIG_DIR="${CONDA_PREFIX}/share/STIR-6.0/config" | ||
export STIR_CONFIG_DIR | ||
|
||
STIR_DOC_DIR="${CONDA_PREFIX}/share/doc/stir-5.2" | ||
STIR_DOC_DIR="${CONDA_PREFIX}/share/doc/STIR-6.0" | ||
export STIR_DOC_DIR | ||
|
||
# echo "STIR ACTIVATE STIR_CONFIG_DIR TO $STIR_CONFIG_DIR" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
@set "STIR_CONFIG_DIR=" | ||
|
||
@set "STIR_DOC_DIR=" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
unsetenv STIR_CONFIG_DIR | ||
unsetenv STIR_DOC_DIR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
set -e STIR_CONFIG_DIR | ||
set -e STIR_DOC_DIR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$Env:STIR_CONFIG_DIR="" | ||
|
||
$Env:STIR_DOC_DIR="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
unset STIR_CONFIG_DIR | ||
unset STIR_DOC_DIR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters