Skip to content

Commit

Permalink
Mcr missing deb libxp6 (#526)
Browse files Browse the repository at this point in the history
* remove debs install

* removed debs
  • Loading branch information
stebo85 authored Apr 3, 2023
1 parent 34aa8c8 commit f39cffb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions neurodocker/templates/matlabmcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ binaries:
- unzip
- java-1.8.0-openjdk
- dbus-x11
debs:
- http://mirrors.kernel.org/debian/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb
env:
LD_LIBRARY_PATH: |
{% set versionTovXX = {"2021b": "v911", "2021a": "v910", "2020b": "v99", "2020a": "v98", "2019b": "v97", "2019a": "v96", "2018b": "v95", "2018a": "v94", "2017b": "v93", "2017a": "v92", "2016b": "v91", "2016a": "v901", "2015b": "v90", "2015aSP1": "v851", "2015a": "v85", "2014b": "v84", "2014a": "v83", "2013b": "v82", "2013a": "v81", "2012b": "v80", "2012a": "v717"} -%}
Expand All @@ -74,7 +72,6 @@ binaries:
{{ self.install_dependencies() }}
echo "Downloading MATLAB Compiler Runtime ..."
{% if self.version == "2010a" -%}
{{ self.install_debs() }}
curl {{ self.curl_opts }} -o "$TMPDIR/MCRInstaller.bin" {{ self.urls[self.version] }}
chmod +x "$TMPDIR/MCRInstaller.bin"
"$TMPDIR/MCRInstaller.bin" -silent -P installLocation="{{ self.install_path }}"
Expand Down

0 comments on commit f39cffb

Please sign in to comment.