-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pick up iota from new repository location (#469)
* The new iota repository lives at https://github.com/ssrl-px/iota * Updated bootstrap references for iota * Added libtbx.install support for iota To migrate an existing developer installation follow the instructions in https://github.com/cctbx/cctbx_project/blob/master/iota/README.md
- Loading branch information
Showing
32 changed files
with
38 additions
and
20,465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## IOTA | ||
|
||
This code has now moved into a separate repository. | ||
If you set up your build environment after April 2020 it should already include | ||
the necessary changes. | ||
|
||
|
||
### Updating developer installations | ||
|
||
You can pick up iota from its new location by running the command | ||
```bash | ||
libtbx.install iota | ||
``` | ||
which will install iota in the modules/ directory. You should also run | ||
```bash | ||
cd $(libtbx.find_in_repositories cctbx_project) | ||
git clean -diX iota | ||
``` | ||
to remove any `.pyc` and other python runtime debris from the previous iota | ||
path, as these files could interfere with python package discovery. | ||
The clean command will ask for confirmation (enter `1`) before deleting files. |
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.