Port details |
- py-torch-geometric Graph neural network library for PyTorch
- 2.6.0 misc =2 2.6.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- 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.
- ¦ ¦ ¦ ¦
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-flit-core>0 : devel/py-flit-core@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-faiss>0 : math/py-faiss@py311
- py311-huggingface-hub>0 : misc/py-huggingface-hub@py311
- py311-matplotlib>0 : math/py-matplotlib@py311
- py311-networkx>0 : math/py-networkx@py311
- py311-pandas>0 : math/py-pandas@py311
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-pytorch-lightning>0 : misc/py-pytorch-lightning@py311
- py311-tabulate>0 : devel/py-tabulate@py311
- py311-torchmetrics>0 : misc/py-torchmetrics@py311
- py311-torchvision>0 : misc/py-torchvision@py311
- py311-wandb>0 : misc/py-wandb@py311
- py311-yacs>0 : devel/py-yacs@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-aiohttp>0 : www/py-aiohttp@py311
- py311-dgl>0 : math/py-dgl@py311
- py311-fsspec>0 : filesystems/py-fsspec@py311
- py311-Jinja2>0 : devel/py-Jinja2@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-psutil>=5.8.0 : sysutils/py-psutil@py311
- py311-pyparsing>0 : devel/py-pyparsing@py311
- py311-pytorch>0 : misc/py-pytorch@py311
- py311-requests>0 : www/py-requests@py311
- py311-scikit-learn>0 : science/py-scikit-learn@py311
- py311-scipy>0 : science/py-scipy@py311
- py311-tqdm>0 : misc/py-tqdm@py311
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.1 07 Nov 2024 04:08:18 |
Yuri Victorovich (yuri) |
misc/py-torch-geometric: update 2.6.0 → 2.6.1 |
2.6.0 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
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 |
Yuri Victorovich (yuri) |
misc/py-torch-geometric: update 2.5.3 → 2.6.0
Reported by: portscout |
2.5.3 21 Apr 2024 03:02:37 |
Yuri Victorovich (yuri) |
misc/py-torch-geometric: update 2.5.2 → 2.5.3
Reported by: portscout |
2.5.2 21 Mar 2024 10:03:35 |
Yuri Victorovich (yuri) |
misc/py-torch-geometric: update 2.5.1 → 2.5.2
Reported by: portscout |
2.5.1 19 Mar 2024 03:37:08 |
Yuri Victorovich (yuri) |
misc/py-torch-geometric: update 2.4.0 → 2.5.1
Reported by: portscout |
2.4.0 20 Jan 2024 07:43:53 |
Yuri Victorovich (yuri) |
misc/py-torch-geometric: update 2.3.1 → 2.4.0
Reported by: portscout |
2.3.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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 |
Yuri Victorovich (yuri) |
misc/py-torch-geometric: New port: Graph neural network library for PyTorch |