Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Conversation

xanderdunn
Copy link

swift-package-manager no longer has SPMUtility, it was moved to swift-tools-support-core and named TSCUtility.

tensorflow/swift no longer has a master branch, it was renamed to main.

@google-cla
Copy link

google-cla bot commented Dec 27, 2020

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@xanderdunn
Copy link
Author

I just submitted the CLA.

@xanderdunn
Copy link
Author

swift-tools-support-core depends on sqlite.h, so this has the undesirable effect of requiring a sqlite header installation: sudo apt-get install libsqlite3-dev. However, this does fix the build on Linux. Fixes #23

.package(url: "https://github.com/tensorflow/swift", .branch("main")),
// FIXME: We need this for command-line argument parsing only.
.package(url: "https://github.com/apple/swift-package-manager.git", from: "0.1.0"),
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.1.12"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still see the repo at the original URL. Why is this change needed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW if you feel like it then really an ideal fix would be to just use a different library for argument parsing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants