Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] New package gsl The GNU Scientific Library.
@ 2011-12-12 14:25 Sagaert Johan
  2011-12-12 14:33 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2011-12-12 14:25 UTC (permalink / raw)
  To: buildroot


The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
The library provides a wide range of mathematical routines such as random number generators,
special functions and least-squares fitting.
There are over 1000 functions in total with an extensive test suite.

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/Config.in     |    1 +
 package/gsl/Config.in |    8 ++++++++
 package/gsl/gsl.mk    |   11 +++++++++++
 3 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 package/gsl/Config.in
 create mode 100644 package/gsl/gsl.mk

diff --git a/package/Config.in b/package/Config.in
index eb93b1c..ff0838c 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -343,6 +343,7 @@ endmenu
 
 menu "Other"
 source "package/fftw/Config.in"
+source "package/gsl/Config.in"
 source "package/libargtable2/Config.in"
 source "package/argp-standalone/Config.in"
 source "package/libatomic_ops/Config.in"
diff --git a/package/gsl/Config.in b/package/gsl/Config.in
new file mode 100644
index 0000000..75a38cd
--- /dev/null
+++ b/package/gsl/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_GSL
+	bool "gsl"
+	help
+	  GSL The GNU Scientific Library.
+	  Includes a wide range of math functions.
+	  Statistics, Complex numbers, FFT, ...
+	  
+	  http://www.gnu.org/software/gsl
diff --git a/package/gsl/gsl.mk b/package/gsl/gsl.mk
new file mode 100644
index 0000000..aa5a64a
--- /dev/null
+++ b/package/gsl/gsl.mk
@@ -0,0 +1,11 @@
+#############################################################
+#
+# gnu gsl
+#
+#############################################################
+GSL_VERSION = 1.15
+GSL_SITE = ftp://ftp.gnu.org/gnu/gsl/
+GSL_INSTALL_STAGING = YES
+GSL_INSTALL_TARGET = YES
+
+$(eval $(call AUTOTARGETS))
-- 
1.7.8

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] New package gsl The GNU Scientific Library.
  2011-12-12 14:25 [Buildroot] [PATCH 1/1] New package gsl The GNU Scientific Library Sagaert Johan
@ 2011-12-12 14:33 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2011-12-12 14:33 UTC (permalink / raw)
  To: buildroot

Le Mon, 12 Dec 2011 15:25:48 +0100,
Sagaert Johan <sagaert.johan@skynet.be> a ?crit :

> +GSL_VERSION = 1.15
> +GSL_SITE = ftp://ftp.gnu.org/gnu/gsl/

use BR2_GNU_MIRROR here.

> +GSL_INSTALL_STAGING = YES
> +GSL_INSTALL_TARGET = YES

This line can be removed, that's the default.

Thanks again for this new package!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-12 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 14:25 [Buildroot] [PATCH 1/1] New package gsl The GNU Scientific Library Sagaert Johan
2011-12-12 14:33 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox