Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8c90bf36e1cff4402fee2f29f2323b023339ecbc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8c90bf36e1cff4402fee2f29f2323b023339ecbc)
  • Date: Mon, 15 Nov 2021 10:54:25 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
graphics-libs/imath/CONFIGURE | 1 +
graphics-libs/imath/DEPENDS | 1 +
graphics-libs/imath/DETAILS | 16 ++++++++++++++++
graphics-libs/imath/HISTORY | 4 ++++
5 files changed, 25 insertions(+)

New commits:
commit 8c90bf36e1cff4402fee2f29f2323b023339ecbc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

imath-3.1.3

diff --git a/ChangeLog b/ChangeLog
index 4a0fbab..6b13f6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-11-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * graphics-libs/imath: added, vector + math library
+
2021-11-10 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: update Simon Josefsson <simon AT josefsson.org>

diff --git a/graphics-libs/imath/CONFIGURE b/graphics-libs/imath/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/graphics-libs/imath/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/graphics-libs/imath/DEPENDS b/graphics-libs/imath/DEPENDS
new file mode 100755
index 0000000..6d7d390
--- /dev/null
+++ b/graphics-libs/imath/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/graphics-libs/imath/DETAILS b/graphics-libs/imath/DETAILS
new file mode 100755
index 0000000..5d1e47b
--- /dev/null
+++ b/graphics-libs/imath/DETAILS
@@ -0,0 +1,16 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=imath
+ VERSION=3.1.3
+
SOURCE_HASH=sha512:a11f5e736bc49098d735c7903f186c15b03efbec082a8cf2e6635546368035cec0d36c7ae64bfd01bd8eeffb2dd247b8dab19e440a3e1fe33008edacc1268f75
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Imath-$VERSION
+WEB_SITE=https://github.com/AcademySoftwareFoundation/Imath
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
+ LICENSE[0]=BSD
+ ENTERED=20211115
+ KEYWORDS=""
+ SHORT="vector, matrix, and mat"
+cat << EOF
+Imath is a C++ and python library of 2D and 3D vector, matrix, and math
operations
+for computer graphics
+EOF
diff --git a/graphics-libs/imath/HISTORY b/graphics-libs/imath/HISTORY
new file mode 100644
index 0000000..0bd4664
--- /dev/null
+++ b/graphics-libs/imath/HISTORY
@@ -0,0 +1,4 @@
+2021-11-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1.3
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8c90bf36e1cff4402fee2f29f2323b023339ecbc), Treeve Jelbert, 11/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page