forked from pool/CastXML
Accepting request 829593 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/829593 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CastXML?expand=0&rev=2
This commit is contained in:
commit
b10bc4b86b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a597ef37fe2b43fe3cf2c0c4e2ed0069d5aba2714016c319ac47787760859df4
|
||||
size 95604
|
3
CastXML-0.3.6.tar.gz
Normal file
3
CastXML-0.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e51a26704864c89036a0a69d9f29c2a522a9fa09c1009e8b8169a26480bb2993
|
||||
size 95844
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 15:13:09 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 0.3.6:
|
||||
* Detect: Factor out check for compiler builtin headers into
|
||||
helper function.
|
||||
* Detect: Fix GNU builtin include directory detection on
|
||||
aarch64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 17:16:31 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 0.3.5:
|
||||
* Backport support for LLVM/Clang 11.0 to 0.3.x release series.
|
||||
* Detect: Add support for aarch64 architecture in target triple.
|
||||
- Fix builds for openSUSE <= 1500 by passing
|
||||
CLANG_LINK_CLANG_DYLIB=ON for all oS versions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 22:44:23 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: CastXML
|
||||
Version: 0.3.4
|
||||
Version: 0.3.6
|
||||
Release: 0
|
||||
Summary: C-family Abstract Syntax Tree XML Output
|
||||
License: Apache-2.0
|
||||
@ -41,13 +41,9 @@ CastXML is a C-family abstract syntax tree XML output tool.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# FOR LLVM/CLANG >= 10 CLANG_LINK_CLANG_DYLIB NEEDS TO BE SET TO ON TO COMPILE
|
||||
# AGAINST LLVM/CLAN DYNAMIC LIBS
|
||||
%cmake -DCastXML_INSTALL_MAN_DIR:PATH=%{_mandir} \
|
||||
-DCastXML_INSTALL_DOC_DIR:PATH=%{_docdir}/%{name} \
|
||||
%if 0%{?suse_version} >= 1550
|
||||
-DCLANG_LINK_CLANG_DYLIB:BOOL=ON \
|
||||
%endif
|
||||
-DSPHINX_HTML:BOOL=ON \
|
||||
-DSPHINX_MAN:BOOL=ON
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user