Compare commits
No commits in common. "c8-stream-3.0" and "stream-swig-3.0-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-swi
25
.gitignore
vendored
25
.gitignore
vendored
@ -1 +1,24 @@
|
||||
SOURCES/swig-3.0.12.tar.gz
|
||||
swig-2.0.0.tar.gz
|
||||
/swig-2.0.1.tar.gz
|
||||
/swig-2.0.2.tar.gz
|
||||
/swig-2.0.3.tar.gz
|
||||
/swig-2.0.4.tar.gz
|
||||
/swig-2.0.5.tar.gz
|
||||
/swig-2.0.6.tar.gz
|
||||
/swig-2.0.7.tar.gz
|
||||
/swig-2.0.8.tar.gz
|
||||
/swig-2.0.9.tar.gz
|
||||
/swig-2.0.10.tar.gz
|
||||
/swig-2.0.11.tar.gz
|
||||
/swig-2.0.12.tar.gz
|
||||
/swig-3.0.0.tar.gz
|
||||
/swig-3.0.1.tar.gz
|
||||
/swig-3.0.2.tar.gz
|
||||
/swig-3.0.5.tar.gz
|
||||
/swig-3.0.6.tar.gz
|
||||
/swig-3.0.7.tar.gz
|
||||
/swig-3.0.8.tar.gz
|
||||
/swig-3.0.9.tar.gz
|
||||
/swig-3.0.10.tar.gz
|
||||
/swig-3.0.11.tar.gz
|
||||
/swig-3.0.12.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
5cc1af41d041e4cc609580b99bb3dcf720effa25 SOURCES/swig-3.0.12.tar.gz
|
4
ccache-swig.csh
Normal file
4
ccache-swig.csh
Normal file
@ -0,0 +1,4 @@
|
||||
# Use ccache-swig by default. Users who don't want that can setenv the
|
||||
# CCACHE_DISABLE environment variable in their personal profile.
|
||||
|
||||
alias swig 'ccache-swig swig'
|
4
ccache-swig.sh
Normal file
4
ccache-swig.sh
Normal file
@ -0,0 +1,4 @@
|
||||
# Use ccache-swig by default. Users who don't want that can set the
|
||||
# CCACHE_DISABLE environment variable in their personal profile.
|
||||
|
||||
alias swig='ccache-swig swig'
|
12
description-ccache.h2m
Normal file
12
description-ccache.h2m
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
[name]
|
||||
ccache-swig - a fast compiler cache
|
||||
|
||||
[description]
|
||||
ccache-swig is a compiler cache. It speeds up re-compilation of C/C++/SWIG
|
||||
code by caching previous compiles and detecting when the same compile is
|
||||
being done again. ccache-swig is ccache plus support for SWIG.
|
||||
|
||||
[notes]
|
||||
For more information, see @DOCDIR@/swig-doc/Doc/Manual/CCache.html from the
|
||||
swig-doc package.
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (swig-3.0.12.tar.gz) = 5eaa2e06d8e4197fd02194051db1e518325dbb074a4c55a91099ad9c55193874f577764afc9029409a41bd520a95154095f26e33ef5add5c102bb2c1d98d33eb
|
Loading…
Reference in New Issue
Block a user