Re: [easybuild] Clang puzzle

2016-10-10 Thread Gamblin, Todd
Markus, We used to have separate packages for all the LLVM tools in Spack. I actually did the initial packaging on that. Some of them have CMake builds that can refer to an external LLVM install, and they’ll build find as stand-alone tools linked with LLVM. I believe Clang even built ok

[easybuild] Clang puzzle

2016-10-10 Thread Markus Geimer
Hi folks, So far, I've always considered Clang to be a compiler. However, it also comes with a bunch of libraries that can be used for writing tools that need to do source-code parsing etc. Does anyone know whether it is possible to just build the tooling libraries and later direct a separate

[easybuild] Split Source Files/Unknown file type

2016-10-10 Thread Martin
Hi, I'm trying to package a software that has its input files "split": foo.tar.gz.aa foo.tar.gz.ab foo.tar.gz.ac So a cat "foo.tar.gz.* | tar xf -" will do the "right thing" When I add them too the sources to download EB bails out with "Unknown file type". They are not actually code or need to