mirror of https://gitee.com/openkylin/z3.git
增加架构设置
This commit is contained in:
parent
cc43338131
commit
14fb189dc9
|
@ -1,6 +1,7 @@
|
|||
z3 (4.8.7-ok2) yangtze; urgency=medium
|
||||
|
||||
*if arch == rv64g export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -Wl,-latomic -Wl,--as-needed
|
||||
*if arch == rv64g export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed
|
||||
-Wl,-latomic -Wl,--as-needed. Add schema settings to the control file.
|
||||
|
||||
-- root <zhouningyi@smart-core.cn> Thu, 14 Mar 2024 07:36:38 +0000
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ Description: theorem prover from Microsoft Research - Python 3 bindings
|
|||
|
||||
Package: libz3-java
|
||||
Section: java
|
||||
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x alpha kfreebsd-amd64 kfreebsd-i386 powerpcspe riscv64 sparc64 x32
|
||||
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x alpha kfreebsd-amd64 kfreebsd-i386 powerpcspe riscv64 rv64g sparc64 x32
|
||||
Multi-Arch: foreign
|
||||
Depends: libz3-jni (>= ${binary:Version}), libz3-jni (<< ${source:Version}.1~), libz3-dev, ${misc:Depends}, ${java:Depends}
|
||||
Description: theorem prover from Microsoft Research - java bindings
|
||||
|
@ -85,7 +85,7 @@ Description: theorem prover from Microsoft Research - java bindings
|
|||
|
||||
Package: libz3-jni
|
||||
Section: java
|
||||
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x alpha kfreebsd-amd64 kfreebsd-i386 powerpcspe riscv64 sparc64 x32
|
||||
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x alpha kfreebsd-amd64 kfreebsd-i386 powerpcspe riscv64 rv64g sparc64 x32
|
||||
Multi-Arch: same
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: libz3-dev (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
||||
|
|
Loading…
Reference in New Issue