1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name crystfel |
---|
7 | version 0.5.3a |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | license GPL-3 |
---|
11 | maintainers gmail.com:rkirian |
---|
12 | description A suite of programs for processing serial crystallography data |
---|
13 | long_description CrystFEL is a suite of programs for processing diffraction data acquired "serially" in a "snapshot" manner, such as when using the technique of Serial Femtosecond Crystallography (SFX) with a free-electron laser source |
---|
14 | homepage http://www.desy.de/~twhite/crystfel/index.html |
---|
15 | master_sites http://www.desy.de/~twhite/crystfel |
---|
16 | |
---|
17 | checksums rmd160 ab493b0b369b5a712e40a7936509f4e3f572490e \ |
---|
18 | sha256 d9cfacf9df4abc20158efe5d6b855896170cd155b2857ccb61ef3140093b4d60 |
---|
19 | |
---|
20 | depends_lib port:gsl \ |
---|
21 | port:fftw-3 \ |
---|
22 | port:gdk-pixbuf2 \ |
---|
23 | port:gtk2 \ |
---|
24 | port:hdf5-18 \ |
---|
25 | path:lib/pkgconfig/pango.pc:pango |
---|
26 | |
---|
27 | depends_build port:pkgconfig \ |
---|
28 | port:gtk-doc |
---|
29 | |
---|
30 | configure.args --disable-silent-rules |
---|
31 | |
---|
32 | patchfiles patch-libcrystfel-src-dirax.c.diff |
---|