Closed titanbin closed 5 months ago
Indeed, the GSL-Windows distribution on Github seems to lack the files necessary for building it. I changed the setup script to download an archived version of GSL with these files included, it seems to work on my system, please check the latest commit.
Thank you, the new setup works perfectly on my machine !
I am trying to install Agama on my Windows 10x64 machine, however the
setup.py
script seems to have issues, making it crash on the GSL installation step :commitname
is undefined (used online 542
), which I am guessing should be set to the same value as the variablearchivename
as that will be the way the folder in the git archive will be named.de1c175ee239ea0f243bf72016bad2e53338e830
does not resolve to a valid commit on thehttps://github.com/BrianGladman/gsl/
repository, making the retrieval of the gsl archive fail.558
,os.chdir(dirname+'\\build.vc')
crashes because no such directory exists in the uncompressed archive of the gsl repository, which I am not sure how to fix. My only guess is that this directory was part of an older commit and was later removed so that it is not present in the up to date repo of gsl ?