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.
16 USE_DEFAULT_TEST_TRANSFORMS
= yes
17 include ..
/..
/..
/make-rules
/shared-macros.mk
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
40 COMPONENT_TEST_TRANSFORMS
+= \
41 '-e "/test-suite.log/p" ' \
42 '-e "/Testsuite/p" ' \
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES
+= shell/ksh93
47 REQUIRED_PACKAGES
+= system
/library
48 REQUIRED_PACKAGES
+= system
/library
/math