Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[ISSUE #19] Make HEALPix/MOC support optional#26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Add USE_HEALPIX=0 cases to instrutions for regression testing and oth…
…er minor tweaks
  • Loading branch information
@esabol
esabol committedJul 7, 2023
commitbbcbdbf9acbee6d030b5e32ea8a31b1e83ae02a7
30 changes: 19 additions & 11 deletionsREADME.pg_sphere
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,26 +9,25 @@ It provides:
* Object rotation by Euler angles
* Indexing of spherical data types

This is an R-Tree implementation using GiST for spherical objects
like spherical points and spherical circles with
useful functions and operators.
This is an R-Tree implementation using GiST for spherical objects like
spherical points and spherical circles with useful functions and operators.

NOTICE:
This version will work only with PostgreSQL version 9.5 and above.
This version will work only with PostgreSQL version 9.6 and above.

INSTALLATION:

-- Build and install

gmake
gmake install
make
make install

-- HEALPix/MOC support is included by default. If your platform does not
-- have the required libhealpix_cxx dependency, you can optionally build
-- pgSphere without HEALPix/MOC support, likeso:
-- pgSphere without HEALPix/MOC support, likethis:

gmake USE_HEALPIX=0
gmake USE_HEALPIX=0 install
make USE_HEALPIX=0
make USE_HEALPIX=0 install

-- Load extension

Expand All@@ -44,7 +43,7 @@ UPDATING AN EXISTING INSTALLATION:

-- where A.B.C is a placeholder for the current version.
-- You also may want to check what version of pgSphere is installed using
eitherof following commands:
eitheror both of the following commands:

psql -c "SELECT pg_sphere_version();" <database>
psql -c "SELECT * FROM pg_available_extension_versions WHERE name = 'pg_sphere';"
Expand All@@ -53,11 +52,20 @@ REGRESSION TEST (as the same user as the currently running PostgreSQL server):

make installcheck

-- or --

make USE_HEALPIX=0 installcheck

LONG REGRESSION TEST:

make crushtest

The 'make' program must be compatible with GNU make.
-- or --

make USE_HEALPIX=0 crushtest

The 'make' program used in all of the above commands must be compatible with
GNU make.

For more information or to report issues or to help with development, please
refer to https://github.com/postgrespro/pgsphere/
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp