Use Yices from Fedora repository
authorJean THOMAS <git0@pub.jeanthomas.me>
Fri, 24 Jul 2020 16:44:58 +0000 (18:44 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Fri, 24 Jul 2020 16:44:58 +0000 (18:44 +0200)
.build.yml

index aa2637e01ccf8b538200dbad2747b90b06dd5be3..fb3a620967e2d28228949f824832c481cca3cc8b 100644 (file)
@@ -25,6 +25,8 @@ packages:
   - libyaml-devel
   - gmp-devel
   - z3-devel
+  - yices-devel
+  - yices-tools
 sources:
   - https://git.sr.ht/~macbook/gram
 tasks:
@@ -47,16 +49,6 @@ tasks:
       echo "SymbiYosys Git hash: $(git rev-parse HEAD)"
       sudo make install
       rm -rf /tmp/SymbiYosys
-  - install-yices2: |
-      cd /tmp
-      git clone https://github.com/SRI-CSL/yices2.git yices2
-      cd yices2
-      echo "Yices2 Git hash: $(git rev-parse HEAD)"
-      autoconf
-      ./configure
-      make -j$(nproc)
-      sudo make install
-      rm -rf /tmp/yices2
   - install-icarus-verilog: |
       cd /tmp
       git clone git://github.com/steveicarus/iverilog.git iverilog