From 0441f5deec9a8f2a9e487447e7bbc3abb58be250 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Tue, 23 Mar 2021 21:22:43 +0000 Subject: - Upgrade to 0.99712; - Build the static library with PIC and run ranlib; - Also build and install a shared library. --- math/cocoalib/files/patch-src_tests_Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'math/cocoalib/files/patch-src_tests_Makefile') diff --git a/math/cocoalib/files/patch-src_tests_Makefile b/math/cocoalib/files/patch-src_tests_Makefile index 063bd5ffe2be..f26d2b256b46 100644 --- a/math/cocoalib/files/patch-src_tests_Makefile +++ b/math/cocoalib/files/patch-src_tests_Makefile @@ -1,4 +1,4 @@ ---- src/tests/Makefile.orig 2020-06-11 13:17:06 UTC +--- src/tests/Makefile.orig 2020-12-04 10:17:44 UTC +++ src/tests/Makefile @@ -1,11 +1,5 @@ # Makefile for CoCoALib/src/tests/ directory @@ -12,7 +12,7 @@ TESTS=test-empty.C \ test-BigInt1.C test-BigInt2.C test-BigInt3.C \ test-BigRat1.C test-BigRat2.C test-BigRat3.C test-BigRat4.C \ -@@ -66,110 +60,11 @@ TESTS=test-empty.C \ +@@ -66,107 +60,11 @@ TESTS=test-empty.C \ test-utils1.C test-utils2.C # test-RingTwinFloat3.C test-OpenMath2.C -- skip these tests for the moment @@ -26,15 +26,12 @@ - @echo "*** src/tests/Makefile: default target ***" - @(cd $(COCOA_ROOT); $(MAKE) check) - --$(COCOA_LIB): -- @echo "Compiling CoCoALib..." -- @(cd $(COCOA_ROOT); $(MAKE) library) -- -.PHONY: lib --lib: $(COCOA_LIB) +-lib: library - -.PHONY: library --library: $(COCOA_LIB) +-library: +- @(cd $(COCOA_ROOT); $(MAKE) library) - - -# This target should be made only after the CoCoA library has been compiled; -- cgit v1.2.3