gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8768: imath update


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8768: imath update
Date: Wed, 9 Nov 2022 18:32:06 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8768
revision-id: carlhansen1234@gmail.com-20221109233201-ahh82iu22nhvj38u
parent: carlhansen@gnu.org-20221109211141-x7lo0ypxez14fw8l
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Wed 2022-11-09 15:32:01 -0800
message:
  imath update
modified:
  gar/varb.mk                    varb.mk-20221105082844-lv6zntw6y278vjpm-1
  pkg/other/imath/Makefile       makefile-20210518072847-dxae20zhyyvoung7-3
  pkg/other/imath/sha256sums     sha256sums-20210518072847-dxae20zhyyvoung7-4
=== modified file 'gar/varb.mk'
--- a/gar/varb.mk       2022-11-05 08:29:17 +0000
+++ b/gar/varb.mk       2022-11-09 23:32:01 +0000
@@ -1,6 +1,7 @@
 
 inf:
-       @echo PACKAGENAME       $(PACKAGENAME)
+       @echo WORKSRC       $(WORKSRC)
+       @echo WORKOBJ       $(WORKOBJ)
        @echo packagesdir        $(packagesdir)
        @echo packagedir        $(packagedir)
        @echo dotgardir         $(dotgardir)

=== modified file 'pkg/other/imath/Makefile'
--- a/pkg/other/imath/Makefile  2022-03-30 17:22:43 +0000
+++ b/pkg/other/imath/Makefile  2022-11-09 23:32:01 +0000
@@ -20,7 +20,7 @@
 
 NAME =    Imath
 GARNAME = imath
-GARVERSION = 3.1.5
+GARVERSION = 3.1.6
 HOME_URL = http://www.openexr.com
 DESCRIPTION =  lib of 2D and 3D vectors, matrices, and functions for graphics
 define BLURB
@@ -43,6 +43,7 @@
 LICENSE = Modified BSD License, 3 clause 
 
 WORKSRC = $(WORKDIR)/Imath-$(GARVERSION)
+WORKOBJ = $(WORKDIR)/Imath-$(GARVERSION)-build
 
 BUILDDEPS =
 LIBDEPS =
@@ -64,7 +65,6 @@
 
 custom-build:
        mkdir $(WORKOBJ)
-       cd $(WORKOBJ)
-       cmake  $(WORKSRC)
+       cd $(WORKOBJ) && cmake  $(WORKSRC)
        make
 

=== modified file 'pkg/other/imath/sha256sums'
--- a/pkg/other/imath/sha256sums        2022-03-30 17:22:43 +0000
+++ b/pkg/other/imath/sha256sums        2022-11-09 23:32:01 +0000
@@ -1,1 +1,1 @@
-1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb  
download/v3.1.5.tar.gz
+ea5592230f5ab917bea3ceab266cf38eb4aa4a523078d46eac0f5a89c52304db  
download/v3.1.6.tar.gz


reply via email to

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