Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to adjust template for AFNI binary to make it work on Debian #601

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
16 changes: 8 additions & 8 deletions neurodocker/templates/afni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ binaries:
- gsl-bin
- libcurl4-openssl-dev
- libgl1-mesa-dri
- libjpeg-turbo8-dev
- libjpeg-dev
- libglu1-mesa-dev
- libglib2.0-0
- libglw1-mesa
- libgomp1
- libjpeg62
- libpng-dev
- libssl-dev
- libudunits2-dev
- libxm4
- multiarch-support
- netpbm
- python-is-python3
- python3-pip
Expand Down Expand Up @@ -73,8 +72,9 @@ binaries:
- unzip
- ncurses-compat-libs
debs:
- http://mirrors.kernel.org/debian/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb
- http://snapshot.debian.org/archive/debian-security/20160113T213056Z/pool/updates/main/libp/libpng/libpng12-0_1.2.49-1%2Bdeb7u2_amd64.deb
- https://snapshot.debian.org/archive/debian-security/20221017T140424Z/pool/updates/main/g/glibc/multiarch-support_2.28-10%2Bdeb10u2_amd64.deb
- https://snapshot.debian.org/archive/debian/20140820T220424Z/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb

instructions: |
{{ self.install_dependencies() }}
{% if self.install_python3.lower() in ["true", "1", "y"] -%}
Expand Down Expand Up @@ -125,6 +125,7 @@ source:
- libgsl-dev
- libmotif-dev
- libnetpbm10-dev
- libpng-dev
- libxext-dev
- libxi-dev
- libxmu-headers
Expand All @@ -133,7 +134,6 @@ source:
- m4
- make
- mesa-common-dev
- multiarch-support
- tcsh
- zlib1g-dev
yum:
Expand Down Expand Up @@ -163,8 +163,8 @@ source:
- which
- zlib-devel
debs:
- http://mirrors.kernel.org/debian/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb
- http://snapshot.debian.org/archive/debian-security/20160113T213056Z/pool/updates/main/libp/libpng/libpng12-0_1.2.49-1%2Bdeb7u2_amd64.deb
- https://snapshot.debian.org/archive/debian-security/20221017T140424Z/pool/updates/main/g/glibc/multiarch-support_2.28-10%2Bdeb10u2_amd64.deb
- https://snapshot.debian.org/archive/debian/20140820T220424Z/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb
instructions: |
{{ self.install_dependencies() }}
{%- if self.install_python3.lower() in ["true", "1", "y"] %}
Expand Down
4 changes: 2 additions & 2 deletions neurodocker/templates/spm12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ binaries:
- libxmu6
- libxpm-dev
- libxt6
- multiarch-support
debs:
- http://mirrors.kernel.org/debian/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb
- https://snapshot.debian.org/archive/debian-security/20221017T140424Z/pool/updates/main/g/glibc/multiarch-support_2.28-10%2Bdeb10u2_amd64.deb
- https://snapshot.debian.org/archive/debian/20140820T220424Z/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb
yum:
- curl
- unzip
Expand Down
Loading