Port details |
- calcmysky Planetary atmosphere light scattering simulator
- 0.3.3 astro =2 0.3.2Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2022-10-05 04:09:09
- Last Update: 2024-09-29 17:18:28
- Commit Hash: d959183
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/10110111/CalcMySky
- Description:
- CalcMySky is a software package that simulates scattering of light by the
atmosphere to render daytime and twilight skies (without stars). Its
primary purpose is to enable realistic view of the sky in applications
such as planetaria. Secondary objective is to make it possible to explore
atmospheric effects such as glories, fogbows, etc., as well as simulate
unusual environments such as on Mars or an exoplanet orbiting a star with
a non-solar spectrum of radiation.
The simulation is based on E. Bruneton's "Precomputed Atmospheric
Scattering" paper and the updated implementation of the demo. This in
particular limits the atmosphere to spherical symmetry (which means
localized clouds are not supported, and ground albedo is the same all
around the globe).
An additional capability is simulation of solar eclipses, which is
currently limited to two scattering orders, while the non-eclipsed
atmosphere can be simulated to arbitrary order.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- calcmysky>0:astro/calcmysky
- To install the port:
- cd /usr/ports/astro/calcmysky/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/calcmysky
- pkg install calcmysky
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: calcmysky
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1725814740
SHA256 (10110111-CalcMySky-v0.3.3_GH0.tar.gz) = 21cce3187009ce62a4a08a72b4e22ae7bc00654edfbc7fa9fe8ab65b412791df
SIZE (10110111-CalcMySky-v0.3.3_GH0.tar.gz) = 2167016
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- Dense : math/eigen3
- glm.hpp : math/glm
- cmake : devel/cmake-core
- ninja : devel/ninja
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5OpenGL.so : graphics/qt5-opengl
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- This port is required by:
- for Build
-
- astro/stellarium
- for Run
-
- astro/stellarium
Configuration Options:
- No options to configure
- Options name:
- astro_calcmysky
- USES:
- cmake:testing localbase qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.3 29 Sep 2024 17:18:28 |
Alexey Dokuchaev (danfe) |
astro/calcmysky: update the port to version 0.3.3
Reported by: portscout |
0.3.2 28 Mar 2024 08:50:56 |
Alexey Dokuchaev (danfe) |
astro/calcmysky: the port had been updated to version 0.3.2
GLM_ENABLE_EXPERIMENTAL is now defined at the source level,
so we can drop CXXFLAGS+= from the Makefile.
Reported by: portscout |
0.3.1 01 Mar 2024 21:00:07 |
Dmitry Marakasov (amdmi3) |
math/glm: update 0.9.9.8 → 1.0.1
Some parts of glm were retroactively marked as experimental, and using
now leads to a compile error - added override for this error to consumers
which need it. |
0.3.1 21 Jun 2023 07:54:32 |
Alexey Dokuchaev (danfe) |
astro/calcmysky: the port had been updated to version 0.3.1
This release fixes some rendering issues:
- On GPUs that compute mipmaps of non-power-of-two textures
poorly eclipsed atmosphere rendering now works as expected
- Atmosphere model examples now don't include Rayleigh phase
function in the texture -- this change fixes a "round cap
around zenith" artifact
Reported by: portscout |
0.3.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.3.0 30 Mar 2023 14:43:58 |
Alexey Dokuchaev (danfe) |
astro/calcmysky: update the port to version 0.3.0
Reported by: portscout |
0.2.1 04 Nov 2022 09:43:12 |
Alexey Dokuchaev (danfe) |
astro/{calcmysky,stellarium}: update both ports to the latest versions
It's unfortunate transition time when they cannot be updated separately,
not at least without some ugly patching.
Make Stellarium use static release tarball instead of the generated by
GitHub one. While currently it does not win us much, next version will
be additionally offering smaller .tar.xz distfile which we'll switch to
more easily.
Enforce Qt5 build for now. While Stellarium and its dependencies are
Qt6-ready, providing correct and coherent flavors for all of them is
too much work for little gain. Everyone should be using Qt5 anyways.
PR: 266915 |
0.1.0 05 Oct 2022 04:06:26 |
Alexey Dokuchaev (danfe) |
astro/calcmysky: new port had been added (+)
CalcMySky is a software package that simulates scattering of light by
the atmosphere to render daytime and twilight skies (without stars).
Its primary purpose is to draw realistic sky in applications such as
planetaria, e.g. `astro/stellarium'. |