GooFit fitting package
Project description
GooFit is a highly parallel fitting framework originally designed for High Energy Physics.
Installation basics
This package can be installed with pip, but uses SciKit-Build, and is build, fully optimized, on your system. Because of this, there are a few caveats when running a pip install. Make sure you have SciKit-Build (pip install scikit-build) before you attempt an install. Also, if you don’t have a recent version of CMake (3.8 or better recommended), also run pip install cmake. When you build, you should also use pip’s -v flag, so that you can see it build (and observe the configuration options). Otherwise, you might wait a very long time without output (especially if CUDA was found).
Installation: pip
Using pip 10+:
pip install -v goofit
Using pip < 10`:
pip install scikit-build pip install -v goofit
If you want to send commands to CMake through PIP, use (for example):
PIP_INSTALL_OPTIONS="-- -DGOOFIT_PACKAGES=OFF" pip install -v goofit
Installation: local
If you want to add PDFs to GooFit, or use GooFit pacakges, you should be working in a local directory using git. In the following example, I’m assuming you’ve set up SSH keys with GitHub; you can use https instead if you perfer by changing the URL to https://github.com/GooFit/GooFit.git:
git clone --recursive git@github.com:GooFit/GooFit.git cd goofit
Pipenv
You can set up a quick environment using pipenv:
pipenv install --dev
Then activate that environment:
pipenv shell
Local pip
The normal install here works, though as usual you should include verbose output:
pip install -v .
You can set the PIP_INSTALL_OPTIONS variable to pass through build command, for example:
PIP_INSTALL_OPTIONS="-- -DGOOFIT_PACKAGES=OFF" pip install -v .
Building a source package from git
For developers only:
To make a source package, start with a clean (such as new) git GooFit package with all submodules checked out:
git clone --branch=master --recursive --depth=10 git@github.com:GooFit/GooFit.git cd goofit python setup.py sdist python -m twine upload dist/*
To make a binary package, use instead:
python setup.py bdist_wheel -- -DGOOFIT_OPTI="-march=core2"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file goofit-2.1.3.tar.gz
.
File metadata
- Download URL: goofit-2.1.3.tar.gz
- Upload date:
- Size: 8.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71f043f6a56ed66b66a83fc350337644a2da37052c44b5e3cbd47e3b9a7ee41f |
|
MD5 | e15224b7eb16de1ad1e9e7dc6e0cfb4f |
|
BLAKE2b-256 | 0dce085bdd9f55040c9389a300f9aa749b5a6e27c15a30df8964b1aba19c852b |