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

MNT: remove -std=c++11 flag

parent d7f09936
No related branches found
No related tags found
1 merge request!8Mnt/conda
...@@ -3,12 +3,11 @@ ...@@ -3,12 +3,11 @@
include ${FSLCONFDIR}/default.mk include ${FSLCONFDIR}/default.mk
PROJNAME = miscmaths PROJNAME = miscmaths
LIBS = -lfsl-utils -lfsl-cprob
SOFILES = libfsl-miscmaths.so SOFILES = libfsl-miscmaths.so
OBJS = miscmaths.o optimise.o miscprob.o kernel.o histogram.o \
USRCXXFLAGS = -std=c++11 base2z.o t2z.o f2z.o minimize.o cspline.o sparse_matrix.o \
sparsefn.o rungekutta.o nonlin.o bfmatrix.o Simplex.o \
OBJS = miscmaths.o optimise.o miscprob.o kernel.o histogram.o base2z.o t2z.o f2z.o minimize.o cspline.o sparse_matrix.o sparsefn.o rungekutta.o nonlin.o bfmatrix.o Simplex.o SpMatMatrices.o SpMatMatrices.o
all: libfsl-miscmaths.so all: libfsl-miscmaths.so
......
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