More packages
This commit is contained in:
@@ -5,11 +5,19 @@ URL=git://github.com/periscop/cloog@${PACKAGE}-${VERSION}
|
||||
CATEGORY=devel
|
||||
DEPENDS="devel/autoconf devel/automake libs/isl devel/libtool"
|
||||
|
||||
|
||||
hook_git_clone_post() {
|
||||
cd "${SRCDIR}/${PACKAGE}-${VERSION}"
|
||||
git rm -rf isl
|
||||
git submodule init
|
||||
git submodule update
|
||||
}
|
||||
|
||||
configure() {
|
||||
echo "Configuring $PACKAGE"
|
||||
cd "${SRCDIR}/${PACKAGE}-${VERSION}"
|
||||
./autogen.sh
|
||||
./configure --with-isl=system
|
||||
autoreconf -fiv
|
||||
./configure --with-isl=system --with-osl=bundled
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
17
devel/cloog/patches/01-makefile-am.patch
Normal file
17
devel/cloog/patches/01-makefile-am.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
--- cloog-0.21.1.orig/Makefile.am Sat Sep 20 23:06:28 2025
|
||||
+++ cloog-0.21.1/Makefile.am Sat Sep 20 23:16:41 2025
|
||||
@@ -36,10 +36,10 @@
|
||||
# * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr *
|
||||
# * *
|
||||
# *****************************************************************************/
|
||||
-if BUNDLED_ISL
|
||||
- MAYBE_ISL = isl
|
||||
- ISL_LA = $(top_builddir)/isl/libisl.la
|
||||
-endif
|
||||
+#if BUNDLED_ISL
|
||||
+# MAYBE_ISL = isl
|
||||
+# ISL_LA = $(top_builddir)/isl/libisl.la
|
||||
+#endif
|
||||
|
||||
if BUNDLED_OSL
|
||||
MAYBE_OSL = osl
|
||||
Reference in New Issue
Block a user