Skip to content

Commit

Permalink
set CIRCexplorer2 installation to fixed version 2.2.7: CIRCexplorer2 …
Browse files Browse the repository at this point in the history
…> v2.2.7 changed its parameters and can break CirComPara Sconscritps
  • Loading branch information
egaffo committed Nov 5, 2017
1 parent 91943d6 commit 10f373a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/junk2_install_tools_circpipe
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ CIRCEXPLORER2_target = [os.path.join(CIRCEXPLORER2_dir, 'bin', 'CIRCexplorer2')]
CIRCEXPLORER2 = env.Command(CIRCEXPLORER2_target, [],
['pip install --install-option="--prefix=' +\
os.path.abspath(CIRCEXPLORER2_dir) +\
'" circexplorer2'])
'" -Iv circexplorer2==2.2.7'])
env.Command(os.path.join(junk2_bin_dir, "${SOURCE.file}"), CIRCEXPLORER2[0], SymLink)
#env.Command(os.path.join(junk2_bin_dir, "${SOURCE.file}"), CIRCEXPLORER2[1], SymLink)

Expand Down

0 comments on commit 10f373a

Please sign in to comment.