Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
bilbyfw_install [2022/08/23 15:42] theoastro |
bilbyfw_install [2022/09/12 15:32] (current) theoastro |
||
---|---|---|---|
Line 13: | Line 13: | ||
It will save you a great amount of pain to use a dedicated python [[https:// | It will save you a great amount of pain to use a dedicated python [[https:// | ||
conda create -n [YOUR_PBILBY_ENVIRONMENT] python=3.7 | conda create -n [YOUR_PBILBY_ENVIRONMENT] python=3.7 | ||
- | and hit '' | + | and hit '' |
conda activate [YOUR_PBILBY_ENVIRONMENT] | conda activate [YOUR_PBILBY_ENVIRONMENT] | ||
- | Python packages are distributed through sometimes conflicting [[https:// | + | Python packages are distributed through sometimes conflicting [[https:// |
conda config --add channels conda-forge | conda config --add channels conda-forge | ||
conda config --set channel_priority strict | conda config --set channel_priority strict | ||
Line 39: | Line 39: | ||
git clone https:// | git clone https:// | ||
git clone https:// | git clone https:// | ||
- | This should create a folder each in your destination that contains the package' | ||
- | cd bilby | ||
- | pip install -r requirements.txt | ||
- | git checkout -b branch_1.1.4 1.1.4 | ||
- | pip install . | ||
- | |||
- | cd ../ | ||
- | git checkout -b branch_1.0.4 1.0.4 | ||
- | pip install . | ||
- | |||
- | cd ../ | ||
- | git checkout -b branch_1.0.1 1.0.1 | ||
- | pip install . | ||
====EoS Patches==== | ====EoS Patches==== | ||
Line 57: | Line 44: | ||
Copy it to the same directory as the bilby-family, | Copy it to the same directory as the bilby-family, | ||
cd bilby | cd bilby | ||
- | | + | |
- | git apply *.patch | + | |
pip install -r requirements.txt | pip install -r requirements.txt | ||
pip install . | pip install . | ||
+ | cd ../ | ||
+ | git apply ../ | ||
+ | pip install . | ||
cd ../ | cd ../ | ||
- | | + | |
- | git apply *.patch | + | |
pip install . | pip install . | ||
Line 87: | Line 74: | ||
A) //Ressort to that version for which the patches were written.// This can be done by creating [[https:// | A) //Ressort to that version for which the patches were written.// This can be done by creating [[https:// | ||
cd [YOUR_DESTINATION]/ | cd [YOUR_DESTINATION]/ | ||
- | git checkout -b branch_1.2.0 1.2.0 | + | git checkout -b branch_1.2.1 1.2.1 |
- | pip install . | + | |
cd [YOUR_DESTINATION]/ | cd [YOUR_DESTINATION]/ | ||
- | git checkout -b branch_1.0.6 1.0.6 | + | git checkout -b branch_1.0.7 1.0.7 |
- | pip install . | + | |
cd [YOUR_DESTINATION]/ | cd [YOUR_DESTINATION]/ | ||
- | git checkout -b branch_1.0.1 1.0.1 | + | git checkout -b branch_1.1.0 |
- | pip install | + | You can then apply the patches as described above. |
B) //Fix the fix.// | B) //Fix the fix.// | ||
Line 113: | Line 98: | ||
| | ||
- | Read this as: The content of file a in the 4 lines starting at line 684 and file b in the six lines starting at line 686 should be | + | Read this as: The content of file a in the 4 lines starting at line 684 and file b in the 6lines |
- | - exlusive to file b if the line begins with a '' | + | |
- | - exclusive to file a if the line begins with a '' | + | |
- | - shared if the line begins with a blank. | + | |
- | Since file a and b are identical, this will effectively result in the addition of the two lines indicated by the ' | + | Since file a and b are identical, this will effectively result in the addition of the two lines indicated by the ' |
- | So probably all you need to do is to identify where in the updated version of the respective files //a// and //b// the insertions have to be made and change the corresponding start line for file these. The addition of '' | + | So probably all you need to do is to identify where in the updated version of the respective files //a// and //b// the insertions have to be made and change the corresponding start lines. The addition of '' |
- | As mentioned, though, this is subject to the extend of changes that have been done to the packages. If you find that this context is no longer present or that the patch causes other errors, you might prefer to ressort to option A. | + | As mentioned, though, this is subject to the extend of changes that have been made to the packages. If you find that this context is no longer present or that the patch causes other errors, you might prefer to ressort to option A. |
Last modified: le 2022/08/23 15:42