[OT] We recently bashed our way through (some version of) the NTL build
script (for NTL 10.5.2 maybe??) to allow cross compilation from Linux to
OSX, which is important for the Julia BinaryBuilder infrastructure.
If you are interested in those changes, we can send you the changes we made
once w
On Sun, Sep 8, 2019 at 4:19 AM Victor Shoup wrote:
> Wow! That is great!!
>
> Since I have to support this going forward, I'd like to understand it
> better before adopting it.
> For example, where does "mach_desch.h" get built?
>
Thanks for trying it out. I added generating "mach_desc.h". I som
Wow! That is great!!
Since I have to support this going forward, I'd like to understand it
better before adopting it.
For example, where does "mach_desch.h" get built?
As far as the Wizard goes, we can discuss if there are any issues there
that need special attention.
Maybe a "make tune" that i
I spent a few hours today adding a CMake build system as you mentioned that
you are open to having a cmake build system. My work is at
https://github.com/isuruf/ntl
The CMake build system has all of the options in the perl script except for
the wizard.
You can try it by doing,
cmake -DNATIVE=1 -