AvtechScientific / ASL

Advanced Simulation Library - hardware accelerated multiphysics simulation platform.
http://asl.org.il
GNU Affero General Public License v3.0
217 stars 55 forks source link

master build fails with VTK 7.1.0 RC1 #25

Closed opoplawski closed 7 years ago

opoplawski commented 7 years ago

Testing with VTK 7.1.0 RC1 I get:

[ 74%] Linking CXX executable multicomponent_flow/asl-multicomponent_flow
cd /builddir/build/BUILD/ASL-248ad2de1fcddffd38405008779fb1ee292184e6/build-x86-32.fc26/examples/flow && /usr/bin/cmake -E cmake_link_script CMakeFiles/multicomponent_flow.dir/link.txt --verbose=1
/usr/bin/c++   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -fpermissive   -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld  CMakeFiles/multicomponent_flow.dir/multicomponent_flow.cc.o  -o multicomponent_flow/asl-multicomponent_flow -Wl,-rpath,/builddir/build/BUILD/ASL-248ad2de1fcddffd38405008779fb1ee292184e6/build-x86-32.fc26/src/num:/builddir/build/BUILD/ASL-248ad2de1fcddffd38405008779fb1ee292184e6/build-x86-32.fc26/src:/builddir/build/BUILD/ASL-248ad2de1fcddffd38405008779fb1ee292184e6/build-x86-32.fc26/src/acl: -rdynamic ../../src/num/libaslnum.so.0.1.7-dev ../../src/libaslvtk.so.0.1.7-dev ../../src/libasl.so.0.1.7-dev ../../src/acl/libaslacl.so.0.1.7-dev ../../src/libaslcommon.so.0.1.7-dev -lOpenCL 
../../src/libaslvtk.so.0.1.7-dev: undefined reference to `vtkSTLReader::New()'
collect2: error: ld returned 1 exit status
make[2]: *** [examples/flow/CMakeFiles/multicomponent_flow.dir/build.make:104: examples/flow/multicomponent_flow/asl-multicomponent_flow] Error 1

It appears that this may have been moved to libvtkIOGeometry, but perhaps this isn't being brought in automatically any more by internal VTK dependencies. Full build logs are here: https://copr-be.cloud.fedoraproject.org/results/orion/vtk7/fedora-rawhide-i386/00469812-libASL/build.log.gz

I'll try to have a PR soon.

AvtechScientific commented 7 years ago

Thank you for your report and the patch!