Changeset 97904


Ignore:
Timestamp:
Sep 19, 2012, 12:28:12 PM (12 years ago)
Author:
ciserlohn@…
Message:

xraylib: maintainer update to version 2.16.0 (see #36219)

  • removed gcc43 variant
  • added lua variant
  • disabled cccache (fixes #29686)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/xraylib/Portfile

    r97763 r97904  
    55
    66name                xraylib
    7 version             2.15.0
    8 revision            1
     7version             2.16.0
    98categories          science
    109platforms           darwin
     
    1817                    line energies, edge energies, fluorescence yields, \
    1918                    scattering factors, refractive indices, Compton profiles \
    20                     etc. Bindings exist for Perl, Python, Java, Fortran, IDL \
    21                     and .NET.
     19                    etc. Bindings exist for Perl, Python, Java, Fortran, IDL, \
     20                    Lua and .NET.
    2221
    2322homepage            http://github.com/tschoonj/xraylib
    2423master_sites        https://github.com/tschoonj/xraylib/downloads/
    2524
    26 checksums           sha1   3edabe586d8f9b2cd53cd6dab1290b3135c058b5 \
    27                     rmd160 1ea6febca23410506cc1569c069bf80e0615cbd5
     25checksums           rmd160  3b9a0db5fe2ae285cd364478c9e8c3d76e855069 \
     26                    sha256 91ccbd25338c00027d58ee13239375926a0e106d9b883d1c927e846e035e276c
    2827
    2928configure.args      --disable-idl \
     
    3130                    --disable-perl \
    3231                    --disable-python \
    33                     --disable-java
     32                    --disable-java \
     33                    --disable-lua
    3434
    3535# to be fixed in later versions of xraylib...
    3636use_parallel_build  no
     37configure.ccache    no
    3738
    3839variant perl description {Perl bindings} {
     
    4344
    4445variant python description {Python bindings} {
    45     configure.args-append --enable-python
     46    configure.args-append --enable-python --enable-python-integration
    4647    configure.args-delete --disable-python
    4748    depends_build-append port:swig-python
     
    5455}
    5556
    56 variant gcc43 description {build with gfortran from gcc43} conflicts gcc44 gcc45 g95 {
    57     configure.args-append --enable-fortran2003
    58     configure.args-delete --disable-fortran2003
    59     depends_lib-append port:gcc43
    60     configure.fc ${prefix}/bin/gfortran-mp-4.3
     57variant lua description (Lua bindings) {
     58    configure.args-append --enable-lua
     59    configure.args-delete --disable-lua
     60    depends_build-append port:swig-lua
     61    depends_lib-append port:lua
    6162}
    6263
    63 variant gcc44 description {build with gfortran from gcc44} conflicts gcc43 gcc45 g95 {
     64variant gcc44 description {build with gfortran from gcc44} conflicts gcc45 g95 gcc46 gcc47 {
    6465    configure.args-append --enable-fortran2003
    6566    configure.args-delete --disable-fortran2003
     
    6869}
    6970
    70 variant gcc45 description {build with gfortran from gcc45} conflicts gcc43 gcc44 g95 {
     71variant gcc45 description {build with gfortran from gcc45} conflicts gcc44 g95 gcc46 gcc47 {
    7172    configure.args-append --enable-fortran2003
    7273    configure.args-delete --disable-fortran2003
     
    7576}
    7677
    77 variant g95 description {build with g95} conflicts gcc43 gcc44 gcc45 {
     78variant g95 description {build with g95} conflicts gcc44 gcc45 gcc46 gcc47 {
    7879    configure.args-append --enable-fortran2003
    7980    configure.args-delete --disable-fortran2003
     
    8283}
    8384
     85variant gcc46 description {build with gfortran from gcc46} conflicts gcc44 g95 gcc45 gcc47 {
     86    configure.args-append --enable-fortran2003
     87    configure.args-delete --disable-fortran2003
     88    depends_lib-append port:gcc46
     89    configure.fc ${prefix}/bin/gfortran-mp-4.6
     90}
     91
     92variant gcc47 description {build with gfortran from gcc47} conflicts gcc44 g95 gcc45 gcc46 {
     93    configure.args-append --enable-fortran2003
     94    configure.args-delete --disable-fortran2003
     95    depends_lib-append port:gcc47
     96    configure.fc ${prefix}/bin/gfortran-mp-4.7
     97}
     98
    8499default_variants    +python
Note: See TracChangeset for help on using the changeset viewer.