Am 16.09.22 um 06:29 schrieb Lynn McGuire:
> I cannot figure out how to run this Fortran to C++ FABLE conversion tool
> on Windows. They made a Windows port back in 2015 but I have not been
> able to find the files so far. I really hoping that I do not have to
> build a linux box.
>
https://github.com/cctbx/cctbx_project/tree/master/fable
>
Hi Lynn,
I have no experience with this software, but I know Python I had a look
at it. I have rarely seen a more confusing build procedure, even for
Unix standards. The repository is not organized very well, and I predict
that even under Unix, you would have a lot of fun to actually build this.
The main reason seems to be that fable is kept as a part of this CCTBX
package and both the build system as well as the main Python code uses
facilities from the bigger CCTBX package; therefore I doubt that it is
easily possible to compile and run it on its own, without building CCTBX
first.
On the main page of CCTBX they say that there are builds available in
conda (the Anaconda package manager). If the license is feasible for
you, probably the easiest way will be to install Anaconda and than get
it via conda as described on the CCTBX front page. Or try to rip it off
conda-forge by starting to browse
https://anaconda.org/conda-forge/cctbx-base
Christian