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
dad8e52d
Unverified
Commit
dad8e52d
authored
Dec 03, 2021
by
Peter Eastman
Committed by
GitHub
Dec 03, 2021
Browse files
Try to fix errors setting up CI builds (#3363)
parent
551d83c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
devtools/ci/gh-actions/scripts/install_amd_opencl.sh
devtools/ci/gh-actions/scripts/install_amd_opencl.sh
+1
-0
No files found.
devtools/ci/gh-actions/scripts/install_amd_opencl.sh
View file @
dad8e52d
...
@@ -18,6 +18,7 @@ echo libamdocl64.so > ${OPENCL_VENDOR_PATH}/amdocl64.icd
...
@@ -18,6 +18,7 @@ echo libamdocl64.so > ${OPENCL_VENDOR_PATH}/amdocl64.icd
export
LD_LIBRARY_PATH
=
${
AMDAPPSDK
}
/lib/x86_64:
${
LD_LIBRARY_PATH
:-}
export
LD_LIBRARY_PATH
=
${
AMDAPPSDK
}
/lib/x86_64:
${
LD_LIBRARY_PATH
:-}
chmod
+x
${
AMDAPPSDK
}
/bin/x86_64/clinfo
chmod
+x
${
AMDAPPSDK
}
/bin/x86_64/clinfo
${
AMDAPPSDK
}
/bin/x86_64/clinfo
${
AMDAPPSDK
}
/bin/x86_64/clinfo
sudo
apt-get update
sudo
apt-get
install
-y
libgl1-mesa-dev
sudo
apt-get
install
-y
libgl1-mesa-dev
echo
"OPENCL_VENDOR_PATH=
${
OPENCL_VENDOR_PATH
}
"
>>
${
GITHUB_ENV
}
echo
"OPENCL_VENDOR_PATH=
${
OPENCL_VENDOR_PATH
}
"
>>
${
GITHUB_ENV
}
...
...
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