aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-10-02 17:38:21 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-10-02 17:38:21 +0000
commit937e76f417b041cc5fb9a9bb92d1849846420c3d (patch)
tree31fefb4d1be6082d4cc0f5719bb383453228b1b3 /sci-mathematics/tisean/files/tisean-3.0.1-gentoo.patch
parentsci-mathematics/acl2: version bump (diff)
downloadsci-937e76f417b041cc5fb9a9bb92d1849846420c3d.tar.gz
sci-937e76f417b041cc5fb9a9bb92d1849846420c3d.tar.bz2
sci-937e76f417b041cc5fb9a9bb92d1849846420c3d.zip
sci-mathematics/tisean sci-biology/DisEMBL drop
dead packages Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-mathematics/tisean/files/tisean-3.0.1-gentoo.patch')
-rw-r--r--sci-mathematics/tisean/files/tisean-3.0.1-gentoo.patch57
1 files changed, 0 insertions, 57 deletions
diff --git a/sci-mathematics/tisean/files/tisean-3.0.1-gentoo.patch b/sci-mathematics/tisean/files/tisean-3.0.1-gentoo.patch
deleted file mode 100644
index 7f80f6276..000000000
--- a/sci-mathematics/tisean/files/tisean-3.0.1-gentoo.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index c1f3e0c..60f9720 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -9,8 +9,8 @@ HAVE_NR = @HAVE_NR@
-
- all:
- @head -20 README
-- -if test -n "${FC}"; then (cd source_f && $(MAKE) $@); fi
-- -if test -n "${CC}"; then (cd source_c && $(MAKE) $@); fi
-+ $(MAKE) -C source_f $@
-+ $(MAKE) -C source_c $@
-
- install: do_install missing
- @echo "******************************************************************"
-diff --git a/source_c/Makefile.in b/source_c/Makefile.in
-index 1ab10e4..2efb803 100644
---- a/source_c/Makefile.in
-+++ b/source_c/Makefile.in
-@@ -23,10 +23,10 @@ LOADLIBS = routines/libddtsa.a -lm
- all: $(ALL)
-
- routines/libddtsa.a:
-- (cd routines && $(MAKE))
-+ $(MAKE) -C routines
-
- $(ALL): routines/libddtsa.a *.c
-- -$(CC) $(CFLAGS) $(COPTS) -o $@ $@.c $(LOADLIBS)
-+ -$(CC) $(LDFLAGS) $(CFLAGS) $(COPTS) -o $@ $@.c $(LOADLIBS)
-
- install: all
- -for bin in $(ALL); do $(INSTALL) $$bin $(BINDIR); done
-diff --git a/source_f/Makefile.in b/source_f/Makefile.in
-index 6525b72..e45eea7 100644
---- a/source_f/Makefile.in
-+++ b/source_f/Makefile.in
-@@ -37,17 +37,17 @@ istdio.o: istdio_temp.f
- $(FC) $(FFLAGS) -c istdio.f -o istdio.o
-
- $(BINS): libtsa.a libsla.a *.f
-- -$(FC) $(FFLAGS) -o $@ $@.f $(LOADLIBES) $(LDFLAGS)
-+ -$(FC) $(LDFLAGS) $(FFLAGS) -o $@ $@.f $(LOADLIBES)
-
- libtsa.a: $(INC)
- $(AR) $(ARFLAGS) libtsa.a $?
- $(RANLIB) libtsa.a
-
- libsla.a: slatec/*.f
-- (cd slatec && $(MAKE))
-+ $(MAKE) -C slatec
-
- Randomize: libtsa.a libsla.a
-- -(cd randomize && $(MAKE))
-+ $(MAKE) -C randomize
-
- clean:
- @rm -f istdio.f