FS#69870 - [julia] `prefix` should be set at build time as well

Attached to Project: Community Packages
Opened by Mosè Giordano (giordano) - Wednesday, 03 March 2021, 15:50 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 03 March 2021, 17:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: I believe some variables in Julia come from build-time settings. For example, with version `2:1.5.3-3`, `Base.DATAROOTDIR` is equal to `"../../build/julia/src/julia-1.5.3/julia-1.5.3/share"`. I think that building with `make ... prefix=/usr ...` would fix the issue, but didn't test myself.

Additional info:
* package version: 2:1.5.3-3

Steps to reproduce:

$ julia -E Base.DATAROOTDIR
"../../build/julia/src/julia-1.5.3/julia-1.5.3/share"
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 03 March 2021, 17:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  julia 2:1.5.3-4

Loading...