Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Devito"
uuid = "06ed14b1-0e40-4084-abdf-764a285f8c42"
authors = ["Sam Kaplan <Sam.Kaplan@chevron.com>"]
version = "1.3.0"
version = "1.3.1"

[deps]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Expand Down
25 changes: 6 additions & 19 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,26 +72,13 @@ try
cd(dir)

# Run install-devitopro.sh
@info("running install-devitopro.sh")
# @info("running install-devitopro.sh")
# cmd_args = String["./install-devitopro.sh"]
# run(Cmd(cmd_args))

cmd_args = String["./install-devitopro.sh"]
run(Cmd(cmd_args))

# # Install devito[extras,tests]
# @info("Install devito[extras,tests]")
# pip("$(dir)/submodules/devito[extras,tests]")

# # Install devitopro
# @info("Install devitopro[extras]")
# pip("$(dir)[extras]")

# # Install devito
# @info("Install devito")
# pip("$(dir)/submodules/devito")

# # Install devitopro
# @info("Install devitopro")
# pip(dir)
# Install devitopro
@info("Install devitopro[extras]")
pip("$(dir)[extras]")

# Now all we need is mpi4py. It is straightforward to install except with the nvidia compiler that requires
# extra flags to ignore some flags set by mpi4py
Expand Down
Loading