Skip to content

Commit 76cedd2

Browse files
committed
Stop setting SAGE_SHARE with meson
1 parent 322c945 commit 76cedd2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/sage/config.py.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ VERSION = "@PACKAGE_VERSION@"
1111
# to it.
1212
SAGE_LOCAL = "@prefix@"
1313
SAGE_ROOT = "@SAGE_ROOT@"
14-
SAGE_SHARE = "@SAGE_SHARE@"
1514

1615
# The semicolon-separated list of GAP root paths. This is the list of
1716
# locations that are searched for GAP packages. This is passed directly

src/sage/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ datadir = fs.expanduser(get_option('datadir'))
1212
if not fs.is_absolute(datadir)
1313
datadir = prefix / datadir
1414
endif
15-
conf_data.set('SAGE_SHARE', datadir)
1615
if not fs.exists(datadir / 'cremona')
1716
message(
1817
'Warning: The specified datadir does not contain the necessary Cremona database. Either specify a different datadir or specify a correct the correct path via the environment variable SAGE_SHARE during runtime.',

0 commit comments

Comments
 (0)