Allow --with-PROG= and --PROG-options= for arbitrary programs
Open
cabal-install: other
Cabal: other
old-milestone: ⊥
type: enhancement
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
As part of the llvm-general high level llvm binding, https://github.com/bscarlet/llvm-general, theres a bunch of work going on to support building using a large variety of llvm builds and install locations (in part to allow folks who for various practical reasons have multiple llvm versions installed to easily select the llvm lib install they want to link into).
this could work two different ways: provide a hook to register new programs with the programDB (and allow using those flags with any program registered in the program db), or just using those flags will add those programs to the programDB.
Ralith or BScarlet can chime in more
Contributor guide
Assessment
This issue has not been assessed yet.