eximsrc091964beb814f3403e880b4e100580b511322c7923ccfda4ce61da6bf13a1e00The exim mail transfer agentExim is a message transfer agent (MTA) developed at the University of
Cambridge for use on Unix systems connected to the Internet. It is
freely available under the terms of the GNU General Public Licence. In
style it is similar to Smail 3, but its facilities are more
general. There is a great deal of flexibility in the way mail can be
routed, and there are extensive facilities for checking incoming
mail. Exim can be installed in place of sendmail, although the
configuration of exim is quite different to that of sendmail.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843797-20251011-05560eximx86_642ea9b47bd172ed6c78c46264c5cb60532d03396b04496a632e04d9aa7d8c61cbThe exim mail transfer agentExim is a message transfer agent (MTA) developed at the University of
Cambridge for use on Unix systems connected to the Internet. It is
freely available under the terms of the GNU General Public Licence. In
style it is similar to Smail 3, but its facilities are more
general. There is a great deal of flexibility in the way mail can be
routed, and there are extensive facilities for checking incoming
mail. Exim can be installed in place of sendmail, although the
configuration of exim is quite different to that of sendmail.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843797-20251011-05560exim-4.98.2-1.src.rpm/etc/cron.daily/exim-tidydb/etc/exim/etc/exim/exim.conf/etc/exim/trusted-configs/etc/logrotate.d/exim/etc/pam.d/exim/etc/pam.d/smtp/etc/pki/tls/certs/exim.pem/etc/pki/tls/private/exim.pem/etc/sysconfig/exim/usr/bin/mailq/usr/bin/mailq.exim/usr/bin/newaliases/usr/bin/newaliases.exim/usr/bin/rmail/usr/bin/rmail.exim/usr/bin/rsmtp/usr/bin/rsmtp.exim/usr/bin/runq/usr/bin/runq.exim/usr/lib/sendmail/usr/sbin/convert4r4/usr/sbin/exicyclog/usr/sbin/exigrep/usr/sbin/exim/usr/sbin/exim_checkaccess/usr/sbin/exim_dbmbuild/usr/sbin/exim_dumpdb/usr/sbin/exim_fixdb/usr/sbin/exim_lock/usr/sbin/exim_tidydb/usr/sbin/eximstats/usr/sbin/exinext/usr/sbin/exipick/usr/sbin/exiqgrep/usr/sbin/exiqsumm/usr/sbin/exiwhat/usr/sbin/sendmail/usr/sbin/sendmail.eximexim-clamavx86_64a73937b3f9888fe4a6647318dfcfafa7c659dbea1ceb0e4e9b2905bbf3c97803Clam Antivirus scanner dæmon configuration for use with EximThis package contains configuration files which invoke a copy of the
clamav dæmon for use with Exim. It can be activated by adding (or
uncommenting)
av_scanner = clamd:/var/run/clamd.exim/clamd.sock
in your exim.conf, and using the 'malware' condition in the DATA ACL,
as follows:
deny message = This message contains malware ($malware_name)
malware = *
For further details of Exim content scanning, see chapter 41 of the Exim
specification:
http://www.exim.org/exim-html-4.98.2/doc/html/spec_html/ch41.htmlhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843797-20251011-05560exim-4.98.2-1.src.rpm/etc/clamd.d/exim.conf/etc/logrotate.d/clamd.exim/etc/sysconfig/clamd.exim/usr/sbin/clamd.eximexim-debuginfox86_642caf3c22cdd5d57881698e160c7df0b6ac3b4de00db1d05f022c37ef6b090960Debug information for package eximThis package provides debug information for package exim.
Debug information is useful when developing applications that use this
package or when debugging this package.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00843797-20251011-05560exim-4.98.2-1.src.rpm/usr/lib/debug/usr/sbin/exim-4.98.2-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_dbmbuild-4.98.2-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_dumpdb-4.98.2-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_fixdb-4.98.2-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_lock-4.98.2-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_tidydb-4.98.2-1.x86_64.debug/usr/lib/debug/usr/sbin/eximon.bin-4.98.2-1.x86_64.debugexim-debugsourcex86_64b903ba18a79f2c11aa17d7b452ea9a4dd7c9a405aa13a61ace0f0700914c88f1Debug sources for package eximThis package provides debug sources for package exim.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00843797-20251011-05560exim-4.98.2-1.src.rpmexim-greylistx86_64e4fb739cf830d076f042416245de76307e150ce870466ae9f883d18ce1f32fdbExample configuration for greylisting using EximThis package contains a simple example of how to do greylisting in Exim's
ACL configuration. It contains a cron job to remove old entries from the
greylisting database, and an ACL subroutine which needs to be included
from the main exim.conf file.
To enable greylisting, install this package and then uncomment the lines
in Exim's configuration /etc/exim.conf which enable it. You need to
uncomment at least two lines -- the '.include' directive which includes
the new ACL subroutine, and the line which invokes the new subroutine.
By default, this implementation only greylists mails which appears
'suspicious' in some way. During normal processing of the ACLs we collect
a list of 'offended' which it's committed, which may include having
SpamAssassin points, lacking a Message-ID: header, coming from a blacklisted
host, etc. There are examples of these in the default configuration file,
mostly commented out. These should be sufficient for you to you trigger
greylisting for whatever 'offences' you can dream of, or even to make
greylisting unconditional.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843797-20251011-05560exim-4.98.2-1.src.rpm/etc/cron.daily/greylist-tidy.sh/etc/exim/exim-greylist.conf.inc/etc/exim/mk-greylist-db.sqlexim-monx86_64a92a7b59450c831da6d6e0c6aab2a07b9c438547a207fa2295b639eee77f8d57X11 monitor application for EximThe Exim Monitor is an optional supplement to the Exim package. It
displays information about Exim's processing in an X window, and an
administrator can perform a number of control actions from the window
interface.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843797-20251011-05560exim-4.98.2-1.src.rpm/usr/sbin/eximon/usr/sbin/eximon.binexim-mysqlx86_64e21138bac117ef7e95ebb12392a1ef3d9ca656b8dc452ff986264eb5a61b6a0aMySQL lookup support for EximThis package contains the MySQL lookup module for Eximhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843797-20251011-05560exim-4.98.2-1.src.rpmexim-pgsqlx86_647daf40959d4c9a9c29cdcc5e45b58dfedba7d3996b8640f42d10ef6ef3a0ce40PostgreSQL lookup support for EximThis package contains the PostgreSQL lookup module for Eximhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843797-20251011-05560exim-4.98.2-1.src.rpmprocenvsrc495cc28f41953d45e8628feba815f346f69568d7688a986054427aee69a3696cUtility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452866-20250709-06581procenvsrcf25f97637fb33607d6aaa2fa5490c75c98427407fb7cf3962e2a82e8494b6714Utility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452879-20250714-12180procenvsrc9afdb9cf2c280a92c6e39b652680055216b1df8f814075a84c39d0a3ae5d6a15Utility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452911-20250715-12190procenvsrc2e3fa8191981e3a6d63706b536a48911b39a8a8d28e2a7c4c448175c1c16168bUtility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843717-20250928-03483procenvsrc161868163f203304fd6a139f4e7f05190674acf038c949098f10b55611c92c3dUtility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843717-20250928-03483procenvx86_64ed40f44b41d35bb4901b0afe2a8fc6076c54d64a7d9bc488df2efb1312a0f46cUtility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452866-20250709-06581procenv-0.60-1.src.rpm/usr/bin/procenvprocenvx86_640a8c28e1d40d5e55c67c8104ebf96a6708a4f2cb4fcc3ffc8e77ebfbf08460beUtility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452879-20250714-12180procenv-0.60-1.src.rpm/usr/bin/procenvprocenvx86_643116810aceb4cfbe0f2ebb41128c1cc36ff733269b8bfa899ba81e7db12e0d7fUtility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452911-20250715-12190procenv-0.60-1.src.rpm/usr/bin/procenvprocenvx86_642e075c19478988acbe364c420df53d9f43847c115331a5c3151d7720a0989db1Utility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843717-20250928-03483procenv-0.60-1.src.rpm/usr/bin/procenvprocenvx86_64b2118a3e9faa9767c550e4a557594f2ea6d2639f8c9a1b01830c58163f6bc2dfUtility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00843717-20250928-03483procenv-0.60-1.src.rpm/usr/bin/procenvprocenv-debuginfox86_648bb93eb498a6581f956a761f6edcfbf945cc73f9cf401659a433f9f8657cb1a5Debug information for package procenvThis package provides debug information for package procenv.
Debug information is useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452866-20250709-06581procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.x86_64.debugprocenv-debuginfox86_6478bbde4fc97312685f431c6a516005acb42c748072f7ff1c1a4d6f1c1c85d867Debug information for package procenvThis package provides debug information for package procenv.
Debug information is useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452879-20250714-12180procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.x86_64.debugprocenv-debuginfox86_6491817978921b6ee5382ff9b07c4e76eec11102d60b570600ced900e67cf13df2Debug information for package procenvThis package provides debug information for package procenv.
Debug information is useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452911-20250715-12190procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.x86_64.debugprocenv-debuginfox86_641c1163c472d1a3442806707a98aca4a6a385550109745b81743931657b32375aDebug information for package procenvThis package provides debug information for package procenv.
Debug information is useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00843717-20250928-03483procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.x86_64.debugprocenv-debuginfox86_6463f257df8985593ed72a15a25ac5e67efe3dc6c6cc49153ac977726fadb0bac8Debug information for package procenvThis package provides debug information for package procenv.
Debug information is useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00843717-20250928-03483procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.x86_64.debugprocenv-debugsourcex86_64a806a15a0dff2175b3492b83923b805cde9052bc4435e41afe0649422a7ce7fdDebug sources for package procenvThis package provides debug sources for package procenv.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452866-20250709-06581procenv-0.60-1.src.rpmprocenv-debugsourcex86_64c865180b8893ea3e8dcfc60ac05651a2a8113902baf1496f8783010b110dbe4dDebug sources for package procenvThis package provides debug sources for package procenv.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452879-20250714-12180procenv-0.60-1.src.rpmprocenv-debugsourcex86_643ac9676aa844003620d4d2bb4f854a841a4e6d8d789ec723223d312109646e39Debug sources for package procenvThis package provides debug sources for package procenv.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452911-20250715-12190procenv-0.60-1.src.rpmprocenv-debugsourcex86_646752247db6c36eaf385fb465fb715a5740bcb0b0236f8f185954f3d55bdfd27bDebug sources for package procenvThis package provides debug sources for package procenv.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00843717-20250928-03483procenv-0.60-1.src.rpmprocenv-debugsourcex86_64610940a8d0247ea04116287d5a3c28907cb7e3b52d3bd75840af0a55d94f1f39Debug sources for package procenvThis package provides debug sources for package procenv.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00843717-20250928-03483procenv-0.60-1.src.rpmpython3-pytorchx86_64abceb3b0c647284b14d9ecdb5f3ea1ffcbd918bcd0f435212d63729b1181c60eTensors and Dynamic neural networks in Python with strong GPU accelerationPyTorch is a Python package that provides two high-level features:
- Tensor computation (like NumPy) with strong GPU acceleration
- Deep neural networks built on a tape-based autograd system
You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452909-20250715-11505pytorch-2.1.2-5.src.rpm/usr/bin/convert-caffe2-to-onnx/usr/bin/convert-onnx-to-caffe2/usr/bin/torchrun/usr/lib64/python3.11/site-packages/torch/bin/FileStoreTest/usr/lib64/python3.11/site-packages/torch/bin/HashStoreTest/usr/lib64/python3.11/site-packages/torch/bin/TCPStoreTest/usr/lib64/python3.11/site-packages/torch/bin/protoc/usr/lib64/python3.11/site-packages/torch/bin/protoc-3.13.0.0/usr/lib64/python3.11/site-packages/torch/bin/test_api/usr/lib64/python3.11/site-packages/torch/bin/test_cpp_rpc/usr/lib64/python3.11/site-packages/torch/bin/test_dist_autograd/usr/lib64/python3.11/site-packages/torch/bin/test_edge_op_registration/usr/lib64/python3.11/site-packages/torch/bin/test_jit/usr/lib64/python3.11/site-packages/torch/bin/test_lazy/usr/lib64/python3.11/site-packages/torch/bin/test_tensorexpr/usr/lib64/python3.11/site-packages/torch/bin/torch_shm_manager/usr/lib64/python3.11/site-packages/torch/bin/tutorial_tensorexprpython3-pytorchx86_64eae3acd3aa4ac5460f88de704c6c8de957f872a61272a1fa8c9d9683076e307aTensors and Dynamic neural networks in Python with strong GPU accelerationPyTorch is a Python package that provides two high-level features:
- Tensor computation (like NumPy) with strong GPU acceleration
- Deep neural networks built on a tape-based autograd system
You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452925-20250715-13313pytorch-2.1.2-5.src.rpm/usr/bin/convert-caffe2-to-onnx/usr/bin/convert-onnx-to-caffe2/usr/bin/torchrun/usr/lib64/python3.11/site-packages/torch/bin/FileStoreTest/usr/lib64/python3.11/site-packages/torch/bin/HashStoreTest/usr/lib64/python3.11/site-packages/torch/bin/TCPStoreTest/usr/lib64/python3.11/site-packages/torch/bin/protoc/usr/lib64/python3.11/site-packages/torch/bin/protoc-3.13.0.0/usr/lib64/python3.11/site-packages/torch/bin/test_api/usr/lib64/python3.11/site-packages/torch/bin/test_cpp_rpc/usr/lib64/python3.11/site-packages/torch/bin/test_dist_autograd/usr/lib64/python3.11/site-packages/torch/bin/test_edge_op_registration/usr/lib64/python3.11/site-packages/torch/bin/test_jit/usr/lib64/python3.11/site-packages/torch/bin/test_lazy/usr/lib64/python3.11/site-packages/torch/bin/test_tensorexpr/usr/lib64/python3.11/site-packages/torch/bin/torch_shm_manager/usr/lib64/python3.11/site-packages/torch/bin/tutorial_tensorexprpytorchsrc69ccf79f46eae431eeeb56d220b265e3ca5a7776df6b9429bd06212e3cea56a3Tensors and Dynamic neural networks in Python with strong GPU accelerationPyTorch is a Python package that provides two high-level features:
- Tensor computation (like NumPy) with strong GPU acceleration
- Deep neural networks built on a tape-based autograd system
You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452909-20250715-11505pytorchsrc8836f146a62c34f23e70e259af145583cb05bb17913f819fd885b4ca38a289ecTensors and Dynamic neural networks in Python with strong GPU accelerationPyTorch is a Python package that provides two high-level features:
- Tensor computation (like NumPy) with strong GPU acceleration
- Deep neural networks built on a tape-based autograd system
You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452925-20250715-13313pytorch-debuginfox86_64c823b050d783f0e33eb9941b4005f831804e324399b4939172e70933b5b53dceDebug information for package pytorchThis package provides debug information for package pytorch.
Debug information is useful when developing applications that use this
package or when debugging this package.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452909-20250715-11505pytorch-2.1.2-5.src.rpm/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/FileStoreTest-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/HashStoreTest-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/TCPStoreTest-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/protoc-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/protoc-3.13.0.0-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_api-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_cpp_rpc-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_dist_autograd-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_edge_op_registration-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_jit-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_lazy-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_tensorexpr-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/torch_shm_manager-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/tutorial_tensorexpr-2.1.2-5.x86_64.debugpytorch-debuginfox86_64827b6a316446479edbda0cafd5daef5112f1198c7e838882cb47aee30bcc63bbDebug information for package pytorchThis package provides debug information for package pytorch.
Debug information is useful when developing applications that use this
package or when debugging this package.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452925-20250715-13313pytorch-2.1.2-5.src.rpm/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/FileStoreTest-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/HashStoreTest-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/TCPStoreTest-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/protoc-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/protoc-3.13.0.0-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_api-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_cpp_rpc-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_dist_autograd-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_edge_op_registration-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_jit-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_lazy-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/test_tensorexpr-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/torch_shm_manager-2.1.2-5.x86_64.debug/usr/lib/debug/usr/lib64/python3.11/site-packages/torch/bin/tutorial_tensorexpr-2.1.2-5.x86_64.debugpytorch-debugsourcex86_64b40105c54c9e7025db72fffc110a98f0827f9588e3b6c78a17a1bce5a345a743Debug sources for package pytorchThis package provides debug sources for package pytorch.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452909-20250715-11505pytorch-2.1.2-5.src.rpmpytorch-debugsourcex86_64317cb186893f3d66809f7223dde9f74daa5f68959219384692132dd56ac2270aDebug sources for package pytorchThis package provides debug sources for package pytorch.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452925-20250715-13313pytorch-2.1.2-5.src.rpmpytorch-helpx86_64a14a8c03b84433747e3f112129a176cd1fc87a657ea16be99471f3f903d5d3b7Development documents and examples for torchPyTorch is a Python package that provides two high-level features:
- Tensor computation (like NumPy) with strong GPU acceleration
- Deep neural networks built on a tape-based autograd system
You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452909-20250715-11505pytorch-2.1.2-5.src.rpmpytorch-helpx86_64374d83f725d1dd6498ebab35f309a5c47c9a021eea8a11653dd20ad771497cd5Development documents and examples for torchPyTorch is a Python package that provides two high-level features:
- Tensor computation (like NumPy) with strong GPU acceleration
- Deep neural networks built on a tape-based autograd system
You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.https://pytorch.org/BSD-3-ClauseopenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452925-20250715-13313pytorch-2.1.2-5.src.rpm