Jed Brown
Jed Brown
@fsimonis My experience is prior to that merge, but we're currently using `cmake_policy(VERSION 3.3)` and I think it's more hardship than it's worth to require people to upgrade CMake to...
Patch welcome.
You could try pkg-config, which is probably a better option these days. I haven't tested FindNetCDF.cmake in quite a while (and no longer use CMake in any of my projects)....
CMake is case-sensitive so there is a difference between `PETSc` and `PETSC`. Also note that it's unreasonable to ask your users to copy `FindPETSc.cmake` to the system module path. One...
It sounds like you need `PETSC_DIR=/usr/lib/petscdir/3.6.2 PETSC_ARCH=linux-gnu-c-opt`.
There is no analog to matplotlib's pgf backend. @jakevdp may have thoughts on how difficult it would be to teach Altair to save using PGF or similar. I didn't mean...
It seems like all the existing outputs in vega-cli go through Vega's `renderHeadless()` so we'd be looking for JavaScript libraries that output pgf/latex. My search didn't turn up much, but...
This has been with cmake-3.22.2
We disabled LIBDL in PETSc as a workaround. I don't know if it's relevant to our users. https://gitlab.com/petsc/petsc/-/merge_requests/4890
Perhaps just check if the symbols are available despite not explicitly linking libdl?