On Saturday, December 5, 2020 5:55 PM, John Soo wrote:
> Nice work Ekaitz!
>
> I worked hard on freecad, it is quite a difficult program to package. That
> was a weird issue that I asked about on the freecad forums. Perhaps it is
> fixed upstream now, which would be excellent. Thanks for keepin
Nice work Ekaitz!
I worked hard on freecad, it is quite a difficult program to package. That was
a weird issue that I asked about on the freecad forums. Perhaps it is fixed
upstream now, which would be excellent. Thanks for keeping it up to date!
- John
Looks like this line, inherited from the previous definition, was giving some
trouble:
> (string-append "-DCMAKE_INSTALL_LIBDIR=\\"" (assoc-ref %outputs
> "out") "/lib\\"")
It was creating wrong variables (and wrong syntax too!):
if(EXISTS
"$ENV{DESTDIR}/tmp/guix-build-freeca
Hi,
I solved most of the compilation issue with freecad.
Now my package version compiles but install phase fails with this error:
```