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
. $FSLDIR/etc/fslconf/fsl-devel.sh
make
make install
# Only build CPU components
make cpu=1
make cpu=1 install
......@@ -2,6 +2,10 @@
# 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
# 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 version = '2103.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/fdt.git' %}
......@@ -44,4 +48,3 @@ requirements:
build:
- {{ compiler("cxx") }}
- 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