From 7781bf41fe86e87447589a980977d9e5ad758f2f Mon Sep 17 00:00:00 2001 From: Peter O'Connor Date: Wed, 17 Aug 2016 08:48:55 +1000 Subject: [PATCH] Initial commit of eigen3 --- Makefile | 1 + package.yml | 25 +++++++++++++++++++++++++ pspec_x86_64.xml | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 Makefile create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..9e36443 --- /dev/null +++ b/package.yml @@ -0,0 +1,25 @@ +name : eigen3 +version : 3.2.9 +release : 1 +source : + - http://bitbucket.org/eigen/eigen/get/3.2.9.tar.bz2 : 4d1e036ec1ed4f4805d5c6752b76072d67538889f4003fadf2f6e00a825845ff +license : + - BSD-3-Clause + - GPL-3.0 + - LGPL-2.1 + - MPL-2.0 +component : programming +summary : C++ template library for linear algebra. +description: | + Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. +patterns : + - /usr/include/eigen3 +setup : | + mkdir build && cd build + %cmake .. +build : | + cd build + %make +install : | + cd build + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..52189f3 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,38 @@ + + + eigen3 + + Peter O'Connor + sunnyflunk@gmail.com + + BSD-3-Clause + GPL-3.0 + LGPL-2.1 + MPL-2.0 + programming + C++ template library for linear algebra. + Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. + + https://solus-project.com/sources/README.Solus + + + eigen3 + C++ template library for linear algebra. + Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. + + programming + + /usr/include/eigen3 + /usr/share/pkgconfig/eigen3.pc + + + + + 2016-08-16 + 3.2.9 + Packaging update + Peter O'Connor + sunnyflunk@gmail.com + + + \ No newline at end of file -- 2.9.2