clad icon indicating copy to clipboard operation
clad copied to clipboard

Python based build script to cover both Windows and Unix systems

Open mcbarton opened this issue 10 months ago • 2 comments

The current build script in https://github.com/vgvassilev/clad/pull/850 is based on bash, so is not suitable both Unix and Windows systems. The PR that will fix this issue will move to using python is build clad. This build script will add extra options such as to build with Kokkos, CUDA, etc.

Any other requested build options or features should be added to this issue.

mcbarton avatar Apr 06 '24 20:04 mcbarton

@vgvassilev Is a wasm build of interest to clad? Not specific to this issue, but it is something I could investigate.

mcbarton avatar Apr 06 '24 20:04 mcbarton

@vgvassilev Is a wasm build of interest to clad? Not specific to this issue, but it is something I could investigate.

Yea, but not a high priority I guess.

vgvassilev avatar Apr 07 '24 05:04 vgvassilev