imath: dropped

This commit is contained in:
Tim Biermann 2022-09-11 19:09:47 +02:00
parent cbf12c0fe0
commit 4cb5639eff
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 78 deletions

View File

@ -1,51 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/Imath/
-rw-r--r-- root/root usr/include/Imath/ImathBox.h
-rw-r--r-- root/root usr/include/Imath/ImathBoxAlgo.h
-rw-r--r-- root/root usr/include/Imath/ImathColor.h
-rw-r--r-- root/root usr/include/Imath/ImathColorAlgo.h
-rw-r--r-- root/root usr/include/Imath/ImathConfig.h
-rw-r--r-- root/root usr/include/Imath/ImathEuler.h
-rw-r--r-- root/root usr/include/Imath/ImathExport.h
-rw-r--r-- root/root usr/include/Imath/ImathForward.h
-rw-r--r-- root/root usr/include/Imath/ImathFrame.h
-rw-r--r-- root/root usr/include/Imath/ImathFrustum.h
-rw-r--r-- root/root usr/include/Imath/ImathFrustumTest.h
-rw-r--r-- root/root usr/include/Imath/ImathFun.h
-rw-r--r-- root/root usr/include/Imath/ImathGL.h
-rw-r--r-- root/root usr/include/Imath/ImathGLU.h
-rw-r--r-- root/root usr/include/Imath/ImathInt64.h
-rw-r--r-- root/root usr/include/Imath/ImathInterval.h
-rw-r--r-- root/root usr/include/Imath/ImathLine.h
-rw-r--r-- root/root usr/include/Imath/ImathLineAlgo.h
-rw-r--r-- root/root usr/include/Imath/ImathMath.h
-rw-r--r-- root/root usr/include/Imath/ImathMatrix.h
-rw-r--r-- root/root usr/include/Imath/ImathMatrixAlgo.h
-rw-r--r-- root/root usr/include/Imath/ImathNamespace.h
-rw-r--r-- root/root usr/include/Imath/ImathPlane.h
-rw-r--r-- root/root usr/include/Imath/ImathPlatform.h
-rw-r--r-- root/root usr/include/Imath/ImathQuat.h
-rw-r--r-- root/root usr/include/Imath/ImathRandom.h
-rw-r--r-- root/root usr/include/Imath/ImathRoots.h
-rw-r--r-- root/root usr/include/Imath/ImathShear.h
-rw-r--r-- root/root usr/include/Imath/ImathSphere.h
-rw-r--r-- root/root usr/include/Imath/ImathTypeTraits.h
-rw-r--r-- root/root usr/include/Imath/ImathVec.h
-rw-r--r-- root/root usr/include/Imath/ImathVecAlgo.h
-rw-r--r-- root/root usr/include/Imath/half.h
-rw-r--r-- root/root usr/include/Imath/halfFunction.h
-rw-r--r-- root/root usr/include/Imath/halfLimits.h
drwxr-xr-x root/root usr/lib64/
drwxr-xr-x root/root usr/lib64/cmake/
drwxr-xr-x root/root usr/lib64/cmake/Imath/
-rw-r--r-- root/root usr/lib64/cmake/Imath/ImathConfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/Imath/ImathConfigVersion.cmake
-rw-r--r-- root/root usr/lib64/cmake/Imath/ImathTargets-release.cmake
-rw-r--r-- root/root usr/lib64/cmake/Imath/ImathTargets.cmake
lrwxrwxrwx root/root usr/lib64/libImath-3_1.so -> libImath-3_1.so.29
lrwxrwxrwx root/root usr/lib64/libImath-3_1.so.29 -> libImath-3_1.so.29.4.0
-rwxr-xr-x root/root usr/lib64/libImath-3_1.so.29.4.0
lrwxrwxrwx root/root usr/lib64/libImath.so -> libImath-3_1.so
drwxr-xr-x root/root usr/lib64/pkgconfig/
-rw-r--r-- root/root usr/lib64/pkgconfig/Imath.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35Kk8uklMG+iUO/mi8APMWGuY7ZZeAzSOj/PsCIkpKM7+te3i2RIX8fhhZpOoEKbiemVkO35rSLJZ1mmJMsSVQQ=
SHA256 (Pkgfile) = a5bf9f6b0b6afd66b5e43c3047d3e52bb037add3a77cc48afe2d214f002bb4d5
SHA256 (.footprint) = 02f1e1bbeb95dfcf82b270bd26e41dfe7605a0a51242eab45441c46e658fdd92
SHA256 (imath-3.1.5.tar.gz) = 1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb

View File

@ -1,22 +0,0 @@
# Description: A C++ and python library of 2D and 3D vector, matrix, and math operations
# URL: https://github.com/AcademySoftwareFoundation/Imath
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
# Depends on: cmake
name=imath
version=3.1.5
release=1
source=(https://github.com/AcademySoftwareFoundation/Imath/archive/v${version}/$name-$version.tar.gz)
build () {
cmake -SImath-$version -Bbuild \
-DPYTHON=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-DCMAKE_CXX_FLAGS_RELEASE="$CFLAGS"
cmake --build build -v
DESTDIR=$PKG cmake --install build
}