Skip to content

Commit

Permalink
QSMxT: Rebuild with Julia TGV v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Oct 16, 2023
1 parent 4fcda3c commit 1fe2701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/qsmxt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ neurodocker generate ${neurodocker_buildMode} \
--workdir="/opt" \
--copy install_packages.jl "/opt" \
--env JULIA_DEPOT_PATH="/opt/julia_depot" \
--run="julia install_packages.jl \
--run="julia install_packages.jl \
&& chmod -R 755 /opt/julia_depot/packages/RomeoApp" \
--env JULIA_DEPOT_PATH="~/.julia:/opt/julia_depot" \
--workdir="/opt" \
Expand Down
2 changes: 1 addition & 1 deletion recipes/qsmxt/install_packages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ using Pkg
packages = ["ArgParse", "FFTW", "QSM"]
Pkg.add(packages)
Pkg.add(Pkg.PackageSpec(name="MriResearchTools", version=v"2.2.0"))
Pkg.add(Pkg.PackageSpec(name="QuantitativeSusceptibilityMappingTGV", version=v"0.2.1"))
Pkg.add(Pkg.PackageSpec(url="https://github.com/korbinian90/RomeoApp.jl"))
Pkg.add(Pkg.PackageSpec(url="https://github.com/korbinian90/QuantitativeSusceptibilityMappingTGV.jl", rev="3195658975f91f73958b2d14791d995caa4b7eff"))
Pkg.add(Pkg.PackageSpec(name="CLEARSWI", version=v"1.0.0"))

0 comments on commit 1fe2701

Please sign in to comment.