[JOSS REVIEW] Minor documentation needed for Windows install #600
Labels
plat:windows
This is related to the Windows Operating system
reg:documentation
This is related to documentation.
This issue is related to the a JOSS functionality review (#597 ).
I have successfully completed a simple (no CUDA/OMP) build and install of ginkgo in Windows 10 using cygwin. However, with both cygwin and my VS attempts I get an error when building that seems to indicate the build system isn't properly preparing the
windows_shared_library
directory and adding it to $PATH.It's simple to manually add the directory to $PATH to complete the build and verify the install. However, to meet the functional claims users should be able to build and install without manual intervention.
In a cygwin terminal with all needed dependencies for a non-CUDA/OMP build, I clone the repository and execute the following in a
build
directory:However, the build fails due to
By manually creating an empty
windows_shared_library
directory and adding it to $PATH and rebuilding, things work.Would it be possible to automate this within the windows building process? Or have I missed something for a Windows install? I must admit, I'm not used to building in Windows =p .
I get a similar issue when playing with the build hooks that are triggered when cloning the repository within Visual Studio (I'm using VS 2019).
The text was updated successfully, but these errors were encountered: