Changeset 125a8d3
- Timestamp:
- 01/10/2020 02:56:57 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4158a9b
- Parents:
- 4f09d49
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/llvm.xml
r4f09d49 r125a8d3 6 6 7 7 <!ENTITY llvm-url "https://github.com/llvm/llvm-project/releases/download/llvmorg-&llvm-version;"> 8 <!ENTITY llvm-majmin "7.0"> <!-- used in an explanation -->9 8 10 9 <!ENTITY llvm-download-http "&llvm-url;/llvm-&llvm-version;.src.tar.xz"> … … 312 311 linking the tools against the shared library instead of the static ones. 313 312 It also slightly reduces their size and also ensures that llvm-config 314 will correctly use libLLVM-&llvm-majmin ;.so.313 will correctly use libLLVM-&llvm-majmin-version;.so. 315 314 </para> 316 315 -
packages.ent
r4f09d49 r125a8d3 326 326 <!ENTITY guile-version "2.2.6"> 327 327 <!ENTITY librep-version "0.92.7"> 328 <!ENTITY llvm-version "9.0.1"> 328 <!ENTITY llvm-majmin-version "9.0"> 329 <!ENTITY llvm-point-version "1"> 330 <!ENTITY llvm-version "&llvm-majmin-version;.&llvm-point-version;"> 329 331 <!ENTITY lua-version "5.3.5"> 330 332 <!ENTITY lua52-version "5.2.4">
Note:
See TracChangeset
for help on using the changeset viewer.