Skip to content

Commit f9609a0

Browse files
author
Release Manager
committed
gh-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: #36208 Reported by: Michael Orlitzky Reviewer(s): Matthias Köppe
2 parents 7bd147d + ad1846d commit f9609a0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=80ee52a3b6855149693204f0816bd0690947e7ae
3-
md5=4292c175bba9299bd057980cec7060fd
4-
cksum=3914108326
2+
sha1=d392fbfb62e75f5d2ea57c39bcf8d6281960790c
3+
md5=6bc99c5b5382bf6bb2f626a19a1bdb9f
4+
cksum=3742648740
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
57852a89c5c274ec6dbdd9269042972c7343e3ec
1+
4ac944772d896e33b8666a71509a00877969a79f

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ AS_IF([test "$SAGE_ENABLE_notebook" = no -a "$SAGE_ENABLE_sagelib" = no], [
521521
AC_ARG_ENABLE([r],
522522
AS_HELP_STRING([--disable-r],
523523
[disable build of the R package and related packages]), [
524-
for pkg in r rpy2 r_jupyter; do
524+
for pkg in r rpy2 r_jupyter tzlocal; do
525525
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
526526
done
527527
])

0 commit comments

Comments
 (0)