periscop / cloog

The CLooG Code Generator in the Polyhedral Model
GNU Lesser General Public License v2.1
40 stars 23 forks source link

isl 0.19 support #37

Closed f0086 closed 6 years ago

f0086 commented 6 years ago

Failed building with isl 0.19

./.libs/libcloog-isl.so: undefined reference to `isl_basic_set_drop_constraint'
./.libs/libcloog-isl.so: undefined reference to `isl_set_drop_basic_set'
./.libs/libcloog-isl.so: undefined reference to `isl_set_copy_basic_set'
./.libs/libcloog-isl.so: undefined reference to `isl_basic_map_from_basic_set'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:783: cloog] Error 1
make[1]: Leaving directory '/home/aaron/datenhalter/shelf/aur-packages/cloog/src/cloog-0.18.5'
make: *** [Makefile:1062: all-recursive] Error 1
ftynse commented 6 years ago

Could you please confirm that 518ca06 (#38) solves the problem for you?

f0086 commented 6 years ago

Looking good! I've successfully build and test the update-isl branch with isl-1.9 from the system.

   ./configure --prefix=/usr --with-osl=system --with-isl=system

Please ping me when you release a new version of cloog with the branch merged into master so I can update the ArchLinux package (I am the maintainer of that package).