notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
pykep C++ library providing basic tools for astrodynamics research
2.6.2_3 astro on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.6.2_3Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-02-28 05:16:41
Last Update: 2024-02-13 14:44:22
Commit Hash: db61653
License: GPLv3
WWW:
https://github.com/esa/pykep
Description:
pykep is a scientific library providing basic tools for astrodynamics research. Algorithmic efficiency is a main focus of the library, which is written in C++ and exposed to Python using the boost::python library. At the library core is the implementation of an efficient solver for the multiple revolutions Lambert's problem, objects representing direct (Sims-Flanagan), indirect (Pontryagin) and hybrid methods to represent low-thrust optimization problems, efficient keplerian propagators, Taylor-integrators, a SGP4 propagator, TLE and SATCAT support and more.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (123 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/pykep-2.6.2_3/catalog.mk
  3. /usr/local/share/licenses/pykep-2.6.2_3/LICENSE
  4. /usr/local/share/licenses/pykep-2.6.2_3/GPLv3
  5. include/keplerian_toolbox/astro_constants.hpp
  6. include/keplerian_toolbox/config.hpp
  7. include/keplerian_toolbox/core_functions/array3D_operations.hpp
  8. include/keplerian_toolbox/core_functions/closest_distance.hpp
  9. include/keplerian_toolbox/core_functions/convert_anomalies.hpp
  10. include/keplerian_toolbox/core_functions/convert_dates.hpp
  11. include/keplerian_toolbox/core_functions/damon.hpp
  12. include/keplerian_toolbox/core_functions/eq2ic.hpp
  13. include/keplerian_toolbox/core_functions/eq2par.hpp
  14. include/keplerian_toolbox/core_functions/fb_con.hpp
  15. include/keplerian_toolbox/core_functions/fb_prop.hpp
  16. include/keplerian_toolbox/core_functions/fb_vel.hpp
  17. include/keplerian_toolbox/core_functions/ic2eq.hpp
  18. include/keplerian_toolbox/core_functions/ic2par.hpp
  19. include/keplerian_toolbox/core_functions/jorba.h
  20. include/keplerian_toolbox/core_functions/kepler_equations.hpp
  21. include/keplerian_toolbox/core_functions/lambert_2d.hpp
  22. include/keplerian_toolbox/core_functions/lambert_3d.hpp
  23. include/keplerian_toolbox/core_functions/lambert_find_N.hpp
  24. include/keplerian_toolbox/core_functions/par2eq.hpp
  25. include/keplerian_toolbox/core_functions/par2ic.hpp
  26. include/keplerian_toolbox/core_functions/propagate_lagrangian.hpp
  27. include/keplerian_toolbox/core_functions/propagate_lagrangian_u.hpp
  28. include/keplerian_toolbox/core_functions/propagate_taylor.hpp
  29. include/keplerian_toolbox/core_functions/propagate_taylor_J2.hpp
  30. include/keplerian_toolbox/core_functions/propagate_taylor_disturbance.hpp
  31. include/keplerian_toolbox/core_functions/propagate_taylor_jorba.hpp
  32. include/keplerian_toolbox/core_functions/propagate_taylor_s.hpp
  33. include/keplerian_toolbox/core_functions/stumpff.hpp
  34. include/keplerian_toolbox/core_functions/three_impulses_approximation.hpp
  35. include/keplerian_toolbox/core_functions/x2tof.hpp
  36. include/keplerian_toolbox/detail/visibility.hpp
  37. include/keplerian_toolbox/epoch.hpp
  38. include/keplerian_toolbox/exceptions.hpp
  39. include/keplerian_toolbox/io.hpp
  40. include/keplerian_toolbox/keplerian_toolbox.hpp
  41. include/keplerian_toolbox/lambert_problem.hpp
  42. include/keplerian_toolbox/numerics/newton_raphson.hpp
  43. include/keplerian_toolbox/numerics/regula_falsi.hpp
  44. include/keplerian_toolbox/planet/base.hpp
  45. include/keplerian_toolbox/planet/gtoc2.hpp
  46. include/keplerian_toolbox/planet/gtoc5.hpp
  47. include/keplerian_toolbox/planet/gtoc6.hpp
  48. include/keplerian_toolbox/planet/gtoc7.hpp
  49. include/keplerian_toolbox/planet/j2.hpp
  50. include/keplerian_toolbox/planet/jpl_low_precision.hpp
  51. include/keplerian_toolbox/planet/keplerian.hpp
  52. include/keplerian_toolbox/planet/mpcorb.hpp
  53. include/keplerian_toolbox/planet/spice.hpp
  54. include/keplerian_toolbox/planet/tle.hpp
  55. include/keplerian_toolbox/serialization.hpp
  56. include/keplerian_toolbox/sims_flanagan/leg.hpp
  57. include/keplerian_toolbox/sims_flanagan/leg_s.hpp
  58. include/keplerian_toolbox/sims_flanagan/sc_state.hpp
  59. include/keplerian_toolbox/sims_flanagan/spacecraft.hpp
  60. include/keplerian_toolbox/sims_flanagan/throttle.hpp
  61. include/keplerian_toolbox/third_party/cspice/SpiceCK.h
  62. include/keplerian_toolbox/third_party/cspice/SpiceCel.h
  63. include/keplerian_toolbox/third_party/cspice/SpiceDLA.h
  64. include/keplerian_toolbox/third_party/cspice/SpiceDSK.h
  65. include/keplerian_toolbox/third_party/cspice/SpiceDtl.h
  66. include/keplerian_toolbox/third_party/cspice/SpiceEK.h
  67. include/keplerian_toolbox/third_party/cspice/SpiceEll.h
  68. include/keplerian_toolbox/third_party/cspice/SpiceErr.h
  69. include/keplerian_toolbox/third_party/cspice/SpiceFrm.h
  70. include/keplerian_toolbox/third_party/cspice/SpiceGF.h
  71. include/keplerian_toolbox/third_party/cspice/SpiceOccult.h
  72. include/keplerian_toolbox/third_party/cspice/SpiceOsc.h
  73. include/keplerian_toolbox/third_party/cspice/SpicePln.h
  74. include/keplerian_toolbox/third_party/cspice/SpiceSPK.h
  75. include/keplerian_toolbox/third_party/cspice/SpiceSrf.h
  76. include/keplerian_toolbox/third_party/cspice/SpiceUsr.h
  77. include/keplerian_toolbox/third_party/cspice/SpiceZad.h
  78. include/keplerian_toolbox/third_party/cspice/SpiceZdf.h
  79. include/keplerian_toolbox/third_party/cspice/SpiceZfc.h
  80. include/keplerian_toolbox/third_party/cspice/SpiceZim.h
  81. include/keplerian_toolbox/third_party/cspice/SpiceZmc.h
  82. include/keplerian_toolbox/third_party/cspice/SpiceZpl.h
  83. include/keplerian_toolbox/third_party/cspice/SpiceZpr.h
  84. include/keplerian_toolbox/third_party/cspice/SpiceZrnm.h
  85. include/keplerian_toolbox/third_party/cspice/SpiceZst.h
  86. include/keplerian_toolbox/third_party/cspice/f2c.h
  87. include/keplerian_toolbox/third_party/cspice/f2cMang.h
  88. include/keplerian_toolbox/third_party/cspice/fio.h
  89. include/keplerian_toolbox/third_party/cspice/fmt.h
  90. include/keplerian_toolbox/third_party/cspice/fp.h
  91. include/keplerian_toolbox/third_party/cspice/lio.h
  92. include/keplerian_toolbox/third_party/cspice/rawio.h
  93. include/keplerian_toolbox/third_party/cspice/signal1.h
  94. include/keplerian_toolbox/third_party/cspice/zzalloc.h
  95. include/keplerian_toolbox/third_party/cspice/zzerror.h
  96. include/keplerian_toolbox/third_party/libsgp4/CoordGeodetic.h
  97. include/keplerian_toolbox/third_party/libsgp4/CoordTopocentric.h
  98. include/keplerian_toolbox/third_party/libsgp4/DateTime.h
  99. include/keplerian_toolbox/third_party/libsgp4/DecayedException.h
  100. include/keplerian_toolbox/third_party/libsgp4/Eci.h
  101. include/keplerian_toolbox/third_party/libsgp4/Globals.h
  102. include/keplerian_toolbox/third_party/libsgp4/Observer.h
  103. include/keplerian_toolbox/third_party/libsgp4/OrbitalElements.h
  104. include/keplerian_toolbox/third_party/libsgp4/SGP4.h
  105. include/keplerian_toolbox/third_party/libsgp4/SatelliteException.h
  106. include/keplerian_toolbox/third_party/libsgp4/SolarPosition.h
  107. include/keplerian_toolbox/third_party/libsgp4/TimeSpan.h
  108. include/keplerian_toolbox/third_party/libsgp4/Tle.h
  109. include/keplerian_toolbox/third_party/libsgp4/TleException.h
  110. include/keplerian_toolbox/third_party/libsgp4/Util.h
  111. include/keplerian_toolbox/third_party/libsgp4/Vector.h
  112. include/keplerian_toolbox/util/spice_utils.hpp
  113. lib/cmake/keplerian_toolbox/PykepFindBoost.cmake
  114. lib/cmake/keplerian_toolbox/keplerian_toolbox-config-version.cmake
  115. lib/cmake/keplerian_toolbox/keplerian_toolbox-config.cmake
  116. lib/cmake/keplerian_toolbox/keplerian_toolbox_export-release.cmake
  117. lib/cmake/keplerian_toolbox/keplerian_toolbox_export.cmake
  118. lib/libkeplerian_toolbox.so
  119. lib/libkeplerian_toolbox.so.1
  120. lib/libkeplerian_toolbox.so.1.0
  121. @owner
  122. @group
  123. @mode
Collapse this list.
Dependency lines:
  • pykep>0:astro/pykep
To install the port:
cd /usr/ports/astro/pykep/ && make install clean
To add the package, run one of these commands:
  • pkg install astro/pykep
  • pkg install pykep
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pykep
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1681876617 SHA256 (esa-pykep-v2.6.2_GH0.tar.gz) = 4e298961298b837ba42b98ccaf11639d3230b6e18724a40b7422f9c97af41f6c SIZE (esa-pykep-v2.6.2_GH0.tar.gz) = 31510753

Packages (timestamps in pop-ups are UTC):
pykep
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.6.2_32.6.2_3-2.6.2_32.6.2_3---
FreeBSD:13:quarterly2.6.2_22.6.2_22.6.2_12.6.2_22.6.2_32.6.2_22.6.2_22.6.2_2
FreeBSD:14:latest2.6.2_32.6.2_32.6_22.6.2_32.6.2_32.6.2_1-2.6.2_1
FreeBSD:14:quarterly2.6.2_22.6.2_3-2.6.2_22.6.2_32.6.2_22.6.2_22.6.2_2
FreeBSD:15:latest2.6.2_32.6.2_3n/a2.6.2_2n/a2.6.2_22.6.2_22.6.2_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libboost_serialization.so : devel/boost-libs
This port is required by:
for Libraries
  1. astro/py-pykep

Configuration Options:
No options to configure
Options name:
astro_pykep
USES:
cmake:testing compiler:c++11-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/esa/pykep/tar.gz/v2.6.2?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port