File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed
Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 11name = " Devito"
22uuid = " 06ed14b1-0e40-4084-abdf-764a285f8c42"
33authors = [" Sam Kaplan <Sam.Kaplan@chevron.com>" ]
4- version = " 1.2.1 "
4+ version = " 1.3.0 "
55
66[deps ]
77PyCall = " 438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Original file line number Diff line number Diff line change 7171
7272 cd(dir)
7373
74- # Install devito[extras,tests]
75- @info(" Install devito[extras,tests]" )
76- pip(" $(dir) /submodules/devito[extras,tests]" )
74+ # Run install-devitopro.sh
75+ @info(" running install-devitopro.sh" )
7776
78- # Install devitopro
79- @info(" Install devitopro[extras]" )
80- pip(" $(dir) [extras]" )
77+ cmd_args = String[" ./install-devitopro.sh" ]
78+ run(Cmd(cmd_args))
79+
80+ # # Install devito[extras,tests]
81+ # @info("Install devito[extras,tests]")
82+ # pip("$(dir)/submodules/devito[extras,tests]")
83+
84+ # # Install devitopro
85+ # @info("Install devitopro[extras]")
86+ # pip("$(dir)[extras]")
87+
88+ # # Install devito
89+ # @info("Install devito")
90+ # pip("$(dir)/submodules/devito")
91+
92+ # # Install devitopro
93+ # @info("Install devitopro")
94+ # pip(dir)
8195
8296 # Now all we need is mpi4py. It is straightforward to install except with the nvidia compiler that requires
8397 # extra flags to ignore some flags set by mpi4py
You can’t perform that action at this time.
0 commit comments