This patch is sourced from Debian's mozjs24 patch set. Description: Add arm64 support Author: Andreas Schwab Origin: vendor, https://build.opensuse.org/package/view_file/openSUSE:Factory/mozjs17/mozjs-aarch64-support.patch Forwarded: no Last-Update: 2014-01-03 Index: b/mfbt/double-conversion/utils.h =================================================================== --- a/mfbt/double-conversion/utils.h +++ b/mfbt/double-conversion/utils.h @@ -58,7 +58,7 @@ defined(__mips__) || defined(__powerpc__) || \ defined(__sparc__) || defined(__sparc) || defined(__s390__) || \ defined(__SH4__) || defined(__alpha__) || \ - defined(_MIPS_ARCH_MIPS32R2) + defined(_MIPS_ARCH_MIPS32R2) || defined(__aarch64__) #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 #elif defined(_M_IX86) || defined(__i386__) || defined(__i386) #if defined(_WIN32) h'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/julia.scm
AgeCommit message (Expand)Author
2021-08-06gnu: julia: Update to 1.6.2....* gnu/packages/julia.scm (julia): Update to 1.6.2. [arguments]: Add phase to adjust the expected number of precompile statements. Adjust custom 'disable-broken-tests phase to remove fixed test. [native-inputs]: Remove nss-certs. Efraim Flashner
2021-08-05gnu: julia: Fix building on aarch64-linux....* gnu/packages/julia.scm (julia)[arguments]: Add phase on aarch64-linux to skip linking to nonexistant libquadmath. Efraim Flashner
2021-07-28gnu: julia: Skip tests on aarch64-linux....* gnu/packages/julia.scm (julia)[arguments]: Skip tests when building for aarch64-linux. Efraim Flashner
2021-07-28gnu: llvm-julia: Overide build-type....* gnu/packages/julia.scm (llvm-julia)[arguments]: Move CMAKE_BUILD_TYPE config from configure-flags to build-type. Efraim Flashner
2021-07-28gnu: libuv-julia: Clean up package definition....* gnu/packages/julia.scm (libuv-julia)[source]: Use git-file-name. [build-system]: Remove field. [arguments]: Remove field. Efraim Flashner
2021-07-28gnu: julia: Update to 1.6.1....* gnu/packages/julia.scm (julia): Update to 1.6.1. [arguments]: Adjust custom 'prepare-deps phase. Remove custom 'fix-precompile phase. Add new 'shared-objects-path phase to fix paths to shared objects. Add new 'adjust-test-suite phase to adjust for differences in bundled vs packaged libraries. Adjust custom 'disable-broken-tests phase for new version. Add symlinks to libs in 'symlink-libraries phase. In make-flags add more finegrained compilation targets for x86_64-linux. Update make-flags for changes since last version. [inputs]: Add nghttp2:lib, gfortran:lib, curl-ssh. Remove arpack-ng, curl. Sort alphabetically. [native-inputs]: Add nss-certs. Sort alphabetically. (libuv-julia): Update to newer revision. (libunwind-julia)[source]: Add new patch. (llvm-julia): Inherit from llvm-11. [source]: Update patch list. [arguments]: Apply minority of the Julia specific patches in 'julia-patches phase. [inputs]: Add julia patches. Co-Authored-By: Nicolò Balzarotti <nicolo@nixo.xyz>. Co-Authored-By: zimoun <zimon.toutoune@gmail.com>. Co-Authored-By: Efraim Flashner <efraim@flashner.co.il>. Jean-Baptiste Volatier
2021-07-07gnu: julia: Adjust make-flags....* gnu/packages/julia.scm (julia)[arguments]: Adjust architecture specific make-flags for some architectures. Efraim Flashner