# pmdk-convert **Repository Path**: mirrors_pmem/pmdk-convert ## Basic Information - **Project Name**: pmdk-convert - **Description**: Conversion tool for pmdk pools - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pmdk-convert: PMDK pool conversion tool ======================================= [![Build status](https://github.com/pmem/pmdk-convert/actions/workflows/on_pull_request.yml/badge.svg?branch=master)](https://github.com/pmem/pmdk-convert/actions/workflows/on_pull_request.yml) [![Build status](https://ci.appveyor.com/api/projects/status/github/pmem/pmdk-convert?branch/master?svg=true&pr=false)](https://ci.appveyor.com/project/pmem/pmdk-convert/branch/master) [![Coverage Status](https://codecov.io/github/pmem/pmdk-convert/coverage.svg?branch=master)](https://codecov.io/gh/pmem/pmdk-convert/branch/master) ## ⚠️ Discontinuation of the project The **pmdk-convert** project will no longer be maintained by Intel. - Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. - Intel no longer accepts patches to this project. - If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project. - You will find more information [here](https://pmem.io/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/). ## Building The Source ## Requirements: - cmake >= 3.3 On Windows: - [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) >= 10.0.16299 In pmdk-convert directory: ```sh $ mkdir build $ cd build ``` And then: ### On RPM-based Linux distros (Fedora, openSUSE, RHEL, SLES) ### ```sh $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCPACK_GENERATOR=rpm $ make package $ sudo rpm -i pmdk-convert*.rpm ``` ### On DEB-based Linux distros (Debian, Ubuntu) ### ```sh $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCPACK_GENERATOR=deb $ make package $ sudo dpkg -i pmdk-convert*.deb ``` ### On other Linux distros ### ```sh $ cmake .. -DCMAKE_INSTALL_PREFIX=/home/user/pmdk-convert-bin $ make $ make install ``` ### On Windows ### ```sh PS> cmake .. -G "Visual Studio 14 2015 Win64" PS> msbuild build/ALL_BUILD.vcxproj ``` To build pmdk-convert on Windows 8 you have to specify your SDK version in the cmake command i.e. ```sh PS> cmake .. -G "Visual Studio 14 2015 Win64" -DCMAKE_SYSTEM_VERSION="10.0.26624" ``` ## Contact Us If you read the [blog post](https://pmem.io/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/) and still have some questions (especially about discontinuation of the project), please contact us using the dedicated e-mail: pmdk_support@intel.com.