Skip to content
Snippets Groups Projects
Commit ad883184 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: revert auto rules changes

parent 7ed11b4f
No related branches found
No related tags found
1 merge request!9rel/2103.0
Pipeline #9056 canceled
...@@ -8,5 +8,6 @@ cp -r $(pwd) $PREFIX/src/$PKG_NAME ...@@ -8,5 +8,6 @@ cp -r $(pwd) $PREFIX/src/$PKG_NAME
. $FSLDIR/etc/fslconf/fsl-devel.sh . $FSLDIR/etc/fslconf/fsl-devel.sh
make # Only build CPU components
make install make cpu=1
make cpu=1 install
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
# The project git repository is: https://git.fmrib.ox.ac.uk/fsl/fdt.git # The project git repository is: https://git.fmrib.ox.ac.uk/fsl/fdt.git
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-fdt.git # The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-fdt.git
# Note that this recipe only builds the CPU components
# of the FDT project - the GPU/CUDA components are
# built by the separate fsl/conda/fsl-fdt-gpu recipe.
{% set name = 'fsl-fdt' %} {% set name = 'fsl-fdt' %}
{% set version = '2103.0' %} {% set version = '2103.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/fdt.git' %} {% set repository = 'https://git.fmrib.ox.ac.uk/fsl/fdt.git' %}
...@@ -44,4 +48,3 @@ requirements: ...@@ -44,4 +48,3 @@ requirements:
build: build:
- {{ compiler("cxx") }} - {{ compiler("cxx") }}
- make - make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment