forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-36208: configure.ac: disable tzlocal with --disable-r
The tzlocal package is a dependency of rpy2 and is used nowhere else in sage. When the user disables R with `--disable-r`, we can safely disable tzlocal too. URL: sagemath#36208 Reported by: Michael Orlitzky Reviewer(s): Matthias Köppe
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=80ee52a3b6855149693204f0816bd0690947e7ae | ||
md5=4292c175bba9299bd057980cec7060fd | ||
cksum=3914108326 | ||
sha1=d392fbfb62e75f5d2ea57c39bcf8d6281960790c | ||
md5=6bc99c5b5382bf6bb2f626a19a1bdb9f | ||
cksum=3742648740 |
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 +1 @@ | ||
57852a89c5c274ec6dbdd9269042972c7343e3ec | ||
4ac944772d896e33b8666a71509a00877969a79f |
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