aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/eazy/files/eazy-1.00-makefile.patch')
-rw-r--r--sci-astronomy/eazy/files/eazy-1.00-makefile.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-astronomy/eazy/files/eazy-1.00-makefile.patch b/sci-astronomy/eazy/files/eazy-1.00-makefile.patch
deleted file mode 100644
index 40ce53894..000000000
--- a/sci-astronomy/eazy/files/eazy-1.00-makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/makefile.orig 2012-05-11 04:15:35.000000000 +0100
-+++ src/makefile 2012-05-11 04:15:53.000000000 +0100
-@@ -1,16 +1,14 @@
- # -pg -lc_p for profiling
--.c.o:
-- gcc -msse2 -c -O3 -Wall $<
-
- all: eazy
-
- eazy: main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o kmag_prior.o
-- gcc -o eazy main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o kmag_prior.o -lm
-+ $(CC) $(LDFLAGS) main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o kmag_prior.o -lm -o eazy
-
- main.o output_files.o zeropoints.o getpar.o makegrid.o interpol.o getphotz.o temperr.o kmag_prior.o : defs.h
-
- temperr: temperr.o getpar.o
-- gcc -o temperr temperr.o getpar.o -lm
-+ $(CC) $(LDFLAGS) temperr.o getpar.o -lm -o temperr
-
- clean:
- rm *.o eazy