Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump/finemap * add run_exports to FINEMAP recipe * add script and build info * include compiler since this package is not noarch * only build on linux * add outline for osx hopefully someone more knowledgeable than me will be able to figure out how to make osx work too The osx build is unable to find shared libraries. I tried using install_name_tool to replace the paths to the libraries, but I couldn't get it to work * add suggestions from PR review Thanks, Martin! * skip building finemap if not linux64 * add license file and use noarch generic now * completely give up on osx The OSX binary will not work. It needs to be relinked so that the shared library paths point to the conda versions. But relinking doesn't work because the binary was not built with the -headerpad_max_install_names option * remove noarch generic Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * skip noarch generic lint * add required dependencies, use LICENSE from source, and use example data for tests * skip more lint checks * move build requirements to host and whitelist --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: richard-burhans <burhans@bx.psu.edu>
- Loading branch information