CEED / libCEED

CEED Library: Code for Efficient Extensible Discretizations
https://libceed.org
BSD 2-Clause "Simplified" License
197 stars 46 forks source link

make install targets #28

Closed jedbrown closed 6 years ago

jedbrown commented 6 years ago

Install to prefix, recognize DESTDIR, install ceed.h header plus library. Also install Fortran components if applicable (cf. #19).

acfisher commented 6 years ago

Alright the latest passed the prefix onto the DESTDIR and installs the .h file. I'm not sure I know what you mean about the fortran components.

jedbrown commented 6 years ago

The Fortran PR hasn't been merged yet. When I say we should add 'make install', I mean that this belongs in libceed (this is my job unless you want to look at it), not in spack.

acfisher commented 6 years ago

Oh, I hacked around the lack of install in the makefile.with spack. Let me know when you putthe new target in there and I'll fix it.