Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
af0e4d48
Commit
af0e4d48
authored
Jul 12, 2019
by
peastman
Browse files
Updates to Vagrant VM for building 7.4
parent
ade03d02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
devtools/packaging/scripts/windows/Vagrantfile
devtools/packaging/scripts/windows/Vagrantfile
+1
-1
devtools/packaging/scripts/windows/prepare.ps1
devtools/packaging/scripts/windows/prepare.ps1
+4
-3
No files found.
devtools/packaging/scripts/windows/Vagrantfile
View file @
af0e4d48
Vagrant
.
configure
(
"2"
)
do
|
config
|
Vagrant
.
configure
(
"2"
)
do
|
config
|
config
.
vm
.
box
=
"gusztavvargadr/windows10
ee
"
config
.
vm
.
box
=
"gusztavvargadr/windows
-
10"
config
.
vm
.
provision
:shell
,
path:
"prepare.ps1"
config
.
vm
.
provision
:shell
,
path:
"prepare.ps1"
config
.
vm
.
provider
:virtualbox
do
|
vb
|
config
.
vm
.
provider
:virtualbox
do
|
vb
|
...
...
devtools/packaging/scripts/windows/prepare.ps1
View file @
af0e4d48
...
@@ -2,8 +2,8 @@ cd C:\Users\vagrant
...
@@ -2,8 +2,8 @@ cd C:\Users\vagrant
# Install CUDA.
# Install CUDA.
wget
https://developer.nvidia.com/compute/cuda/
9.2
/Prod
2
/network_installers/cuda_
9.2
.1
4
8_win10_network
-UseBasicParsing
-OutFile
cuda_
9.2
.1
4
8_win10_network.exe
wget
https://developer.nvidia.com/compute/cuda/
10.1
/Prod/network_installers/cuda_
10.1
.1
6
8_win10_network
.exe
-UseBasicParsing
-OutFile
cuda_
10.1
.1
6
8_win10_network.exe
.
\cuda_
9.2
.1
4
8_win10_network.exe
-s
nvcc_
9.2
cudart_
9.2
cufft_
9.2
cufft_dev_
9.2
nvrtc_
9.2
nvrtc_dev_
9.2
|
Out-Null
.
\cuda_
10.1
.1
6
8_win10_network.exe
-s
nvcc_
10.1
cudart_
10.1
cufft_
10.1
cufft_dev_
10.1
nvrtc_
10.1
nvrtc_dev_
10.1
|
Out-Null
# Install AMD APP SDK.
# Install AMD APP SDK.
...
@@ -14,10 +14,11 @@ wget https://s3.amazonaws.com/omnia-ci/AMD-APP-SDK-v2.9-1.599.381-GA-Full-window
...
@@ -14,10 +14,11 @@ wget https://s3.amazonaws.com/omnia-ci/AMD-APP-SDK-v2.9-1.599.381-GA-Full-window
wget
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe
-UseBasicParsing
-OutFile
Miniconda3-latest-Windows-x86_64.exe
wget
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe
-UseBasicParsing
-OutFile
Miniconda3-latest-Windows-x86_64.exe
.
\Miniconda3-latest-Windows-x86_64.exe
/S
/D
=
C:\Miniconda3
|
Out-Null
.
\Miniconda3-latest-Windows-x86_64.exe
/S
/D
=
C:\Miniconda3
|
Out-Null
[
Environment
]::
SetEnvironmentVariable
(
"Path"
,
$
env
:
Path
+
";C:\Miniconda3;C:\Miniconda3\Scripts;C:\Miniconda3\Library\bin"
,
[
EnvironmentVariableTarget
]::
User
)
# Install software with conda.
# Install software with conda.
&
"C:\Miniconda3\Scripts\conda.exe"
config
--add
channels
omnia
--add
channels
conda-forge
&
"C:\Miniconda3\Scripts\conda.exe"
config
--add
channels
omnia
--add
channels
conda-forge
&
"C:\Miniconda3\Scripts\conda.exe"
install
-y
fftw3f
==
3.3
.
4
=
vc14_2
jinja2
lxml
sphinx
sphinxcontrib-autodoc_doxygen
sphinxcontrib-lunrsearch
conda-build
anaconda-client
&
"C:\Miniconda3\Scripts\conda.exe"
install
-y
fftw3f
==
3.3
.
4
=
vc14_2
jinja2
lxml
sphinx
sphinxcontrib-autodoc_doxygen
sphinxcontrib-lunrsearch
conda-build
anaconda-client
&
"C:\Miniconda3\Scripts\pip.exe"
install
sphinxcontrib.bibtex
&
"C:\Miniconda3\Scripts\pip.exe"
install
sphinxcontrib.bibtex
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment