Closed lukasdreyer closed 7 months ago
Thanks; were you able to align the t8code with the latest develop branch of p4est, sc?
You're correct in identifying our changes in src/Makefile.am to be breaking.
Hi; just asking for the status -- is there anything that we want to do on our end?
Hi; just asking for the status -- is there anything that we want to do on our end?
This seems resolved by the t8code developers.
Description The build system is not working correctly for us when using the
develop
branch for packages that are built externally.make[2]: *** No rule to make target '-L/localdata1/drey_lu/t8_clone/t8code/p4est/build_debug/install/lib', needed by 'src/libt8.la'. Stop.
My investigation lead me to the following line insc_package.m4
:that is
in
master
. Reverting it to the version in master lead to our build pipeline working again. What was the reason for the change and can we revert it?To Reproduce Build t8code on the branch
update-submodules
, withsc
andp4est
built externally:leads to
make[2]: *** No rule to make target '-L/localdata1/drey_lu/t8_clone/t8code/p4est/build_debug/install/lib', needed by 'src/libt8.la'. Stop.
Additional information