OK, checked in Basic Viewer stuff into repo:
https://github.com/Hermann-SW/cgal4gp
Tested to work on 64bit Raspberry PiOS and on 64bit Ubuntu 22.04 (one Intel and one AMD).
I am not happy how I build shared library in cmake — I was not able to get it working with "add_library()".
So I use crude workaround in building an "executable" which IS a shared lib that I use then.
I really would appreciate if someone can provide a fix or pull request ...
https://github.com/Hermann-SW/cgal4gp/b ... sts.txt#L7
I have updated doc and most instructions are already present, but there are some "work in progress ..." locations:
https://github.com/Hermann-SW/cgal4gp/t ... sic-viewer
Finally below is a demo that just shows how it works, fast, no waiting for me much copying in commands — I really like that.
Just look at the animations scrolling through on CGAL website what now will be possible in PARI/GP:
https://www.cgal.org/
![Image]()
https://github.com/Hermann-SW/cgal4gp
Tested to work on 64bit Raspberry PiOS and on 64bit Ubuntu 22.04 (one Intel and one AMD).
I am not happy how I build shared library in cmake — I was not able to get it working with "add_library()".
So I use crude workaround in building an "executable" which IS a shared lib that I use then.
I really would appreciate if someone can provide a fix or pull request ...
https://github.com/Hermann-SW/cgal4gp/b ... sts.txt#L7
Code:
...add_link_options(-shared -Wl,-shared) # this makes "executable" a shared lib...
I have updated doc and most instructions are already present, but there are some "work in progress ..." locations:
https://github.com/Hermann-SW/cgal4gp/t ... sic-viewer
Finally below is a demo that just shows how it works, fast, no waiting for me much copying in commands — I really like that.
Just look at the animations scrolling through on CGAL website what now will be possible in PARI/GP:
https://www.cgal.org/

Statistics: Posted by HermannSW — Fri Jul 19, 2024 9:09 am