FS#57236 - [libasl] Doesn't build with out netcdf
Attached to Project:
Community Packages
Opened by Andreas Baumann (andreas_baumann) - Friday, 26 January 2018, 21:05 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 05 April 2023, 05:39 GMT
Opened by Andreas Baumann (andreas_baumann) - Friday, 26 January 2018, 21:05 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 05 April 2023, 05:39 GMT
|
Details
Description:
building libasl I get: make[2]: *** No rule to make target '/usr/lib/libnetcdf.so', needed by 'src/libaslvtk.so.0.1.7'. Stop. make[1]: *** [CMakeFiles/Makefile2:177: src/CMakeFiles/aslvtk.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 When installing libnetcdf by hand into the build chroot, it works. In PKGBUILD of vtk I see a makedepends and an optdepends for libnetcdf. So libnetcdf gets installed into the chroot due to the make dependency and then creeps up into vtk as a library dependency. Does vtk build without libnetcdf? then an optdepends would suffice. Or is it a requirement, then in should be in depends IMHO. Additional info: * package version(s): 8.1.0-2 * config and/or log files etc. vtk: 8.1.0-2 libasl: 0.1.7-10 Steps to reproduce: asp export libasl cd libasl makepkg -s |
This task depends upon
Closed by Toolybird (Toolybird)
Wednesday, 05 April 2023, 05:39 GMT
Reason for closing: None
Additional comments about closing: This pkg was dropped to the AUR in Jan 2021
Wednesday, 05 April 2023, 05:39 GMT
Reason for closing: None
Additional comments about closing: This pkg was dropped to the AUR in Jan 2021
About vtk opt and make dependencies I will reconsider it a bit later, I believe currently it supposes to be run on "minimal" features list, but more likely it wont work at all in common cases