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
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
py-torch-geometric Graph neural network library for PyTorch
2.6.0 misc on this many watch lists=2 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.0Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-05-30 00:21:10
Last Update: 2024-11-06 15:17:35
Commit Hash: 6e2da96
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://pyg.org/
Description:
PyG (PyTorch Geometric) is a library built upon PyTorch to easily write and train Graph Neural Networks (GNNs) for a wide range of applications related to structured data. It consists of various methods for deep learning on graphs and other irregular structures, also known as geometric deep learning, from a variety of published papers. In addition, it consists of easy-to-use mini-batch loaders for operating on many small and single giant graphs, multi GPU-support, torch.compile support, DataPipe support, a large number of common benchmark datasets (based on simple interfaces to create your own), the GraphGym experiment manager, and helpful transforms, both for learning on arbitrary graphs as well as on 3D meshes or point clouds.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}torch-geometric>0:misc/py-torch-geometric@${PY_FLAVOR}
To install the port:
cd /usr/ports/misc/py-torch-geometric/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/py-torch-geometric
  • pkg install py311-torch-geometric
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-torch-geometric listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-torch-geometric
Package flavors (<flavor>: <package>)
  • py311: py311-torch-geometric
distinfo:
TIMESTAMP = 1726401883 SHA256 (pyg-team-pytorch_geometric-2.6.0_GH0.tar.gz) = b685b6a64bf868ea349dc359dd7df7cdb6deff7ade6ab46366177e98d64a33c4 SIZE (pyg-team-pytorch_geometric-2.6.0_GH0.tar.gz) = 3854004

Packages (timestamps in pop-ups are UTC):
py39-torch-geometric
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly------2.3.1-
FreeBSD:14:latest--------
FreeBSD:14:quarterly------2.3.1-
FreeBSD:15:latest--n/a-n/a-2.4.02.4.0
 

py311-torch-geometric
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.6.1------
FreeBSD:13:quarterly-2.6.1------
FreeBSD:14:latest-2.6.1------
FreeBSD:14:quarterly-2.6.1------
FreeBSD:15:latest-2.6.1n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-flit-core>0 : devel/py-flit-core@py311
  2. py311-wheel>0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-faiss>0 : math/py-faiss@py311
  2. py311-huggingface-hub>0 : misc/py-huggingface-hub@py311
  3. py311-matplotlib>0 : math/py-matplotlib@py311
  4. py311-networkx>0 : math/py-networkx@py311
  5. py311-pandas>0 : math/py-pandas@py311
  6. py311-pytest-cov>0 : devel/py-pytest-cov@py311
  7. py311-pytorch-lightning>0 : misc/py-pytorch-lightning@py311
  8. py311-tabulate>0 : devel/py-tabulate@py311
  9. py311-torchmetrics>0 : misc/py-torchmetrics@py311
  10. py311-torchvision>0 : misc/py-torchvision@py311
  11. py311-wandb>0 : misc/py-wandb@py311
  12. py311-yacs>0 : devel/py-yacs@py311
  13. py311-pytest>=7,1 : devel/py-pytest@py311
  14. python3.11 : lang/python311
Runtime dependencies:
  1. py311-aiohttp>0 : www/py-aiohttp@py311
  2. py311-dgl>0 : math/py-dgl@py311
  3. py311-fsspec>0 : filesystems/py-fsspec@py311
  4. py311-Jinja2>0 : devel/py-Jinja2@py311
  5. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
  6. py311-psutil>=5.8.0 : sysutils/py-psutil@py311
  7. py311-pyparsing>0 : devel/py-pyparsing@py311
  8. py311-pytorch>0 : misc/py-pytorch@py311
  9. py311-requests>0 : www/py-requests@py311
  10. py311-scikit-learn>0 : science/py-scikit-learn@py311
  11. py311-scipy>0 : science/py-scipy@py311
  12. py311-tqdm>0 : misc/py-tqdm@py311
  13. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
misc_py-torch-geometric
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pyg-team/pytorch_geometric/tar.gz/2.6.0?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.6.1
07 Nov 2024 04:08:18
commit hash: 1220c079d3f2ffd6c83acbe9673265aab6973599commit hash: 1220c079d3f2ffd6c83acbe9673265aab6973599commit hash: 1220c079d3f2ffd6c83acbe9673265aab6973599commit hash: 1220c079d3f2ffd6c83acbe9673265aab6973599 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/py-torch-geometric: update 2.6.0 → 2.6.1
2.6.0
06 Nov 2024 15:17:35
commit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
filesystems: add new category for file systems and related utilities

The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.

Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.

Approved by:	portmgr (rene)
Reviewed by:	mat
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988
2.6.0
15 Sep 2024 17:50:11
commit hash: 09c9092ab92d9c8674cde07feca4f95fc9928104commit hash: 09c9092ab92d9c8674cde07feca4f95fc9928104commit hash: 09c9092ab92d9c8674cde07feca4f95fc9928104commit hash: 09c9092ab92d9c8674cde07feca4f95fc9928104 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/py-torch-geometric: update 2.5.3 → 2.6.0

Reported by:	portscout
2.5.3
21 Apr 2024 03:02:37
commit hash: 232091bf55555a8fade9a801e9975ed0678ca952commit hash: 232091bf55555a8fade9a801e9975ed0678ca952commit hash: 232091bf55555a8fade9a801e9975ed0678ca952commit hash: 232091bf55555a8fade9a801e9975ed0678ca952 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/py-torch-geometric: update 2.5.2 → 2.5.3

Reported by:	portscout
2.5.2
21 Mar 2024 10:03:35
commit hash: f9d570035976d1aeacfbd763bfc90d43ecc8c6a7commit hash: f9d570035976d1aeacfbd763bfc90d43ecc8c6a7commit hash: f9d570035976d1aeacfbd763bfc90d43ecc8c6a7commit hash: f9d570035976d1aeacfbd763bfc90d43ecc8c6a7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/py-torch-geometric: update 2.5.1 → 2.5.2

Reported by:	portscout
2.5.1
19 Mar 2024 03:37:08
commit hash: 424607b51be275332ebb4e9a09fbbc975fd78b0fcommit hash: 424607b51be275332ebb4e9a09fbbc975fd78b0fcommit hash: 424607b51be275332ebb4e9a09fbbc975fd78b0fcommit hash: 424607b51be275332ebb4e9a09fbbc975fd78b0f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/py-torch-geometric: update 2.4.0 → 2.5.1

Reported by:	portscout
2.4.0
20 Jan 2024 07:43:53
commit hash: cb4f4616063f75a25c87f2e9937276589f1a0f3ecommit hash: cb4f4616063f75a25c87f2e9937276589f1a0f3ecommit hash: cb4f4616063f75a25c87f2e9937276589f1a0f3ecommit hash: cb4f4616063f75a25c87f2e9937276589f1a0f3e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/py-torch-geometric: update 2.3.1 → 2.4.0

Reported by:	portscout
2.3.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2.3.1
30 May 2023 00:18:07
commit hash: c45a00c31fc7d190c300f4dde4dbdb4a949fc30acommit hash: c45a00c31fc7d190c300f4dde4dbdb4a949fc30acommit hash: c45a00c31fc7d190c300f4dde4dbdb4a949fc30acommit hash: c45a00c31fc7d190c300f4dde4dbdb4a949fc30a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/py-torch-geometric: New port: Graph neural network library for PyTorch

Number of commits found: 9