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 f90cache |
---|
7 | version 0.93.7 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | license GPL-3+ |
---|
11 | maintainers openmaintainer@macports.org |
---|
12 | |
---|
13 | description f90cache is a compiler cache. |
---|
14 | long_description f90cache acts as a caching pre-processor to Fortran \ |
---|
15 | compilers, using the -E compiler switch and a hash \ |
---|
16 | to detect when a compilation can be satisfied from\ |
---|
17 | cache. This often results in a great speedup in \ |
---|
18 | common compilations. \ |
---|
19 | The idea came from Andrew Tridgell who wrote the \ |
---|
20 | original ccache program. |
---|
21 | |
---|
22 | homepage http://www.irisa.fr/sage/edouard/canot/f90cache/ |
---|
23 | master_sites http://www.irisa.fr/sage/edouard/canot/f90cache/ |
---|
24 | use_bzip2 yes |
---|
25 | |
---|
26 | checksums md5 a4f9e608820ca2bc8ec1a1534f00d0ad \ |
---|
27 | sha1 048a777b0306b48544b836f27adcecd15d2a37fe \ |
---|
28 | rmd160 7b069c187a8fc7b26640923aa44d8d740ee2e38c |
---|
29 | |
---|