Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/GWmodel-Lab/GWmodel3
17 July 2023, 09:54:19 UTC
  • Code
  • Branches (2)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/feat/libgwmodel-v0.9
    • refs/heads/master
    No releases to show
  • 6937055
  • /
  • src
  • /
  • Makevars.in
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge Iframe embedding
swh:1:cnt:5babdd7f51faa9de27b7b86e514fdec01c5e629d
origin badgedirectory badge Iframe embedding
swh:1:dir:868d99fcecac61acc1b7cf5419c6d37f7ccd8829
origin badgerevision badge
swh:1:rev:07cf73340685dd70cbeae593b27dfc7ac42e43a2
origin badgesnapshot badge
swh:1:snp:ea4737acdfb297942b56cae84d461147a8f76984

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 07cf73340685dd70cbeae593b27dfc7ac42e43a2 authored by HPDell on 14 July 2023, 13:10:28 UTC
edit: do not parse bw criterion message
Tip revision: 07cf733
Makevars.in

## With R 3.1.0 or later, you can uncomment the following line to tell R to
## enable compilation with C++11 (where available)
##
## Also, OpenMP support in Armadillo prefers C++11 support. However, for wider
## availability of the package we do not yet enforce this here.  It is however
## recommended for client packages to set it.
##
## And with R 3.4.0, and RcppArmadillo 0.7.960.*, we turn C++11 on as OpenMP
## support within Armadillo prefers / requires it
CXX_STD = CXX17

GSL_LIBS = @GSL_LIBS@
GSL_CFLAGS = @GSL_CFLAGS@

DEF_DOUBLE_EPS = 1e-8
DEF_M_PI = 3.14159265358979323846
DEF_M_PI_2 = 1.57079632679489661923

LIBGWMODEL_CXXFLAGS = \
	-I./libgwmodel/include \
	-I./libgwmodel/include/gwmodelpp \
	-DM_PI=$(DEF_M_PI) \
	-DM_PI_2=$(DEF_M_PI_2) \
	-DDOUBLE_EPS=$(DEF_DOUBLE_EPS) \
	-DDBL_MAX=__DBL_MAX__ \
	-DARMA_NO_DEBUG

ifdef SHLIB_OPENMP_CXXFLAGS
	LIBGWMODEL_CXXFLAGS = $(LIBGWMODEL_CXXFLAGS) -DENABLE_OPENMP
endif

PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) $(LIBGWMODEL_CXXFLAGS) $(GSL_CFLAGS) -DRCPP_USE_GLOBAL_ROSTREAM
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(GSL_LIBS)

OBJECTS_LIBGWMODEL = \
	libgwmodel/src/gwmodelpp/spatialweight/BandwidthWeight.o \
	libgwmodel/src/gwmodelpp/spatialweight/CRSDistance.o \
	libgwmodel/src/gwmodelpp/spatialweight/DMatDistance.o \
	libgwmodel/src/gwmodelpp/spatialweight/Distance.o \
	libgwmodel/src/gwmodelpp/spatialweight/MinkwoskiDistance.o \
	libgwmodel/src/gwmodelpp/spatialweight/OneDimDistance.o \
	libgwmodel/src/gwmodelpp/spatialweight/SpatialWeight.o \
	libgwmodel/src/gwmodelpp/spatialweight/Weight.o \
	libgwmodel/src/gwmodelpp/BandwidthSelector.o \
	libgwmodel/src/gwmodelpp/GWDR.o \
	libgwmodel/src/gwmodelpp/GWPCA.o \
	libgwmodel/src/gwmodelpp/GWRBase.o \
	libgwmodel/src/gwmodelpp/GWRBasic.o \
	libgwmodel/src/gwmodelpp/GWSS.o \
	libgwmodel/src/gwmodelpp/GWRMultiscale.o \
	libgwmodel/src/gwmodelpp/SpatialAlgorithm.o \
	libgwmodel/src/gwmodelpp/SpatialMonoscaleAlgorithm.o \
	libgwmodel/src/gwmodelpp/SpatialMultiscaleAlgorithm.o \
	libgwmodel/src/gwmodelpp/VariableForwardSelector.o

OBJECTS_TELEGRAM = \
	telegrams/RTelegram.o \
	telegrams/GWRBasicTelegram.o \
	telegrams/GWRMultiscaleTelegram.o \
	telegrams/GWDRTelegram.o

OBJECTS_GWMODEL = \
	utils.o \
	gwr_basic.o \
	gwr_multiscale.o \
	gwdr.o \
	RcppExports.o

OBJECTS = $(OBJECTS_LIBGWMODEL) $(OBJECTS_TELEGRAM) $(OBJECTS_GWMODEL)

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API