gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7030: update eigen to 3.3.7


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7030: update eigen to 3.3.7
Date: Tue, 12 May 2020 12:53:30 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7030
revision-id: carl@aurora-20200512165324-d9rup07fkjai6rnv
parent: carl@aurora-20200512165021-6o4t4qh3cy0wla6u
committer: carl <carl@aurora>
branch nick: trunk
timestamp: Tue 2020-05-12 09:53:24 -0700
message:
  update eigen to 3.3.7
modified:
  pkg/other/eigen/Makefile       makefile-20160617200040-lqf8h520dfq0rtk7-47
  pkg/other/eigen/sha256sums     sha256sums-20160617200040-lqf8h520dfq0rtk7-48
=== modified file 'pkg/other/eigen/Makefile'
--- a/pkg/other/eigen/Makefile  2019-11-22 05:49:36 +0000
+++ b/pkg/other/eigen/Makefile  2020-05-12 16:53:24 +0000
@@ -1,27 +1,31 @@
 # Copyright © 2014 Brandon Invergo <address@hidden>
-# Copyright © 2017 Carl Hansen <address@hidden>
-#
-# This file is part of BioSRC and thus GSRC.
-#
-# BioSRC is free software: you can redistribute it and/or modify it
+# Copyright © 2017,2020 Carl Hansen <address@hidden>
+#
+# This file is part of BioSRC and GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+#
+# GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# BioSRC is distributed in the hope that it will be useful, but WITHOUT
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
 # License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with BioSRC.  If not, see <http://www.gnu.org/licenses/>.
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
 
 NAME = Eigen
 GARNAME = eigen
 GARVERSION = 3.3.7
-COMMIT = 323c052e1731
 HOME_URL = http://eigen.tuxfamily.org
-#   http://bitbucket.org/
+# old   http://bitbucket.org/
 DESCRIPTION = A C++ template library for linear algebra
 define BLURB
 Eigen is a C++ template library for linear algebra.  It can handle
@@ -30,15 +34,13 @@
 LICENSE = MPL2
 
 ######################################################################
-# http://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2
+# old http://bitbucket.org/eigen/eigen/get/3.3.7.tar.bz2 old
+# https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.bz2
 
-MASTER_SITES = http://bitbucket.org/
-MASTER_SUBDIR = $(GARNAME)/$(GARNAME)/get/
-DISTNAME = $(GARVERSION)
+MASTER_SITES = http://gitlab.com/
+MASTER_SUBDIR = libeigen/$(GARNAME)/-/archive/$(GARVERSION)/
 DISTFILES = $(DISTNAME).tar.bz2
 SIGFILES =
-WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARNAME)-$(COMMIT)
-#WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)
 WORKOBJ = $(WORKSRC)-build
 
 BUILDDEPS =
@@ -49,6 +51,12 @@
 include ../../../gar/gar.lib/cmake.mk
 include config.mk
 
-post-fetch:
-       cp download/$(GARVERSION).tar.bz2 
download/$(GARNAME)-$(GARVERSION).tar.bz2
+
+docs:
+       cd $(WORKOBJ) && make doc
+
+checks:
+       cd $(WORKOBJ) && make check
+
+
        

=== modified file 'pkg/other/eigen/sha256sums'
--- a/pkg/other/eigen/sha256sums        2019-11-22 05:49:36 +0000
+++ b/pkg/other/eigen/sha256sums        2020-05-12 16:53:24 +0000
@@ -1,1 +1,1 @@
-9f13cf90dedbe3e52a19f43000d71fdf72e986beb9a5436dddcd61ff9d77a3ce  
download/3.3.7.tar.bz2
+685adf14bd8e9c015b78097c1dc22f2f01343756f196acdc76a678e1ae352e11  
download/eigen-3.3.7.tar.bz2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]