gnu: check, llvm: Use HTTPS for llvm.org home pages.

* gnu/packages/check.scm (python-lit)[home-page]: Use HTTPS.
* gnu/packages/llvm.scm (llvm, clang, clang-runtime)[home-page]: Likewise.
master
Tobias Geerinckx-Rice 2017-12-25 00:39:14 +00:00
parent a431b03500
commit ac97dce1d2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
2 changed files with 5 additions and 5 deletions

View File

@ -1213,7 +1213,7 @@ seamlessly into your existing Python unit testing work flow.")
(base32 (base32
"0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97")))) "0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "http://llvm.org/") (home-page "https://llvm.org/")
(synopsis "LLVM Software Testing Tool") (synopsis "LLVM Software Testing Tool")
(description "@code{lit} is a portable tool for executing LLVM and Clang (description "@code{lit} is a portable tool for executing LLVM and Clang
style test suites, summarizing their results, and providing indication of style test suites, summarizing their results, and providing indication of

View File

@ -76,7 +76,7 @@
(setenv "LD_LIBRARY_PATH" (setenv "LD_LIBRARY_PATH"
(string-append (getcwd) "/lib")) (string-append (getcwd) "/lib"))
#t))))) #t)))))
(home-page "http://www.llvm.org") (home-page "https://www.llvm.org")
(synopsis "Optimizing compiler infrastructure") (synopsis "Optimizing compiler infrastructure")
(description (description
"LLVM is a compiler infrastructure designed for compile-time, link-time, "LLVM is a compiler infrastructure designed for compile-time, link-time,
@ -116,7 +116,7 @@ of programming tools as well as libraries with equivalent functionality.")
`(;; Don't use '-g' during the build to save space. `(;; Don't use '-g' during the build to save space.
#:build-type "Release" #:build-type "Release"
#:tests? #f)) ; Tests require gtest #:tests? #f)) ; Tests require gtest
(home-page "http://compiler-rt.llvm.org") (home-page "https://compiler-rt.llvm.org")
(synopsis "Runtime library for Clang/LLVM") (synopsis "Runtime library for Clang/LLVM")
(description (description
"The \"clang-runtime\" library provides the implementations of run-time "The \"clang-runtime\" library provides the implementations of run-time
@ -125,7 +125,7 @@ and C++ source code to interface with the \"sanitization\" passes of the clang
compiler. In LLVM this library is called \"compiler-rt\".") compiler. In LLVM this library is called \"compiler-rt\".")
(license license:ncsa) (license license:ncsa)
;; <http://compiler-rt.llvm.org/> doesn't list MIPS as supported. ;; <https://compiler-rt.llvm.org/> doesn't list MIPS as supported.
(supported-systems (delete "mips64el-linux" %supported-systems)))) (supported-systems (delete "mips64el-linux" %supported-systems))))
(define* (clang-from-llvm llvm clang-runtime hash (define* (clang-from-llvm llvm clang-runtime hash
@ -200,7 +200,7 @@ compiler. In LLVM this library is called \"compiler-rt\".")
(variable "LIBRARY_PATH") (variable "LIBRARY_PATH")
(files '("lib" "lib64"))))) (files '("lib" "lib64")))))
(home-page "http://clang.llvm.org") (home-page "https://clang.llvm.org")
(synopsis "C language family frontend for LLVM") (synopsis "C language family frontend for LLVM")
(description (description
"Clang is a compiler front end for the C, C++, Objective-C and "Clang is a compiler front end for the C, C++, Objective-C and