-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try getting around pyop2 requiring tsfc
- Loading branch information
Showing
2 changed files
with
1 addition
and
2 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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
git+https://github.com/firedrakeproject/ufl.git#egg=ufl | ||
git+https://github.com/firedrakeproject/fiat.git#egg=fiat | ||
git+https://github.com/FInAT/FInAT.git#egg=finat | ||
git+https://github.com/firedrakeproject/tsfc.git#egg=tsfc | ||
git+https://github.com/OP2/PyOP2.git#egg=pyop2 |
9f5c626
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the Firedrake branch. Firedrake will still require TSFC, I suppose...
9f5c626
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, here I'm trying to install tsfc from pyop2, as pyop2 depends on tsfc (we might change that later), but otherwise I'm getting "directory already exists" for tsfc when installing firedrake. Maybe the package-branch has something to do with it, I'm not sure, but now at least I can get both firedrake Jenkins and pyop2 Travis to run.
9f5c626
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay.
Yes, you probably should change this...
9f5c626
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, we might want to strip out some gem functionality into a different package, or just copy several files. Will see what you guys think.