-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
368 additions
and
411 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
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
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 |
---|---|---|
@@ -1,35 +1,31 @@ | ||
Download the Canonical Tinker | ||
============================= | ||
|
||
Using the incorrect Tinker version, the executables are likely to fail with segfault. | ||
Since **d71f4793** (`Dec. 6, 2021 <https://github.com/TinkerTools/tinker9/commit/d71f4793>`_), | ||
downloading the required Tinker version is automated in the CMake script. | ||
For versions prior to this commit, please refer to the following paragraphs. | ||
For versions prior to this commit, please refer to the following. | ||
|
||
**Deprecated 1** | ||
**Deprecated** | ||
|
||
Using the incorrect Tinker version, the executables would be | ||
very likely to fail with segfault. | ||
If this source code was cloned by Git, you can | ||
checkout Tinker from the *tinker* Git submodule: | ||
|
||
If this source code was cloned by Git, you can | ||
checkout Tinker from the *tinker* Git submodule: | ||
.. code-block:: bash | ||
.. code-block:: bash | ||
# checkout Tinker | ||
cd tinker9 | ||
git submodule update --init | ||
# checkout Tinker | ||
cd tinker9 | ||
git submodule update --init | ||
Alternatively, remove the directory *tinker9/tinker* and clone | ||
`Tinker from GitHub <https://github.com/tinkertools/tinker>`_ | ||
to replace the deleted directory, | ||
then checkout the required version **3dc966e2**. | ||
|
||
**Deprecated 2** | ||
.. code-block:: bash | ||
Alternatively, remove the directory *tinker9/tinker* and clone | ||
`Tinker from GitHub <https://github.com/tinkertools/tinker>`_ | ||
to replace the deleted directory, | ||
then checkout the required version **3dc966e2**. | ||
|
||
.. code-block:: bash | ||
cd tinker9 | ||
rm -rf tinker | ||
git clone https://github.com/tinkertools/tinker | ||
cd tinker | ||
git checkout <TheRequiredVersion> | ||
cd tinker9 | ||
rm -rf tinker | ||
git clone https://github.com/tinkertools/tinker | ||
cd tinker | ||
git checkout <TheRequiredVersion> |
Oops, something went wrong.