Package Details: ipmctl-git v03.00.00.0485.2.r5.gd2caed16-2

Git Clone URL: https://aur.archlinux.org/ipmctl-git.git (read-only, click to copy)
Package Base: ipmctl-git
Description: util for configuring and managing Intel Optane DC persistent memory modules (DCPMM).
Upstream URL: https://github.com/intel/ipmctl
Licenses: BSD-3-Clause
Submitter: VOID001
Maintainer: fft
Last Packager: fft
Votes: 0
Popularity: 0.000000
First Submitted: 2020-06-15 21:06 (UTC)
Last Updated: 2025-07-27 14:57 (UTC)

Dependencies (6)

Required by (0)

Sources (5)

Latest Comments

fft commented on 2024-12-20 12:01 (UTC)

Uncompileable for now. Fixed version: https://github.com/fftmp-AUR/aur-ipmctl-git

VOID001 commented on 2021-08-02 14:08 (UTC)

According to issue: https://github.com/intel/ipmctl/issues/169. GCC 11 will complain about os_mkdir size invalid, adding a length parameter to os_mkdir function can fix this problem. However this patch is not available to master branch directly, so the os_mkdir_for_gcc_11.patch is added for temporary workaround.