summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2016-01-14 17:40:11 -0500
committerErik Schnetter <schnetter@gmail.com>2016-01-14 17:40:11 -0500
commitaa3897a8809be7fd729a59fcc3308ecf480a4226 (patch)
tree1f305c869ba0b66342232f72dcd2283e683bf293 /bin
parent1268b415709356d369dfdd69a5eef6e1b775e851 (diff)
downloadspack-aa3897a8809be7fd729a59fcc3308ecf480a4226.tar.gz
spack-aa3897a8809be7fd729a59fcc3308ecf480a4226.tar.bz2
spack-aa3897a8809be7fd729a59fcc3308ecf480a4226.tar.xz
spack-aa3897a8809be7fd729a59fcc3308ecf480a4226.zip
Install ncurses properly
Currently, ncurses's include files are installed into two separate subdirectories, "install/ncurses" and "install/ncursesw". The second level of subdirectories ("ncurses" and "ncursesw") are non-standard. I checked several systems to confirm this, and ncurses examples on the web also simply contain "#include <ncurses.h>" instead of "#include <ncurses/ncurses.h>", which would be necessary to use the currently installed ncurses packages. For example, this also breaks llvm, which uses ncurses, but does not expect the second level of subdirectories. I am now using the option "--enable-overwrite", which installs the header files directly in to ".../include". I also enable "widec" support all the time. These options are e.g. similar to the ones used by MacPorts, and I confirm that they make the llvm package build (which didn't build before).
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions