chokkan / crfsuite

CRFsuite: a fast implementation of Conditional Random Fields (CRFs)
http://www.chokkan.org/software/crfsuite/
Other
641 stars 208 forks source link

Improvements to the build system #94

Open giuliopaci opened 6 years ago

giuliopaci commented 6 years ago

This pull request improves current build system by: 1) adding missing files to Makefile.am (fixing make dist-* targets); 2) using modern name for configure.ac; 3) fixing out-of-tree compilation; 4) adding cmake build alternative.

kylebgorman commented 4 years ago

@chokkan Any chance you'd consider this PR? The current build system at head ignores LDFLAGS so I can't link against my copy of liblbfgs if lives in a non-standard location. But with this PR I'm able to build, link and install without any problems. This would also allow me to include this package as part of Conda.