-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Dear AdaCore developers,
I do not know if this software package is still being maintained or supported in the open (last commit was 2 years ago). I would like to know if you would be interested in some documentation regarding the installation of this package. I would specially like/love if all the tools needed were made open so that anybody could take advantage of this wonderful work and further test it and improve it, specially nowadays that there is so much work going into GPU programming.
I managed to get almost everything compiled except for the last steps.
- I got GNAT-LLVM compiled
- I compiled the GNAT-LLVM wrapper needed for compilation and for GPRBuild to be happy
- I had to comment out the line
"hie/i-c__hie.ads",in thecuda_sources.pyfile as that library,hie, does not seem to be available publicly. I suppose this will create a broken installation, but I wanted to see how far I could push this. - I cloned the required repositories in the folders where the code expected them to be,
bb_runtimes,gnat, etc. - I followed the full compilation as needed by
setup.sh bind.shis were I am stuck...
Well, bind.sh requires several programs, uwrap and llvm-ads which do not seem to be open or available for the community... Without these programs, I am unable to continue further... Please, consider making them open and allowing the community to test the CUDA-Ada package. It would be pretty cool if this were available in Alire or similar, dont you think? :)
Best regards,
Fer