usnistgov / ChebTools

C++ tools for working with Chebyshev expansion interpolants
MIT License
28 stars 8 forks source link

Eigen is a broken dependency #22

Closed tkphd closed 6 years ago

tkphd commented 6 years ago
$ git clone --recursive https://github.com/usnistgov/ChebTools
Cloning into 'ChebTools'...
remote: Counting objects: 707, done.
remote: Total 707 (delta 0), reused 0 (delta 0), pack-reused 707
Receiving objects: 100% (707/707), 1.01 MiB | 0 bytes/s, done.
Resolving deltas: 100% (359/359), done.
Submodule 'externals/Catch' (https://github.com/philsquared/Catch.git) registered for path 'externals/Catch'
Submodule 'externals/Eigen' (https://github.com/RLovelett/eigen.git) registered for path 'externals/Eigen'
Submodule 'externals/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'externals/pybind11'
Cloning into 'ChebTools/externals/Catch'...
remote: Counting objects: 20151, done.        
remote: Compressing objects: 100% (124/124), done.        
remote: Total 20151 (delta 78), reused 109 (delta 50), pack-reused 19973        
Receiving objects: 100% (20151/20151), 9.78 MiB | 16.48 MiB/s, done.
Resolving deltas: 100% (13584/13584), done.
Cloning into 'ChebTools/externals/Eigen'...
Username for 'https://github.com': ^C
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
ianhbell commented 6 years ago

Doh. Eigen have added a github mirror of their repo and this is now broken. Let me fix it right now.

From: Trevor Keller [mailto:notifications@github.com] Sent: Monday, June 25, 2018 3:30 PM To: usnistgov/ChebTools ChebTools@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [usnistgov/ChebTools] Eigen is a broken dependency (#22)

$ git clone --recursive https://github.com/usnistgov/ChebTools

Cloning into 'ChebTools'...

remote: Counting objects: 707, done.

remote: Total 707 (delta 0), reused 0 (delta 0), pack-reused 707

Receiving objects: 100% (707/707), 1.01 MiB | 0 bytes/s, done.

Resolving deltas: 100% (359/359), done.

Submodule 'externals/Catch' (https://github.com/philsquared/Catch.git) registered for path 'externals/Catch'

Submodule 'externals/Eigen' (https://github.com/RLovelett/eigen.git) registered for path 'externals/Eigen'

Submodule 'externals/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'externals/pybind11'

Cloning into 'ChebTools/externals/Catch'...

remote: Counting objects: 20151, done.

remote: Compressing objects: 100% (124/124), done.

remote: Total 20151 (delta 78), reused 109 (delta 50), pack-reused 19973

Receiving objects: 100% (20151/20151), 9.78 MiB | 16.48 MiB/s, done.

Resolving deltas: 100% (13584/13584), done.

Cloning into 'ChebTools/externals/Eigen'...

Username for 'https://github.com': ^C

warning: Clone succeeded, but checkout failed.

You can inspect what was checked out with 'git status'

and retry the checkout with 'git checkout -f HEAD'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fusnistgov%2FChebTools%2Fissues%2F22&data=02%7C01%7Cian.bell%40nist.gov%7C54a139da00714e834e4a08d5dae2cf26%7C2ab5d82fd8fa4797a93e054655c61dec%7C1%7C0%7C636655590028830461&sdata=5mKh5%2FzTUZCHNjRCBOilAtURpu7PEqX0z1UdXFBgSqc%3D&reserved=0, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FALaZLY3wG63oCcugpPXMr7HxnWcL8CeZks5uAVZYgaJpZM4U24ul&data=02%7C01%7Cian.bell%40nist%20.gov%7C54a139da00714e834e4a08d5dae2cf26%7C2ab5d82fd8fa4797a93e054655c61dec%7C1%7C0%7C636655590028830461&sdata=tNin71qcJTY%2FAbT7Y3xiZvvPdtIg%2F72SHTawXVKwgsw%3D&reserved=0.

ianhbell commented 6 years ago

I think I fixed it - please let me know if not

tkphd commented 6 years ago

Yep, fixed by 719eb52bb6!