mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-11 12:33:20 +00:00
* New snapshot release
* Remove build-llvm/ after the install step to save space. Most of the rc1 builds failed because of hd space.
This commit is contained in:
parent
c59c8e7c6c
commit
dc22bf0057
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
llvm-toolchain-3.8 (1:3.8~+rc2-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New snapshot release
|
||||
* Remove build-llvm/ after the install step to save space.
|
||||
Most of the rc1 builds failed because of hd space.
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 03 Feb 2016 08:59:32 +0100
|
||||
|
||||
llvm-toolchain-3.8 (1:3.8~+rc1-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New snapshot release
|
||||
|
2
debian/libclang-X.Y-dev.install.in
vendored
2
debian/libclang-X.Y-dev.install.in
vendored
@ -2,8 +2,6 @@ usr/lib/llvm-@LLVM_VERSION@/include/clang
|
||||
usr/lib/llvm-@LLVM_VERSION@/include/clang-c
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libclang*a
|
||||
|
||||
build-llvm/tools/clang/runtime/compiler-rt/clang_linux/ usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION@/lib/
|
||||
|
||||
#usr/include/clang /usr/include/
|
||||
#usr/include/clang-c /usr/include/
|
||||
#usr/lib/libclang.so /usr/lib/
|
||||
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -224,7 +224,7 @@ override_dh_auto_configure: preconfigure
|
||||
--with-cloog --with-isl \
|
||||
--with-bug-report-url=http://bugs.debian.org/ \
|
||||
--enable-shared \
|
||||
--disable-bindings \
|
||||
--disable-bindings \
|
||||
--with-clang-default-openmp-runtime=libomp \
|
||||
$(CONFIGURE_EXTRA) \
|
||||
CLANG_VENDOR=$(VENDOR) || { cat config.log tools/polly/config.log; exit 1; }; \
|
||||
@ -347,7 +347,6 @@ ifeq (${AUTOCONF_BUILD},yes)
|
||||
mv $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/libLLVM-$(LLVM_VERSION).so $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/libLLVM-$(LLVM_VERSION).so.1
|
||||
endif
|
||||
|
||||
|
||||
# Remove things that CMake or autoconf install but which aren't packaged yet,
|
||||
# or are packaged from the source or build tree.
|
||||
ifneq (${AUTOCONF_BUILD},yes)
|
||||
@ -444,6 +443,10 @@ endif
|
||||
$(CURDIR)/debian/libclang-common-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/include/; \
|
||||
fi
|
||||
|
||||
# Delete the target build directory to save some space on the build systems
|
||||
# All the files have been installed in $(CURDIR)/debian/tmp/ already
|
||||
rm -rf $(TARGET_BUILD)
|
||||
|
||||
|
||||
override_dh_shlibdeps:
|
||||
cd $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ && ln -s libLLVM-$(LLVM_VERSION).so.1 libLLVM-$(LLVM_VERSION).so
|
||||
|
Loading…
Reference in New Issue
Block a user