vim: update to 9.1.0984
[oi-userland.git] / components / library / gsl / Makefile
blob2ab3c76658167cd07f1a6854806abeae2071bf37
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2013-2016 Louis M. Picciano. All rights reserved.
15 BUILD_BITS= 64
16 USE_DEFAULT_TEST_TRANSFORMS= yes
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= gsl
20 COMPONENT_VERSION= 2.7.1
21 COMPONENT_SUMMARY= GSL - GNU Scientific Library
22 COMPONENT_PROJECT_URL= https://www.gnu.org/software/gsl/
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= sha256:dcb0fbd43048832b757ff9942691a8dd70026d5da0ff85601e52687f6deeb34b
26 COMPONENT_ARCHIVE_URL= https://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
27 COMPONENT_FMRI= developer/gsl
28 COMPONENT_CLASSIFICATION=System/Libraries
29 COMPONENT_LICENSE= GPLv3
30 COMPONENT_LICENSE_FILE= COPYING
32 include $(WS_MAKE_RULES)/common.mk
34 COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
36 CONFIGURE_OPTIONS += --disable-static
38 unexport SHELLOPTS
40 COMPONENT_TEST_TRANSFORMS += \
41 '-e "/test-suite.log/p" ' \
42 '-e "/Testsuite/p" ' \
43 '-e "/====/p" '
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES += shell/ksh93
47 REQUIRED_PACKAGES += system/library
48 REQUIRED_PACKAGES += system/library/math