mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

gmp (267B)


      1 {%- set pkg_version="6.3.0" -%}
      2 {%- set pkg_source="tar.xz" -%}
      3 {% extends "autotools_mcm" %}
      4 {% block configure_args %}--disable-nls{% endblock %}
      5 {% block genlinks_begin %}
      6 	{{- super() }}
      7 	x["./{{libdir}}/libgmp.a"]=1
      8 	x["./{{includedir}}/gmp.h"]=1
      9 {% endblock %}