gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7608: update imath to 3.0.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7608: update imath to 3.0.2
Date: Tue, 18 May 2021 03:29:15 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7608
revision-id: carlhansen@gnu.org-20210518072911-qrq9h3xo5vfrdlrj
parent: carlhansen@gnu.org-20210518070930-9i3goxvevaqicvgr
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Tue 2021-05-18 00:29:11 -0700
message:
  update imath to 3.0.2
added:
  pkg/other/imath/               imath-20210518072847-dxae20zhyyvoung7-1
  pkg/other/imath/Makefile       makefile-20210518072847-dxae20zhyyvoung7-3
  pkg/other/imath/config.mk      config.mk-20210518072847-dxae20zhyyvoung7-2
  pkg/other/imath/sha256sums     sha256sums-20210518072847-dxae20zhyyvoung7-4
=== added directory 'pkg/other/imath'
=== added file 'pkg/other/imath/Makefile'
--- a/pkg/other/imath/Makefile  1970-01-01 00:00:00 +0000
+++ b/pkg/other/imath/Makefile  2021-05-18 07:29:11 +0000
@@ -0,0 +1,75 @@
+# Copyright ©2021 Carl Hansen <carlhansen@gnu.org>
+# 
+# This file is part of 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.
+#
+# 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 GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME =    imath
+GARNAME = imath
+GARVERSION = 3.0.2
+HOME_URL = http://www.openexr.com
+DESCRIPTION =  lib of 2D and 3D vectors, matrices, and functions for graphics
+define BLURB
+Imath is a basic, light-weight, and efficient C++ and python
+representation of 2D and 3D vectors and matrices and other simple
+but useful mathematical objects, functions, and data types common in
+computer graphics applications, including the half 16-bit floating-point
+type. Previously part of OpenEXR, now distributed separately.  
+endef
+
+######################################################################
+#https://github.com/AcademySoftwareFoundation/openexr/archive/v2.5.4.tar.gz
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = AcademySoftwareFoundation/imath/archive/ 
+DISTFILES =  $(strip v$(GARVERSION).tar.gz)
+
+SIGFILES = 
+NOCHECKSUM = $(DISTNAME).tar.gz
+
+LICENSE = Modified BSD License, 3 clause 
+
+WORKSRC = $(WORKDIR)/Imath-3.0.2
+#WORKOBJ = $(WORKDIR)/$(DISTNAME).build
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+
+
+#      wget $(WGET_OPTS) -O $(DOWNLOADDIR)/$(notdir 
$(DISTNAME)).tar.gz.partial $(strip 
$(MASTER_SITES)$(MASTER_SUBDIR))$(UPSTREAMFILES)
+#      mv $(DOWNLOADDIR)/$(notdir $(DISTNAME)).tar.gz.partial 
$(DOWNLOADDIR)/$(notdir $(DISTNAME).tar.gz)
+
+custom-post-fetch:
+       cp download/$(DISTFILES) download/$(DISTNAME).tar.gz
+       $(MAKECOOKIE)
+
+
+custom-build:
+       mkdir $(WORKOBJ)
+       cd $(WORKOBJ)
+       cmake  $(WORKSRC)
+       make
+
+#      make install
+#
+#
+

=== added file 'pkg/other/imath/config.mk'
=== added file 'pkg/other/imath/sha256sums'
--- a/pkg/other/imath/sha256sums        1970-01-01 00:00:00 +0000
+++ b/pkg/other/imath/sha256sums        2021-05-18 07:29:11 +0000
@@ -0,0 +1,1 @@
+85c9939390afd33e93e7bea9c2b8e5dcd37958daa5d70214c58e9b00320ebf29  
download/v3.0.2.tar.gz


reply via email to

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