diff --git a/README.md b/README.md index 9701e51..0356c6b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,19 @@ WIP # The PSI Spack Deployment -[Official Spack documentation](https://spack.readthedocs.io/en/latest/) +## How to use on Merlin7 + +```bash +source /afs/psi.ch/sys/spack-rhel7/spack/share/spack/setup-env.sh # can be also include in your .bashrc + +spack env list +spack env activate -d # e.g ffbidx all for whole software stack + +# Install env if local development, else skip +spack install # -v for verbose + +spack load +``` ## How to use on Merlin6 @@ -16,4 +28,45 @@ spack env activate -d # e.g ffbidx all for whole software stack spack install # -v for verbose spack load + +# The OPAL Spack recipe + +[Official Spack documentation](https://spack.readthedocs.io/en/latest/) + +## Install Spack + +```bash +cd /scratch/$USER +git clone -c feature.manyFiles=true https://github.com/spack/spack.git +. spack/share/spack/setup-env.sh + +# Add PSI specific recipes +cd OPAL/spack +spack repo add . +``` + +## Install OPAL@version + +```bash +spack info opal # Find out which version and which variants you want to set + +# Install env if local development, else skip +spack install opal@2022.1.0 # -v for verbose -j 8 for 8 parallel jobs + +# Load environment before launching any scripts +spack load opal + +sbatch ... +``` + +## Develop OPAL + +```bash +spack env activate -d OPAL/spack/env/opal/ + +# $OPAL_SRC_DIRECTORY is where you did the git clone git@gitlab.psi.ch:OPAL/src.git +spack develop -p $OPAL_SRC_DIRECTORY opal@master + +spack install # -v for verbose -j 8 for 8 parallel jobs + ``` diff --git a/env/rhel7/hyquas/spack.lock b/env/rhel7/hyquas/spack.lock deleted file mode 100644 index f0c57b8..0000000 --- a/env/rhel7/hyquas/spack.lock +++ /dev/null @@ -1,13699 +0,0 @@ -{ - "_meta": { - "file-type": "spack-lockfile", - "lockfile-version": 4, - "specfile-version": 3 - }, - "roots": [ - { - "hash": "q7qb7xb4fxm2q57hdcja6hvseay4ikji", - "spec": "git-lfs" - }, - { - "hash": "2kn4nm5joanpw6dgtvjdpl6swz23kjbi", - "spec": "cmake@3.25.2%gcc@12.1.0" - }, - { - "hash": "csh4tmlccvr7ws5hbr4ab2fr6rgylcbn", - "spec": "openmpi@4.1.5%gcc+cuda+cxx+cxx_exceptions+legacylaunchers+pmi fabrics=auto schedulers=slurm ^slurm+gtk+hwloc+mariadb+pmix+readline+restd" - }, - { - "hash": "5mxwjebfkklko4q3ex7b2izbwv6zyaal", - "spec": "cuda@11.0.2" - } - ], - "concrete_specs": { - "q7qb7xb4fxm2q57hdcja6hvseay4ikji": { - "name": "git-lfs", - "version": "3.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "lx5hw64gu7wk7af7kqokgfay6v3yvxm6jzxdm4wjm6b2g3ofbpbq====", - "dependencies": [ - { - "name": "git", - "hash": "gtigic44zi2ufbkgjuavomzzmd4ri6pr", - "type": [ - "run" - ] - }, - { - "name": "go", - "hash": "qkxcoinldzkbrdl32jmk4sofgfsnkvfx", - "type": [ - "build" - ] - } - ], - "hash": "q7qb7xb4fxm2q57hdcja6hvseay4ikji" - }, - "gtigic44zi2ufbkgjuavomzzmd4ri6pr": { - "name": "git", - "version": "2.39.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "man": true, - "nls": true, - "perl": true, - "subtree": true, - "svn": false, - "tcltk": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "acwodtv3ycwba7sespq4u5zyz3rddr6yduruptfwgzg66c3dgjza====", - "dependencies": [ - { - "name": "autoconf", - "hash": "bd55h6kwx7z5dov75qku6cfaz4dazcpd", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "4kukfvjktsmf337ye3eik2gf3kpkljqm", - "type": [ - "build" - ] - }, - { - "name": "curl", - "hash": "p7p3yk6ylvfpzt7tv5dgkre74w26qft5", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "a2v4pu4d7g7wmfiba5jbr2ahkb4l2hxx", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "gxcunf2av7it7aejjqupf3krso4vgxdf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libidn2", - "hash": "hima4vufsayq4vmig7xmzjvacaxxrcpx", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "wubcfzc6gonyxizjj2deexndqpsreqkg", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q", - "type": [ - "build" - ] - }, - { - "name": "openssh", - "hash": "nbgycc4kpaw4dbffbxg5lv2quzk5xavc", - "type": [ - "run" - ] - }, - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "link" - ] - }, - { - "name": "pcre2", - "hash": "xw3crg5pbdgv5v4gwagyhfrdtedqjbej", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "gtigic44zi2ufbkgjuavomzzmd4ri6pr" - }, - "bd55h6kwx7z5dov75qku6cfaz4dazcpd": { - "name": "autoconf", - "version": "2.69", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "35c449281546376449766f92d49fc121ca50e330e60fefcfc9be2af3253082c2", - "7793209b33013dc0f81208718c68440c5aae80e7a1c4b8d336e382525af791a7", - "a49dd5bac3b62daa0ff688ab4d508d71dbd2f4f8d7e2a02321926346161bf3ee" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "7793209b33013dc0f81208718c68440c5aae80e7a1c4b8d336e382525af791a7", - "35c449281546376449766f92d49fc121ca50e330e60fefcfc9be2af3253082c2", - "a49dd5bac3b62daa0ff688ab4d508d71dbd2f4f8d7e2a02321926346161bf3ee" - ], - "package_hash": "omuzyufumpevg2fgaxzkjlnht57dr6wctezgr2hikyg5o5ygoacq====", - "dependencies": [ - { - "name": "m4", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "bd55h6kwx7z5dov75qku6cfaz4dazcpd" - }, - "jyhb4ywgmwa4cmybgpzy4lvcbombi32q": { - "name": "m4", - "version": "1.4.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "sigsegv": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "otabgty3hi32kdu7qhyvjdwctr6xvzy6tfclcy7yudbydmyuuida====", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q" - }, - "aqo3x7shyz2565udcuhfnsjdjz5ngpv5": { - "name": "perl", - "version": "5.36.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cpanm": true, - "open": true, - "shared": true, - "threads": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jrmkbpladvj6k6b5bvtr5vibchgqzmombrcsupw6fplb735sjkqq====", - "dependencies": [ - { - "name": "berkeley-db", - "hash": "hq23lvrslhzeukzsp767oqetbv3qhhjo", - "type": [ - "build", - "link" - ] - }, - { - "name": "bzip2", - "hash": "2ipelo7hbfjk2xh4m5yq554mfv4n5ouy", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "b3chq3kice53mpopzhimtqf3oqcdgi6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5" - }, - "hq23lvrslhzeukzsp767oqetbv3qhhjo": { - "name": "berkeley-db", - "version": "18.1.40", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxx": true, - "docs": false, - "patches": [ - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3", - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522" - ], - "stl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522", - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3" - ], - "package_hash": "vpd5eetcurni5woqzl6jrukuo4a6fr5yoluxz32gxezgx5ftpxza====", - "hash": "hq23lvrslhzeukzsp767oqetbv3qhhjo" - }, - "2ipelo7hbfjk2xh4m5yq554mfv4n5ouy": { - "name": "bzip2", - "version": "1.0.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "debug": false, - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "6bcqgvelcwrhah4m54ftaasshu5vfyzakduoduu32vucoz6iy3ua====", - "hash": "2ipelo7hbfjk2xh4m5yq554mfv4n5ouy" - }, - "b3chq3kice53mpopzhimtqf3oqcdgi6r": { - "name": "gdbm", - "version": "1.23", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "liepxl6phlcxbgfmibxafhewtihlgaa4x3hko37ckqlafhxkrgdq====", - "dependencies": [ - { - "name": "readline", - "hash": "c75i5m6r3jvziyl3xbyi2otz5vvd4iw5", - "type": [ - "build", - "link" - ] - } - ], - "hash": "b3chq3kice53mpopzhimtqf3oqcdgi6r" - }, - "c75i5m6r3jvziyl3xbyi2otz5vvd4iw5": { - "name": "readline", - "version": "8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "package_hash": "n4irfyzctyywbpjkipmeqzyqbmvpcl3l2ce6c475x6y7cmiy7aaq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "ytfnmesz67wp2fivzq3cour5vd47gvnw", - "type": [ - "build", - "link" - ] - } - ], - "hash": "c75i5m6r3jvziyl3xbyi2otz5vvd4iw5" - }, - "ytfnmesz67wp2fivzq3cour5vd47gvnw": { - "name": "ncurses", - "version": "5.9.20130511", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "abi": "none", - "build_system": "autotools", - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "symlinks": false, - "termlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "package_hash": "fwmhr3o4p66dmqbsco54sf66hpwr2esb7cjrb5z26yz4gvyha6tq====", - "hash": "ytfnmesz67wp2fivzq3cour5vd47gvnw" - }, - "obu7qb2i4hngij6viwwnhtvqmmekvwd7": { - "name": "zlib", - "version": "1.2.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "optimize": true, - "pic": true, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y6ahhnjjjsfh5dx2y7sci7fhthq5aolyl5dgwif57qqbtjxwdwbq====", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7" - }, - "4kukfvjktsmf337ye3eik2gf3kpkljqm": { - "name": "automake", - "version": "1.16.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "mwdviv4g6xu2ttfs6dnzmwbofpxa4vke3y5egbb6w4fesykvnbda====", - "dependencies": [ - { - "name": "autoconf", - "hash": "bd55h6kwx7z5dov75qku6cfaz4dazcpd", - "type": [ - "build" - ] - }, - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "4kukfvjktsmf337ye3eik2gf3kpkljqm" - }, - "p7p3yk6ylvfpzt7tv5dgkre74w26qft5": { - "name": "curl", - "version": "7.88.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": false, - "ldap": false, - "libidn2": false, - "librtmp": false, - "libs": [ - "shared", - "static" - ], - "libssh": false, - "libssh2": false, - "nghttp2": false, - "tls": [ - "openssl" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "oummghzvsc6bsgv2ciekqah4cs54tt55bed6cki7n6oxjbve62cq====", - "dependencies": [ - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "p7p3yk6ylvfpzt7tv5dgkre74w26qft5" - }, - "ghiltgppdy37smob2aze4gh4so44qoyf": { - "name": "openssl", - "version": "1.0.2k-fips", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "certs": "mozilla", - "docs": false, - "shared": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "ylxur7rhye42agrdylbridc2tsjhhavk67ywdjhcew75ukazgpra====", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf" - }, - "i52i3b76zp2wwr55f2mwd2p6em5coitn": { - "name": "pkg-config", - "version": "0.27.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "package_hash": "ikt45ggecya3opqcyduvbczjz4vlywf4newg6op2ictszejdgpda====", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn" - }, - "a2v4pu4d7g7wmfiba5jbr2ahkb4l2hxx": { - "name": "expat", - "version": "2.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libbsd": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4rsim7s5vam5tscucwbdhwjj2gt2zssg4qv3ks4lr7soxi3j2zjq====", - "dependencies": [ - { - "name": "libbsd", - "hash": "pitwc27ldfk5rubnewqiopwk7v5oekqb", - "type": [ - "build", - "link" - ] - } - ], - "hash": "a2v4pu4d7g7wmfiba5jbr2ahkb4l2hxx" - }, - "pitwc27ldfk5rubnewqiopwk7v5oekqb": { - "name": "libbsd", - "version": "0.11.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2egz24sk3nuiedv4y5ku2s6hqscsftjymmzt7mfsgkt6ddin3cuq====", - "dependencies": [ - { - "name": "libmd", - "hash": "pqxyavm5mwmwy4yj4ybowvkgk3w47h6j", - "type": [ - "build", - "link" - ] - } - ], - "hash": "pitwc27ldfk5rubnewqiopwk7v5oekqb" - }, - "pqxyavm5mwmwy4yj4ybowvkgk3w47h6j": { - "name": "libmd", - "version": "1.0.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zs2e7fqr4dzthpj5fascqvfn7xcahf7dtc5bzdwfv6vqkzi7oncq====", - "hash": "pqxyavm5mwmwy4yj4ybowvkgk3w47h6j" - }, - "znqwb2n7pvfvnddgpz73xd7pn6exnf32": { - "name": "gettext", - "version": "0.21.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "bzip2": true, - "curses": true, - "git": true, - "libunistring": false, - "libxml2": true, - "tar": true, - "xz": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "xu3qgc4x5mjlvzywiyh3aifltzurwmvjzqfq3gurzkffveeawp3q====", - "dependencies": [ - { - "name": "bzip2", - "hash": "2ipelo7hbfjk2xh4m5yq554mfv4n5ouy", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "gxcunf2av7it7aejjqupf3krso4vgxdf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "ytfnmesz67wp2fivzq3cour5vd47gvnw", - "type": [ - "build", - "link" - ] - }, - { - "name": "tar", - "hash": "hjvmju6fs5ywbx37dd2k45olh7reddsz", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "75jrf4sicnk2rit3xxiy3qy3ch5jhimq", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32" - }, - "gxcunf2av7it7aejjqupf3krso4vgxdf": { - "name": "libiconv", - "version": "1.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b7u3icizfdwbv2p2bsoazku4gbodr4ww3p2ah5jcxuvnjsrb7sha====", - "hash": "gxcunf2av7it7aejjqupf3krso4vgxdf" - }, - "c7bdoob73w32xnwq3fxj4opwjn4kefuh": { - "name": "libxml2", - "version": "2.10.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "python": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ea3hepsqvb2bb5ttapra6kayyi3c54pwpr35zfejewbo4z36m6yq====", - "dependencies": [ - { - "name": "libiconv", - "hash": "gxcunf2av7it7aejjqupf3krso4vgxdf", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "xz", - "hash": "75jrf4sicnk2rit3xxiy3qy3ch5jhimq", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh" - }, - "75jrf4sicnk2rit3xxiy3qy3ch5jhimq": { - "name": "xz", - "version": "5.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "pic": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "dqcxserabz7kkokw5f7fvju5237esq7oezgb7re35577wtlotgnq====", - "hash": "75jrf4sicnk2rit3xxiy3qy3ch5jhimq" - }, - "hjvmju6fs5ywbx37dd2k45olh7reddsz": { - "name": "tar", - "version": "1.26", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4", - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4" - ], - "zip": "pigz", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4", - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4" - ], - "package_hash": "2czbvnhj566bhgcf2zdjmfvpaj363eflpm4dyzj4tkzrermcpm2q====", - "hash": "hjvmju6fs5ywbx37dd2k45olh7reddsz" - }, - "hima4vufsayq4vmig7xmzjvacaxxrcpx": { - "name": "libidn2", - "version": "2.3.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "taptc6r6zwx3ew6gy3vbcjbq45woaacvb3e2xjcjwx2aitsfblvq====", - "dependencies": [ - { - "name": "libunistring", - "hash": "rcixk5v5caecasjwiun5lfhmoubc2jf7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "hima4vufsayq4vmig7xmzjvacaxxrcpx" - }, - "rcixk5v5caecasjwiun5lfhmoubc2jf7": { - "name": "libunistring", - "version": "1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3ycqcttfv4mxwswzolan7gbmchfsyczee2nkuofbrewl65kgzg5q====", - "dependencies": [ - { - "name": "libiconv", - "hash": "gxcunf2av7it7aejjqupf3krso4vgxdf", - "type": [ - "build", - "link" - ] - } - ], - "hash": "rcixk5v5caecasjwiun5lfhmoubc2jf7" - }, - "wubcfzc6gonyxizjj2deexndqpsreqkg": { - "name": "libtool", - "version": "2.4.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7lyavyiwpnrhw7tfv5vgri32at345gdegbixiskk63ext2f5rzza====", - "dependencies": [ - { - "name": "m4", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q", - "type": [ - "build" - ] - } - ], - "hash": "wubcfzc6gonyxizjj2deexndqpsreqkg" - }, - "nbgycc4kpaw4dbffbxg5lv2quzk5xavc": { - "name": "openssh", - "version": "7.4p1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "axluqupsxb76u33tiqvm6m7s3ccft3e5ipb44awxyfntdzcwwcta====", - "hash": "nbgycc4kpaw4dbffbxg5lv2quzk5xavc" - }, - "xw3crg5pbdgv5v4gwagyhfrdtedqjbej": { - "name": "pcre2", - "version": "8.32", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "jit": false, - "multibyte": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "o2zbkrwr5isozyc3wrobiden32fesjxhtbre7c3fcepu2mgereea====", - "hash": "xw3crg5pbdgv5v4gwagyhfrdtedqjbej" - }, - "qkxcoinldzkbrdl32jmk4sofgfsnkvfx": { - "name": "go", - "version": "1.20.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "o6wcjie5ebty3pbj7m6h5jzdosr3oshtfzwna7bxa22ef3ked2hq====", - "dependencies": [ - { - "name": "git", - "hash": "gtigic44zi2ufbkgjuavomzzmd4ri6pr", - "type": [ - "build", - "link", - "run" - ] - }, - { - "name": "go-bootstrap", - "hash": "tvxomgzid2b7k4xf2yfevlzaf7ajxu5t", - "type": [ - "build" - ] - } - ], - "hash": "qkxcoinldzkbrdl32jmk4sofgfsnkvfx" - }, - "tvxomgzid2b7k4xf2yfevlzaf7ajxu5t": { - "name": "go-bootstrap", - "version": "1.17.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "c5pg5hlbchqgfohdna3snb5chvikqsbb3axmhoslos3t6w3ee5hq====", - "dependencies": [ - { - "name": "git", - "hash": "gtigic44zi2ufbkgjuavomzzmd4ri6pr", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "tvxomgzid2b7k4xf2yfevlzaf7ajxu5t" - }, - "2kn4nm5joanpw6dgtvjdpl6swz23kjbi": { - "name": "cmake", - "version": "3.25.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ysf62cck7ys4vib7w24wd5fml52wsgyptvpjjmqdheeiwc65y5xq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "ytfnmesz67wp2fivzq3cour5vd47gvnw", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "link" - ] - } - ], - "hash": "2kn4nm5joanpw6dgtvjdpl6swz23kjbi" - }, - "csh4tmlccvr7ws5hbr4ab2fr6rgylcbn": { - "name": "cuda", - "version": "11.0.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "allow-unsupported-compilers": false, - "build_system": "generic", - "dev": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3ybigl324qg4ji2eg4vd6nktyz26lesh77h5cthmpdelscnvuwvq====", - "dependencies": [ - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build", - "link" - ] - } - ], - "hash": "csh4tmlccvr7ws5hbr4ab2fr6rgylcbn" - }, - "5mxwjebfkklko4q3ex7b2izbwv6zyaal": { - "name": "hyquas", - "version": "main", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "psi", - "parameters": { - "backend": "mix", - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cuda": true, - "cuda_arch": [ - "70" - ], - "dev_path": "/scratch/germann_e/spack-dev/HyQuas", - "disable_assert": false, - "eval_pp": true, - "ipo": false, - "log_eval": false, - "mat_size": "7", - "measure_stage": false, - "micro_bench": true, - "mpi": false, - "overlap": true, - "overlap_mat": true, - "schedule": true, - "summary": true, - "use_double": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "faccsr6g4arfai42ll3es7zwkwx6rpxiw63prkyele675ml27gja====", - "dependencies": [ - { - "name": "cmake", - "hash": "2kn4nm5joanpw6dgtvjdpl6swz23kjbi", - "type": [ - "build" - ] - }, - { - "name": "cuda", - "hash": "csh4tmlccvr7ws5hbr4ab2fr6rgylcbn", - "type": [ - "build", - "link" - ] - }, - { - "name": "nccl", - "hash": "npcawqawkjcj3nsy32duiwnogjaowrwp", - "type": [ - "link", - "run" - ] - }, - { - "name": "openmpi", - "hash": "h6jfn4lwrxtnjfh6e2vfmhsbnao4gbag", - "type": [ - "link", - "run" - ] - } - ], - "hash": "5mxwjebfkklko4q3ex7b2izbwv6zyaal" - }, - "npcawqawkjcj3nsy32duiwnogjaowrwp": { - "name": "nccl", - "version": "2.9.6-1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "cuda": true, - "cuda_arch": [ - "70" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fghkxasyflnfce7gjqaf4mku3eoieeayzr7suurvtsgdporw3fwq====", - "dependencies": [ - { - "name": "cuda", - "hash": "csh4tmlccvr7ws5hbr4ab2fr6rgylcbn", - "type": [ - "build", - "link" - ] - }, - { - "name": "rdma-core", - "hash": "npg7ku4ujehsptb2lx3m5t2nswnpikxu", - "type": [ - "build", - "link" - ] - } - ], - "hash": "npcawqawkjcj3nsy32duiwnogjaowrwp" - }, - "npg7ku4ujehsptb2lx3m5t2nswnpikxu": { - "name": "rdma-core", - "version": "41.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "static": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "lh5h325ytm6lipjcbc2wktgbafkzzjm7dgwo24rs2vzse7xlnuta====", - "dependencies": [ - { - "name": "cmake", - "hash": "2kn4nm5joanpw6dgtvjdpl6swz23kjbi", - "type": [ - "build" - ] - }, - { - "name": "libnl", - "hash": "uzlhj75w652gwqvocbv7jay5hnlas3lg", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "py-docutils", - "hash": "i25p35234icamf4lke2sjhyccrcrbhcz", - "type": [ - "build" - ] - } - ], - "hash": "npg7ku4ujehsptb2lx3m5t2nswnpikxu" - }, - "uzlhj75w652gwqvocbv7jay5hnlas3lg": { - "name": "libnl", - "version": "3.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "e2jvahqnici3rge7p77mul4hu347far2sftgpqoejakis5qtu53a====", - "dependencies": [ - { - "name": "bison", - "hash": "xazsfbxzsm6uokwhsjkcilanx36trnzs", - "type": [ - "build" - ] - }, - { - "name": "flex", - "hash": "2r7b5rtkbgpykyeoaqqqry6bk26cuvtx", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q", - "type": [ - "build" - ] - } - ], - "hash": "uzlhj75w652gwqvocbv7jay5hnlas3lg" - }, - "xazsfbxzsm6uokwhsjkcilanx36trnzs": { - "name": "bison", - "version": "3.8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "d4j62fwvuxqbiez32ltjnhu47ac425wjebsy6fhoptv6saxazcxq====", - "dependencies": [ - { - "name": "diffutils", - "hash": "5ltuftbocltilsne6qqxfzt6s2d5hjkw", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build" - ] - } - ], - "hash": "xazsfbxzsm6uokwhsjkcilanx36trnzs" - }, - "5ltuftbocltilsne6qqxfzt6s2d5hjkw": { - "name": "diffutils", - "version": "3.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "ukq657dnhcrpssiu5jb7y5nrt4lxgpcsdvtkfo23hok5zzxa6aaa====", - "hash": "5ltuftbocltilsne6qqxfzt6s2d5hjkw" - }, - "2r7b5rtkbgpykyeoaqqqry6bk26cuvtx": { - "name": "flex", - "version": "2.5.37", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "lex": true, - "nls": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "emebbexjijj7tyokkywhortxoisx5sdwf45ry5qwr34szudicugq====", - "hash": "2r7b5rtkbgpykyeoaqqqry6bk26cuvtx" - }, - "i25p35234icamf4lke2sjhyccrcrbhcz": { - "name": "py-docutils", - "version": "0.19", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "dmjnhoreqvuusitgoz53gvnidndt7wtxleumzig2xvvueb6mpcda====", - "dependencies": [ - { - "name": "py-pip", - "hash": "chqp3mqzaesxn56yp4sysuvad3e5v6kd", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "uznk4avx5kylhblekclnpj3ttkiddwdu", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "n2d6o6cmpoe3klu3c7r3imwcjmuztemb", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build", - "run" - ] - } - ], - "hash": "i25p35234icamf4lke2sjhyccrcrbhcz" - }, - "chqp3mqzaesxn56yp4sysuvad3e5v6kd": { - "name": "py-pip", - "version": "23.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "o33nwakwk3e6jgwxtb5raiyq7ixxjzmqmkkwvircyhxaztty2yzq====", - "dependencies": [ - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build", - "run" - ] - } - ], - "hash": "chqp3mqzaesxn56yp4sysuvad3e5v6kd" - }, - "n6we6i4pmnmnhlex3rv6xeyp37hsb37t": { - "name": "python", - "version": "3.9.15", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "bz2": true, - "crypt": true, - "ctypes": true, - "dbm": true, - "debug": false, - "libxml2": true, - "lzma": true, - "nis": false, - "optimizations": false, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "4c2457325f2b608b1b6a2c63087df8c26e07db3e3d493caf36a56f0ecf6fb768", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4" - ], - "pic": true, - "pyexpat": true, - "pythoncmd": true, - "readline": true, - "shared": true, - "sqlite3": true, - "ssl": true, - "tkinter": false, - "uuid": true, - "zlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4", - "4c2457325f2b608b1b6a2c63087df8c26e07db3e3d493caf36a56f0ecf6fb768" - ], - "package_hash": "kizkpmrl7rhji64bh7ifhrmyhmsxz7w227etnwjppwoh36mq7lsa====", - "dependencies": [ - { - "name": "bzip2", - "hash": "2ipelo7hbfjk2xh4m5yq554mfv4n5ouy", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "a2v4pu4d7g7wmfiba5jbr2ahkb4l2hxx", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "b3chq3kice53mpopzhimtqf3oqcdgi6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "keiuhsbatxjc3ljfoyho5z7rritida7n", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxcrypt", - "hash": "ecfnbemp7dka7pyvpysqhvyosntkweh2", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "ytfnmesz67wp2fivzq3cour5vd47gvnw", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "readline", - "hash": "c75i5m6r3jvziyl3xbyi2otz5vvd4iw5", - "type": [ - "build", - "link" - ] - }, - { - "name": "sqlite", - "hash": "j6vobuv6fypadw37hat6b5dkrtylrtsi", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-linux-uuid", - "hash": "z34f3vg4cyefqlyamf75m6gnzcoq5gyz", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "75jrf4sicnk2rit3xxiy3qy3ch5jhimq", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t" - }, - "keiuhsbatxjc3ljfoyho5z7rritida7n": { - "name": "libffi", - "version": "3.4.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jnfxlz7sxbpqdqtdoarjxzytihb4r36s7zokc4yujiakiwydgcra====", - "hash": "keiuhsbatxjc3ljfoyho5z7rritida7n" - }, - "ecfnbemp7dka7pyvpysqhvyosntkweh2": { - "name": "libxcrypt", - "version": "4.4.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "obsolete_api": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "sbp4xqkq2edwikrept7ifq5g4jq33kpnfb3w6tymgh4sznol44mq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build" - ] - } - ], - "hash": "ecfnbemp7dka7pyvpysqhvyosntkweh2" - }, - "j6vobuv6fypadw37hat6b5dkrtylrtsi": { - "name": "sqlite", - "version": "3.40.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "column_metadata": true, - "dynamic_extensions": true, - "fts": true, - "functions": false, - "rtree": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "okceekbtbfi37rbxf6nf5ztkiuepft5dr546fgqq2apxq5vdpgsq====", - "dependencies": [ - { - "name": "readline", - "hash": "c75i5m6r3jvziyl3xbyi2otz5vvd4iw5", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "j6vobuv6fypadw37hat6b5dkrtylrtsi" - }, - "z34f3vg4cyefqlyamf75m6gnzcoq5gyz": { - "name": "util-linux-uuid", - "version": "2.38.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4jp7kdd57mds63hemompvj5ffay2ry5xvuol2b6vs3ldnduwyona====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "z34f3vg4cyefqlyamf75m6gnzcoq5gyz" - }, - "uznk4avx5kylhblekclnpj3ttkiddwdu": { - "name": "py-setuptools", - "version": "65.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y6xa5sgzqn3kp4mq6ffr5yh4xjqfnzycltgt7ianaxezqmkxzdya====", - "dependencies": [ - { - "name": "py-pip", - "hash": "chqp3mqzaesxn56yp4sysuvad3e5v6kd", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build", - "run" - ] - } - ], - "hash": "uznk4avx5kylhblekclnpj3ttkiddwdu" - }, - "n2d6o6cmpoe3klu3c7r3imwcjmuztemb": { - "name": "py-wheel", - "version": "0.37.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nrjlpe43ohfmqeuo3mawag2kwnq2hno3ebshmfy6pn7vtklynvdq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "chqp3mqzaesxn56yp4sysuvad3e5v6kd", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build", - "run" - ] - } - ], - "hash": "n2d6o6cmpoe3klu3c7r3imwcjmuztemb" - }, - "h6jfn4lwrxtnjfh6e2vfmhsbnao4gbag": { - "name": "openmpi", - "version": "4.1.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": true, - "cuda_arch": [ - "none" - ], - "cxx": true, - "cxx_exceptions": true, - "fabrics": [ - "auto" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": true, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "pmi": true, - "romio": true, - "rsh": true, - "schedulers": [ - "slurm" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y2xkr6rqy276zebbvszvek3kwnopvjbfdpnvqv7vku2bienc7bfq====", - "dependencies": [ - { - "name": "cuda", - "hash": "csh4tmlccvr7ws5hbr4ab2fr6rgylcbn", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "eytu6t67qiquydxcixvyjl2gn66jg7lw", - "type": [ - "build", - "link" - ] - }, - { - "name": "numactl", - "hash": "62osijkgendpaki7xrpd7mlltduykdwb", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssh", - "hash": "nbgycc4kpaw4dbffbxg5lv2quzk5xavc", - "type": [ - "run" - ] - }, - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "pl4wq3pvihsfdsxftrblqqp7bird4yqh", - "type": [ - "build", - "link" - ] - }, - { - "name": "slurm", - "hash": "wxdgyrimm7mnb7zvbt5pryto2hzvxl2k", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "h6jfn4lwrxtnjfh6e2vfmhsbnao4gbag" - }, - "eytu6t67qiquydxcixvyjl2gn66jg7lw": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": true, - "cuda_arch": [ - "none" - ], - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "cuda", - "hash": "csh4tmlccvr7ws5hbr4ab2fr6rgylcbn", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpciaccess", - "hash": "qb6hy5rit52cl3kvgvl52yqct3mkvv4d", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "ytfnmesz67wp2fivzq3cour5vd47gvnw", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "eytu6t67qiquydxcixvyjl2gn66jg7lw" - }, - "qb6hy5rit52cl3kvgvl52yqct3mkvv4d": { - "name": "libpciaccess", - "version": "0.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "h5aaq3rarnnlmpbv3464p73xppknzxucrj73dt277pmozyk4alva====", - "dependencies": [ - { - "name": "libtool", - "hash": "wubcfzc6gonyxizjj2deexndqpsreqkg", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "qb6hy5rit52cl3kvgvl52yqct3mkvv4d" - }, - "55nzrbik3nnx2ok64zw7zqxjmkizym5f": { - "name": "util-macros", - "version": "1.19.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5atggv5uirdl2trmzmewkonyvzmzg6sg46zpvurdk43wi2gpr7pa====", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f" - }, - "62osijkgendpaki7xrpd7mlltduykdwb": { - "name": "numactl", - "version": "2.0.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "package_hash": "yfrelh4vcagcl7wantudtwpccnburhkpgqyvhgmxrzeo3wdmck4q====", - "hash": "62osijkgendpaki7xrpd7mlltduykdwb" - }, - "pl4wq3pvihsfdsxftrblqqp7bird4yqh": { - "name": "pmix", - "version": "4.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "pmi_backwards_compatibility": true, - "python": false, - "restful": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pgxqyih2hk2jlac2feyhdsxssydwmxouyaq7wjtvttp5lfi2rmjq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "eytu6t67qiquydxcixvyjl2gn66jg7lw", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "lppgawzmpwtecpaa2j3b2t76gp4vqbgl", - "type": [ - "build", - "link" - ] - } - ], - "hash": "pl4wq3pvihsfdsxftrblqqp7bird4yqh" - }, - "lppgawzmpwtecpaa2j3b2t76gp4vqbgl": { - "name": "libevent", - "version": "2.1.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "openssl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "chtoynanib2eblvcdjcw7wxhpssxzovtbuewl3ygjqi56lhd3uka====", - "dependencies": [ - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "link" - ] - } - ], - "hash": "lppgawzmpwtecpaa2j3b2t76gp4vqbgl" - }, - "wxdgyrimm7mnb7zvbt5pryto2hzvxl2k": { - "name": "slurm", - "version": "22-05-7-1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gtk": true, - "hdf5": false, - "hwloc": true, - "mariadb": true, - "pmix": true, - "readline": true, - "restd": true, - "sysconfdir": "PREFIX/etc", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tbpoqwgysl7uczsbog553yxiovwe3wkvan5jvrg2jn7grd2rh5qa====", - "dependencies": [ - { - "name": "curl", - "hash": "p7p3yk6ylvfpzt7tv5dgkre74w26qft5", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "gtkplus", - "hash": "u3no74xtvj4y2dv5ujpgla7lhssjpohn", - "type": [ - "build", - "link" - ] - }, - { - "name": "http-parser", - "hash": "4knuksyiah2uqvt43ulrrpailoregcun", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "eytu6t67qiquydxcixvyjl2gn66jg7lw", - "type": [ - "build", - "link" - ] - }, - { - "name": "json-c", - "hash": "c2hsgzik7qpen4a4w3ol6odhymmg5plk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libjwt", - "hash": "3uojwdogic2tkjnhqs4cm2edtfndma4p", - "type": [ - "build", - "link" - ] - }, - { - "name": "libyaml", - "hash": "6bgympxbnucu527to6m4usiubkxmfir6", - "type": [ - "build", - "link" - ] - }, - { - "name": "lz4", - "hash": "hmhov3nk7s7wsrk4xp7xt36i3yx4kb45", - "type": [ - "build", - "link" - ] - }, - { - "name": "mariadb", - "hash": "ieewrmqz6yo4kuaxkbipuqbbpos5476g", - "type": [ - "build", - "link" - ] - }, - { - "name": "munge", - "hash": "sjgbrffedjugwes7ryoion2jz3odqn44", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "pl4wq3pvihsfdsxftrblqqp7bird4yqh", - "type": [ - "build", - "link" - ] - }, - { - "name": "readline", - "hash": "c75i5m6r3jvziyl3xbyi2otz5vvd4iw5", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "wxdgyrimm7mnb7zvbt5pryto2hzvxl2k" - }, - "lnvbptslodb24n6dhovg7nkfjtc6okmo": { - "name": "glib", - "version": "2.72.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "libmount": false, - "patches": [ - "b3fd45063a19c871048aa1f28692293ab8971a871bdcbe65f06f17fdd79db9e2" - ], - "tracing": [ - "none" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b3fd45063a19c871048aa1f28692293ab8971a871bdcbe65f06f17fdd79db9e2" - ], - "package_hash": "7dc5xfkmrcsvnvikkmecunxl4rnajo23gxur2xiuyajxwfgwo6oq====", - "dependencies": [ - { - "name": "elfutils", - "hash": "snibqzokxbpjnsqkfihuvwuth7dfaxvg", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "keiuhsbatxjc3ljfoyho5z7rritida7n", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "gxcunf2av7it7aejjqupf3krso4vgxdf", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pcre", - "hash": "45zorbx6th2m7j4ojc47nddgjr73ppcd", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build", - "run" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo" - }, - "snibqzokxbpjnsqkfihuvwuth7dfaxvg": { - "name": "elfutils", - "version": "0.188", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "bzip2": false, - "debuginfod": false, - "nls": true, - "xz": false, - "zstd": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "p2kqbn472xpyvzbla3kzzrnocf4477l4bkoksuomfbuwv4lvdiwa====", - "dependencies": [ - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "link" - ] - } - ], - "hash": "snibqzokxbpjnsqkfihuvwuth7dfaxvg" - }, - "tj45bc5yiidh3skt3p5smqu6x5pclk4q": { - "name": "meson", - "version": "1.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "package_hash": "vrmgddohdq3345s26fovycq6ij2qtelzjwdb7phaxvp6mat5q3sa====", - "dependencies": [ - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "run" - ] - }, - { - "name": "py-pip", - "hash": "chqp3mqzaesxn56yp4sysuvad3e5v6kd", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "uznk4avx5kylhblekclnpj3ttkiddwdu", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "n2d6o6cmpoe3klu3c7r3imwcjmuztemb", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build", - "run" - ] - } - ], - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q" - }, - "wizngrchlt6snky6ielhueom3xr3entm": { - "name": "ninja", - "version": "1.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "re2c": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "m4qytcmdffb4wjd5wppdkefidb44kldmg46psjso7f3jkrwrcrjq====", - "dependencies": [ - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build" - ] - }, - { - "name": "re2c", - "hash": "pnsn6ani7hu534emqhpklqxyyhfpcg7x", - "type": [ - "build" - ] - } - ], - "hash": "wizngrchlt6snky6ielhueom3xr3entm" - }, - "pnsn6ani7hu534emqhpklqxyyhfpcg7x": { - "name": "re2c", - "version": "2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kh26rqs3cdi5efd3po3idkw7mop3fudtxlfomeun5vt47ent3y4q====", - "hash": "pnsn6ani7hu534emqhpklqxyyhfpcg7x" - }, - "45zorbx6th2m7j4ojc47nddgjr73ppcd": { - "name": "pcre", - "version": "8.45", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "jit": false, - "multibyte": true, - "utf": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "26ukwtnhaf6y7orbwtvyalrin5ijvqw34g4dhb77tcsg55kcfb5q====", - "hash": "45zorbx6th2m7j4ojc47nddgjr73ppcd" - }, - "u3no74xtvj4y2dv5ujpgla7lhssjpohn": { - "name": "gtkplus", - "version": "3.24.29", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "cups": false, - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "bgdjlkzeebqsvu3qpbbz6m25tsgbnlb7afk3wjammjohko2ikdga====", - "dependencies": [ - { - "name": "at-spi2-atk", - "hash": "rzi7glcwkfvwblxvg66gdwuacej2rvme", - "type": [ - "build", - "link" - ] - }, - { - "name": "atk", - "hash": "guskjjjcitobayqmoqc5hda73k43ya4d", - "type": [ - "build", - "link" - ] - }, - { - "name": "cairo", - "hash": "ltpogoulxfxmiqu5mzqqviu4p2kgiyfa", - "type": [ - "build", - "link" - ] - }, - { - "name": "fixesproto", - "hash": "hs4rwgne3zg7xnz3xsmseqrp2lqfwtvp", - "type": [ - "build", - "link" - ] - }, - { - "name": "fribidi", - "hash": "5rdulw5nxtxdb24pzlytymppis6ojzfm", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdk-pixbuf", - "hash": "tiyvchdoxjka3nlvghmqg7ldcebdybcu", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "4jq7i3myvxxplxcsdngjatzuy56suw2l", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "zpv4nrgmlrytridzw67cibgqwbkq6xbt", - "type": [ - "build", - "link" - ] - }, - { - "name": "libepoxy", - "hash": "lhxozz7joh5uom3hmsw7y7pzxoxvc4s6", - "type": [ - "build", - "link" - ] - }, - { - "name": "librsvg", - "hash": "iyvqmrzags7fzost4lfbjcug4mjcllkd", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxi", - "hash": "cqjstd747y36j3vggfjttlhaysdldno3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxkbcommon", - "hash": "kxkc26rhtsmjcz6xwhrleo7qxpj5ukse", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pango", - "hash": "2npsp5nu23ednffjccuhpmyfbjunsfsx", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "shared-mime-info", - "hash": "2kfq3ug4gwgbeszch4jdpmnlvx3w7lqv", - "type": [ - "build", - "link" - ] - }, - { - "name": "xrandr", - "hash": "ygmbjnxw46vtmirhwbqga55jlaxgjm7j", - "type": [ - "build", - "link" - ] - } - ], - "hash": "u3no74xtvj4y2dv5ujpgla7lhssjpohn" - }, - "rzi7glcwkfvwblxvg66gdwuacej2rvme": { - "name": "at-spi2-atk", - "version": "2.38.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "s7cb33cztm3flfkbeafjr3uejdbkyfszcpfv5mryoi6wx6uryv4a====", - "dependencies": [ - { - "name": "at-spi2-core", - "hash": "nenc7w4r5ek766npbzus3fmzkvoeoagj", - "type": [ - "build", - "link" - ] - }, - { - "name": "atk", - "hash": "guskjjjcitobayqmoqc5hda73k43ya4d", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "rzi7glcwkfvwblxvg66gdwuacej2rvme" - }, - "nenc7w4r5ek766npbzus3fmzkvoeoagj": { - "name": "at-spi2-core", - "version": "2.47.90", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hfcayeodtnfdiuqfcoh5uueajj6pcykaztj6penhwxtfu5maxqba====", - "dependencies": [ - { - "name": "dbus", - "hash": "isxb2oczpwwrlih6jlwdvetklxqhhocp", - "type": [ - "build", - "link" - ] - }, - { - "name": "fixesproto", - "hash": "hs4rwgne3zg7xnz3xsmseqrp2lqfwtvp", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "4jq7i3myvxxplxcsdngjatzuy56suw2l", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "zpv4nrgmlrytridzw67cibgqwbkq6xbt", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxi", - "hash": "cqjstd747y36j3vggfjttlhaysdldno3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxtst", - "hash": "pu2qzoj72di6v3tamvfrhckla35w3qfn", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build" - ] - }, - { - "name": "recordproto", - "hash": "kzfzna4htuzbyb7ywq4iwbv6oxjhfvat", - "type": [ - "build", - "link" - ] - } - ], - "hash": "nenc7w4r5ek766npbzus3fmzkvoeoagj" - }, - "isxb2oczpwwrlih6jlwdvetklxqhhocp": { - "name": "dbus", - "version": "1.13.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tpyf73tzczosa5iakke6gb6yq57rcs4xj7gzxljlq54sofelpx3a====", - "dependencies": [ - { - "name": "docbook-xml", - "hash": "nimfjfsbyb2k4myvm5g5oc3wa543hypw", - "type": [ - "build" - ] - }, - { - "name": "docbook-xsl", - "hash": "fqpsr3bri5k3wuojpmuxbo6qnwjc4xmf", - "type": [ - "build" - ] - }, - { - "name": "expat", - "hash": "a2v4pu4d7g7wmfiba5jbr2ahkb4l2hxx", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libsm", - "hash": "kma34toxnx3ypvlhm53t6z5h6hx5o7se", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "xmlto", - "hash": "sb7pig3y5qfftknntm4fgywvl4emcjxj", - "type": [ - "build", - "link" - ] - } - ], - "hash": "isxb2oczpwwrlih6jlwdvetklxqhhocp" - }, - "nimfjfsbyb2k4myvm5g5oc3wa543hypw": { - "name": "docbook-xml", - "version": "4.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ydgox2h25nhwwhznm7wclpmmirkveti4vzcbnks6hhjpf62ub2tq====", - "dependencies": [ - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build" - ] - } - ], - "hash": "nimfjfsbyb2k4myvm5g5oc3wa543hypw" - }, - "fqpsr3bri5k3wuojpmuxbo6qnwjc4xmf": { - "name": "docbook-xsl", - "version": "1.79.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "patches": [ - "a92c39715c54949ba9369add1809527b8f155b7e2a2b2e30cb4b39ee715f2e30" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "a92c39715c54949ba9369add1809527b8f155b7e2a2b2e30cb4b39ee715f2e30" - ], - "package_hash": "6aqdzw6lbzuzyaajc2jevmzfvcdaxszz2agh7kjvzu3aqeclyknq====", - "dependencies": [ - { - "name": "docbook-xml", - "hash": "nimfjfsbyb2k4myvm5g5oc3wa543hypw", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build" - ] - } - ], - "hash": "fqpsr3bri5k3wuojpmuxbo6qnwjc4xmf" - }, - "kma34toxnx3ypvlhm53t6z5h6hx5o7se": { - "name": "libsm", - "version": "1.2.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fvahiyp4gx6lypfwgxeqddq47pkusw2wulobn6vfivf35c243w5q====", - "dependencies": [ - { - "name": "libice", - "hash": "yrzbpbad3vtj6ixgjs2tr326lpmz6gno", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-linux-uuid", - "hash": "z34f3vg4cyefqlyamf75m6gnzcoq5gyz", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - }, - { - "name": "xtrans", - "hash": "ij7x7u2dcccaopi4sflp7ksoeyfprjs3", - "type": [ - "build", - "link" - ] - } - ], - "hash": "kma34toxnx3ypvlhm53t6z5h6hx5o7se" - }, - "yrzbpbad3vtj6ixgjs2tr326lpmz6gno": { - "name": "libice", - "version": "6.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "nov7dkrvhndgd64rrxviepuwcxzg3uyhjsni72dcijnf5tgow4vq====", - "hash": "yrzbpbad3vtj6ixgjs2tr326lpmz6gno" - }, - "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53": { - "name": "xproto", - "version": "7.0.31", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ts53yasphfbcufw7iv237wmdkwnd52hhsazikewtipy5e4tkwszq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53" - }, - "ij7x7u2dcccaopi4sflp7ksoeyfprjs3": { - "name": "xtrans", - "version": "1.3.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4orlpc4fw7fwgn2pyitpfqgwak7h5g2tri3lcl4axczu7adymcgq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "ij7x7u2dcccaopi4sflp7ksoeyfprjs3" - }, - "sb7pig3y5qfftknntm4fgywvl4emcjxj": { - "name": "xmlto", - "version": "0.0.28", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zzvzdqkfjjxupawvmco6fny4kiguvw5y3n2vaxuoe2lerlstieaq====", - "dependencies": [ - { - "name": "libxslt", - "hash": "eohgqh6bz5xzvzo4vxe3eju4vlgoi2ps", - "type": [ - "build", - "link" - ] - } - ], - "hash": "sb7pig3y5qfftknntm4fgywvl4emcjxj" - }, - "eohgqh6bz5xzvzo4vxe3eju4vlgoi2ps": { - "name": "libxslt", - "version": "1.1.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "crypto": true, - "python": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "elakqsawrbxoricrsep7up53phltzcigjpolq2fkopuufi6dsdkq====", - "dependencies": [ - { - "name": "libgcrypt", - "hash": "w66qdrlpl5nqnrw6qfiju27e72qqb7bm", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "gxcunf2av7it7aejjqupf3krso4vgxdf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "xz", - "hash": "75jrf4sicnk2rit3xxiy3qy3ch5jhimq", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "eohgqh6bz5xzvzo4vxe3eju4vlgoi2ps" - }, - "w66qdrlpl5nqnrw6qfiju27e72qqb7bm": { - "name": "libgcrypt", - "version": "1.10.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fggdiv5lohtmdve62efiigvmhddk36ep2vzdhwt7qnp6qp4hmsiq====", - "dependencies": [ - { - "name": "libgpg-error", - "hash": "66hbibesf4nwich72juhisezh4owg2zb", - "type": [ - "build", - "link" - ] - } - ], - "hash": "w66qdrlpl5nqnrw6qfiju27e72qqb7bm" - }, - "66hbibesf4nwich72juhisezh4owg2zb": { - "name": "libgpg-error", - "version": "1.46", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uvt5353br2nqkzl5w3ttr672x2lkwtmto23eiplfxffy4bodhhfa====", - "dependencies": [ - { - "name": "gawk", - "hash": "56lahcldey6nhyy4o65e2gwtp6zapff6", - "type": [ - "build" - ] - } - ], - "hash": "66hbibesf4nwich72juhisezh4owg2zb" - }, - "56lahcldey6nhyy4o65e2gwtp6zapff6": { - "name": "gawk", - "version": "4.0.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "nls": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "7555yr75vpzsz4qwk6bzcnwzfb3wk3ks3fvibtotmpoahglkeyjq====", - "hash": "56lahcldey6nhyy4o65e2gwtp6zapff6" - }, - "hs4rwgne3zg7xnz3xsmseqrp2lqfwtvp": { - "name": "fixesproto", - "version": "5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kquegrfwvfudhxn7p6a4k42xty5gr3jjixstphl3cxbc3jhlngbq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "hs4rwgne3zg7xnz3xsmseqrp2lqfwtvp" - }, - "4jq7i3myvxxplxcsdngjatzuy56suw2l": { - "name": "gobject-introspection", - "version": "1.72.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "yvkq4jyrqetdbk64qeyoxvccsogfly22jsshreaum2rujjyh5xfq====", - "dependencies": [ - { - "name": "bison", - "hash": "xazsfbxzsm6uokwhsjkcilanx36trnzs", - "type": [ - "build" - ] - }, - { - "name": "cairo", - "hash": "ltpogoulxfxmiqu5mzqqviu4p2kgiyfa", - "type": [ - "build", - "link" - ] - }, - { - "name": "flex", - "hash": "2r7b5rtkbgpykyeoaqqqry6bk26cuvtx", - "type": [ - "build" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "keiuhsbatxjc3ljfoyho5z7rritida7n", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build", - "link" - ] - } - ], - "hash": "4jq7i3myvxxplxcsdngjatzuy56suw2l" - }, - "ltpogoulxfxmiqu5mzqqviu4p2kgiyfa": { - "name": "cairo", - "version": "1.16.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "X": true, - "build_system": "autotools", - "fc": true, - "ft": true, - "gobject": true, - "patches": [ - "7c4da77767fe9feb03f8051def0832f0c67f99162913275cfa127a88df19cf51" - ], - "pdf": true, - "png": false, - "svg": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "7c4da77767fe9feb03f8051def0832f0c67f99162913275cfa127a88df19cf51" - ], - "package_hash": "4j3rurejy2edqje3on6tia5tof2n743nn6t66e6jvg7dzm3a5p6a====", - "dependencies": [ - { - "name": "autoconf", - "hash": "bd55h6kwx7z5dov75qku6cfaz4dazcpd", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "4kukfvjktsmf337ye3eik2gf3kpkljqm", - "type": [ - "build" - ] - }, - { - "name": "fontconfig", - "hash": "7zu57d7we5pzv3qdncfa27v7ympo4eq2", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "gyxn57oytupu6mxagse3jmx7ji5hmbji", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "wubcfzc6gonyxizjj2deexndqpsreqkg", - "type": [ - "build" - ] - }, - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxcb", - "hash": "4ppudrfkn2x7i7toab6yzj5vy4de66i6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "ql332oq6ukaaalkqbzlx6g6v4be5edub", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrender", - "hash": "sorxa3ngt76maljdbmiy53j3qvmlanpl", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q", - "type": [ - "build" - ] - }, - { - "name": "pixman", - "hash": "fxgxtskrqeimjwti7q4wqzujgzkkvkgs", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build" - ] - } - ], - "hash": "ltpogoulxfxmiqu5mzqqviu4p2kgiyfa" - }, - "7zu57d7we5pzv3qdncfa27v7ympo4eq2": { - "name": "fontconfig", - "version": "2.14.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fkyv3q2k3vgikrjqhdlwtbessfp5kxzdd2ddmnnwvfxze3bpa3la====", - "dependencies": [ - { - "name": "font-util", - "hash": "4lifk22t6glqygp5ueylmpv2ukhxzuux", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "gyxn57oytupu6mxagse3jmx7ji5hmbji", - "type": [ - "build", - "link" - ] - }, - { - "name": "gperf", - "hash": "v63r6w2t4ovsdgsw4uwn4fidjxicytm7", - "type": [ - "build" - ] - }, - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build" - ] - }, - { - "name": "util-linux-uuid", - "hash": "z34f3vg4cyefqlyamf75m6gnzcoq5gyz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "7zu57d7we5pzv3qdncfa27v7ympo4eq2" - }, - "4lifk22t6glqygp5ueylmpv2ukhxzuux": { - "name": "font-util", - "version": "1.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "fonts": [ - "encodings", - "font-adobe-100dpi", - "font-adobe-75dpi", - "font-adobe-utopia-100dpi", - "font-adobe-utopia-75dpi", - "font-adobe-utopia-type1", - "font-alias", - "font-arabic-misc", - "font-bh-100dpi", - "font-bh-75dpi", - "font-bh-lucidatypewriter-100dpi", - "font-bh-lucidatypewriter-75dpi", - "font-bh-type1", - "font-bitstream-100dpi", - "font-bitstream-75dpi", - "font-bitstream-speedo", - "font-bitstream-type1", - "font-cronyx-cyrillic", - "font-cursor-misc", - "font-daewoo-misc", - "font-dec-misc", - "font-ibm-type1", - "font-isas-misc", - "font-jis-misc", - "font-micro-misc", - "font-misc-cyrillic", - "font-misc-ethiopic", - "font-misc-meltho", - "font-misc-misc", - "font-mutt-misc", - "font-schumacher-misc", - "font-screen-cyrillic", - "font-sun-misc", - "font-winitzki-cyrillic", - "font-xfree86-type1" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vybwgn6d3wcuy3ea7vtty26dplfxgc2zdvnnzzhew7gbyoata4wq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "bd55h6kwx7z5dov75qku6cfaz4dazcpd", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "4kukfvjktsmf337ye3eik2gf3kpkljqm", - "type": [ - "build" - ] - }, - { - "name": "bdftopcf", - "hash": "zk3tzg4l52r4af47lgbaelg5pypiti3x", - "type": [ - "build" - ] - }, - { - "name": "mkfontdir", - "hash": "2qhszxbzq5uybqjk2vw2g27rwxgn2glz", - "type": [ - "build" - ] - }, - { - "name": "mkfontscale", - "hash": "ppbfl3en6kaozz5nqwds7nvepppmolo2", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "4lifk22t6glqygp5ueylmpv2ukhxzuux" - }, - "zk3tzg4l52r4af47lgbaelg5pypiti3x": { - "name": "bdftopcf", - "version": "1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "lg3e22v6atkmfkgilupdlg6t26x4zdbikguqk2kw4z2h2kn4eaqq====", - "dependencies": [ - { - "name": "fontsproto", - "hash": "fwiehbppzdr42ywrvi6ya7zu7c6zyu3s", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxfont", - "hash": "jjs2feklsgyrb33qfcxqqzhxmszdr4kc", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - } - ], - "hash": "zk3tzg4l52r4af47lgbaelg5pypiti3x" - }, - "fwiehbppzdr42ywrvi6ya7zu7c6zyu3s": { - "name": "fontsproto", - "version": "2.1.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5ahejllgvapbcs63bvark6hp2q6wvock7wbp6osmcjvq45nxrsaq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "fwiehbppzdr42ywrvi6ya7zu7c6zyu3s" - }, - "jjs2feklsgyrb33qfcxqqzhxmszdr4kc": { - "name": "libxfont", - "version": "1.5.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "t46ly5r5k3z72ounp4wik2sdeehzrl7zgiujmxzydkvn5lu7krka====", - "dependencies": [ - { - "name": "fontsproto", - "hash": "fwiehbppzdr42ywrvi6ya7zu7c6zyu3s", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "gyxn57oytupu6mxagse3jmx7ji5hmbji", - "type": [ - "build", - "link" - ] - }, - { - "name": "libfontenc", - "hash": "2ioriiiihv7aceqsts3k52lnops4zqdm", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - }, - { - "name": "xtrans", - "hash": "ij7x7u2dcccaopi4sflp7ksoeyfprjs3", - "type": [ - "build", - "link" - ] - } - ], - "hash": "jjs2feklsgyrb33qfcxqqzhxmszdr4kc" - }, - "gyxn57oytupu6mxagse3jmx7ji5hmbji": { - "name": "freetype", - "version": "2.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fhti55g4gg2qmjycii6vm5go2huohm5fktzepvhacwozwermi6gq====", - "dependencies": [ - { - "name": "bzip2", - "hash": "2ipelo7hbfjk2xh4m5yq554mfv4n5ouy", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpng", - "hash": "5cxpudcwyqrqxt7nabrqez3zbjfq5tld", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "gyxn57oytupu6mxagse3jmx7ji5hmbji" - }, - "5cxpudcwyqrqxt7nabrqez3zbjfq5tld": { - "name": "libpng", - "version": "1.6.37", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "puoryirpmhuafpzuvyuah4hlcxfmviefxhra664slegtq237aesa====", - "dependencies": [ - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "5cxpudcwyqrqxt7nabrqez3zbjfq5tld" - }, - "2ioriiiihv7aceqsts3k52lnops4zqdm": { - "name": "libfontenc", - "version": "1.1.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "juqz3viabn4ufmxpryhqfsvuxjtfrru37y33kxarnshfcexsnkeq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "2ioriiiihv7aceqsts3k52lnops4zqdm" - }, - "2qhszxbzq5uybqjk2vw2g27rwxgn2glz": { - "name": "mkfontdir", - "version": "1.0.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rimy3g3lqxjma3q5fs3z63lcbzzdenqt7dg7l54x7hxcnmnuiq4a====", - "dependencies": [ - { - "name": "mkfontscale", - "hash": "ppbfl3en6kaozz5nqwds7nvepppmolo2", - "type": [ - "run" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "2qhszxbzq5uybqjk2vw2g27rwxgn2glz" - }, - "ppbfl3en6kaozz5nqwds7nvepppmolo2": { - "name": "mkfontscale", - "version": "1.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "33xomf7kqazowlqrifbji7sqrwvdq2slv4tsfm2fw642pa2vuq7a====", - "dependencies": [ - { - "name": "freetype", - "hash": "gyxn57oytupu6mxagse3jmx7ji5hmbji", - "type": [ - "build", - "link" - ] - }, - { - "name": "libfontenc", - "hash": "2ioriiiihv7aceqsts3k52lnops4zqdm", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ppbfl3en6kaozz5nqwds7nvepppmolo2" - }, - "v63r6w2t4ovsdgsw4uwn4fidjxicytm7": { - "name": "gperf", - "version": "3.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hi7rqubzs2lwppv3vylprtgxd56jdlkodtar4knimyumciqx7mjq====", - "hash": "v63r6w2t4ovsdgsw4uwn4fidjxicytm7" - }, - "gtpouer2wkcy5m5h6g7a4p5xlghksh4s": { - "name": "libx11", - "version": "6.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "cilwebynreup6hmv4cs3dnenjldaf3wnyjpg3k6hlwjo4ezi6kdq====", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s" - }, - "4ppudrfkn2x7i7toab6yzj5vy4de66i6": { - "name": "libxcb", - "version": "1.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "cflde7hn55ki7gd2sne4efurvp4ueprjfugfmono4alx4fiebcsa====", - "dependencies": [ - { - "name": "libpthread-stubs", - "hash": "yo3ugnpsifnddlv3w7ocsyejujvejayi", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxau", - "hash": "4ujhag3an4wrz6erothaxpmsz7tmedil", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxdmcp", - "hash": "6hnlaqsai7zpq375udfxcgkbc24e32ti", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xcb-proto", - "hash": "vdxlbweh3fy5nce5drctstcgku5w3bu2", - "type": [ - "build", - "link" - ] - } - ], - "hash": "4ppudrfkn2x7i7toab6yzj5vy4de66i6" - }, - "yo3ugnpsifnddlv3w7ocsyejujvejayi": { - "name": "libpthread-stubs", - "version": "0.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "apgeujsd3yb6p7ywgvbn7b7fiw6lmepocaijezzb7iok454gtu4a====", - "hash": "yo3ugnpsifnddlv3w7ocsyejujvejayi" - }, - "4ujhag3an4wrz6erothaxpmsz7tmedil": { - "name": "libxau", - "version": "1.0.8", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "caqko4t3xrze7y3bprl26be7fr5wo2aqkic23ecddxm3pwtf5ukq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - } - ], - "hash": "4ujhag3an4wrz6erothaxpmsz7tmedil" - }, - "6hnlaqsai7zpq375udfxcgkbc24e32ti": { - "name": "libxdmcp", - "version": "1.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "k6ezoe53tqdwumepxz2a4wwhu5url237iejnekprjoxerpyr4lca====", - "dependencies": [ - { - "name": "libbsd", - "hash": "pitwc27ldfk5rubnewqiopwk7v5oekqb", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - } - ], - "hash": "6hnlaqsai7zpq375udfxcgkbc24e32ti" - }, - "vdxlbweh3fy5nce5drctstcgku5w3bu2": { - "name": "xcb-proto", - "version": "1.14.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "skvxifn2hoqjsqjwzrnhojf5apguwcfwh43wylng6jhzrvi7fveq====", - "hash": "vdxlbweh3fy5nce5drctstcgku5w3bu2" - }, - "ql332oq6ukaaalkqbzlx6g6v4be5edub": { - "name": "libxext", - "version": "6.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "7iy3647vlkwbgp4euyjcbkmoupaflvg6eo72uy7zii2djwdwuuna====", - "hash": "ql332oq6ukaaalkqbzlx6g6v4be5edub" - }, - "sorxa3ngt76maljdbmiy53j3qvmlanpl": { - "name": "libxrender", - "version": "0.9.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4d65nf3go3jlhxdrfmegemrqc2mivtvm3wimnvvqlmhx4bw3q5xq====", - "dependencies": [ - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "renderproto", - "hash": "34lyesy3l56ilobq5ua5yrjjnms4y7p4", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "sorxa3ngt76maljdbmiy53j3qvmlanpl" - }, - "34lyesy3l56ilobq5ua5yrjjnms4y7p4": { - "name": "renderproto", - "version": "0.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "bk2h6zq4t46bqzv2jahgqge4n5n7lcqwtoqa2h3l6nkaqi3ts2fq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "34lyesy3l56ilobq5ua5yrjjnms4y7p4" - }, - "fxgxtskrqeimjwti7q4wqzujgzkkvkgs": { - "name": "pixman", - "version": "0.42.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hsqm2ybnlduxxsqbzgx3aywvrmaq5lnynzqffx7d4egv5s4y6uca====", - "dependencies": [ - { - "name": "libpng", - "hash": "5cxpudcwyqrqxt7nabrqez3zbjfq5tld", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "fxgxtskrqeimjwti7q4wqzujgzkkvkgs" - }, - "zpv4nrgmlrytridzw67cibgqwbkq6xbt": { - "name": "inputproto", - "version": "2.3.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "x7ftkvt7cek56mwyxcskjogbmzbswa5qfuhrudw4rmbtlfxghqgq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "zpv4nrgmlrytridzw67cibgqwbkq6xbt" - }, - "cqjstd747y36j3vggfjttlhaysdldno3": { - "name": "libxi", - "version": "1.7.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ib77d7eg6kgvfkkha6mgubrixyq75ddtldrh2hdfksq3lfnouqpq====", - "dependencies": [ - { - "name": "fixesproto", - "hash": "hs4rwgne3zg7xnz3xsmseqrp2lqfwtvp", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "zpv4nrgmlrytridzw67cibgqwbkq6xbt", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "ql332oq6ukaaalkqbzlx6g6v4be5edub", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxfixes", - "hash": "p4ugpuwosilv2pp62mqyfbubpwajc3ky", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "rreakvb75y46naefvyrscxr5jv7mhkiv", - "type": [ - "build", - "link" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - } - ], - "hash": "cqjstd747y36j3vggfjttlhaysdldno3" - }, - "p4ugpuwosilv2pp62mqyfbubpwajc3ky": { - "name": "libxfixes", - "version": "5.0.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "n6xa324jijtcpajfcqxsspu46mfd75kmgs5nwwnu7fa5apadlc4a====", - "dependencies": [ - { - "name": "fixesproto", - "hash": "hs4rwgne3zg7xnz3xsmseqrp2lqfwtvp", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "rreakvb75y46naefvyrscxr5jv7mhkiv", - "type": [ - "build", - "link" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - } - ], - "hash": "p4ugpuwosilv2pp62mqyfbubpwajc3ky" - }, - "rreakvb75y46naefvyrscxr5jv7mhkiv": { - "name": "xextproto", - "version": "7.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "772pnkm2kjypi4txkkz3dkdbniiaybh65fmcv3ronigaj2idgcbq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "rreakvb75y46naefvyrscxr5jv7mhkiv" - }, - "pu2qzoj72di6v3tamvfrhckla35w3qfn": { - "name": "libxtst", - "version": "1.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "j7iqvxmfqdswlfelth3zsm7jvfz5uf3xhjbh3lmhfby54mqjhlvq====", - "dependencies": [ - { - "name": "fixesproto", - "hash": "hs4rwgne3zg7xnz3xsmseqrp2lqfwtvp", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "zpv4nrgmlrytridzw67cibgqwbkq6xbt", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "ql332oq6ukaaalkqbzlx6g6v4be5edub", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxi", - "hash": "cqjstd747y36j3vggfjttlhaysdldno3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "recordproto", - "hash": "kzfzna4htuzbyb7ywq4iwbv6oxjhfvat", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "rreakvb75y46naefvyrscxr5jv7mhkiv", - "type": [ - "build", - "link" - ] - } - ], - "hash": "pu2qzoj72di6v3tamvfrhckla35w3qfn" - }, - "kzfzna4htuzbyb7ywq4iwbv6oxjhfvat": { - "name": "recordproto", - "version": "1.14.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "oc4sleoxvjnuerfgyxnzqq53irqrd27w52b3qtcot246rlv73kva====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "kzfzna4htuzbyb7ywq4iwbv6oxjhfvat" - }, - "guskjjjcitobayqmoqc5hda73k43ya4d": { - "name": "atk", - "version": "2.38.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "gp5wjvo6vgtkcuyipf3yxj6dyncy2eiugv6wbh3x2ut73pw3vbua====", - "dependencies": [ - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "4jq7i3myvxxplxcsdngjatzuy56suw2l", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "keiuhsbatxjc3ljfoyho5z7rritida7n", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "guskjjjcitobayqmoqc5hda73k43ya4d" - }, - "5rdulw5nxtxdb24pzlytymppis6ojzfm": { - "name": "fribidi", - "version": "1.0.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "iobhrz2tcy2osrfdpoamyb3pjh3ctkmplsn6pwwyd2drdb4li7zq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "bd55h6kwx7z5dov75qku6cfaz4dazcpd", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "4kukfvjktsmf337ye3eik2gf3kpkljqm", - "type": [ - "build" - ] - }, - { - "name": "libtool", - "hash": "wubcfzc6gonyxizjj2deexndqpsreqkg", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q", - "type": [ - "build" - ] - } - ], - "hash": "5rdulw5nxtxdb24pzlytymppis6ojzfm" - }, - "tiyvchdoxjka3nlvghmqg7ldcebdybcu": { - "name": "gdk-pixbuf", - "version": "2.42.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "man": false, - "tiff": false, - "x11": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7yvjh5jzepapba7kjjl2kufzrzgmia5htnb4g7aodz2fans6kdda====", - "dependencies": [ - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "4jq7i3myvxxplxcsdngjatzuy56suw2l", - "type": [ - "build", - "link" - ] - }, - { - "name": "libjpeg-turbo", - "hash": "j7hxj6n46xesjfa2d5iq4ejxpmyafs3t", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpng", - "hash": "5cxpudcwyqrqxt7nabrqez3zbjfq5tld", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "shared-mime-info", - "hash": "2kfq3ug4gwgbeszch4jdpmnlvx3w7lqv", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "tiyvchdoxjka3nlvghmqg7ldcebdybcu" - }, - "j7hxj6n46xesjfa2d5iq4ejxpmyafs3t": { - "name": "libjpeg-turbo", - "version": "62.1.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "jpeg8": false, - "shared": true, - "static": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "qomhag4ztr7utmfp7tcc2e6h7zajlnzxbyu5u5jvjzobiugi5hra====", - "hash": "j7hxj6n46xesjfa2d5iq4ejxpmyafs3t" - }, - "2kfq3ug4gwgbeszch4jdpmnlvx3w7lqv": { - "name": "shared-mime-info", - "version": "1.9", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hactrqhutnlt3swwkda2hlh5ze3vwzoyeaphekv4brheotdkf2gq====", - "dependencies": [ - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "intltool", - "hash": "u6oxqj5xjs2dxre4brlrsftae74ow3y2", - "type": [ - "build" - ] - }, - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "2kfq3ug4gwgbeszch4jdpmnlvx3w7lqv" - }, - "u6oxqj5xjs2dxre4brlrsftae74ow3y2": { - "name": "intltool", - "version": "0.51.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "ca9d6562f29f06c64150f50369a24402b7aa01a3a0dc73dce55106f3224330a1" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "ca9d6562f29f06c64150f50369a24402b7aa01a3a0dc73dce55106f3224330a1" - ], - "package_hash": "wobo2qkexoi7b66er3cup4rijj64bh6kjvnbnqjyuxqtpbrnl3qa====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-xml-parser", - "hash": "tlj6tenrus2g3srrbr7xiga3ywmbvvj3", - "type": [ - "build", - "run" - ] - } - ], - "hash": "u6oxqj5xjs2dxre4brlrsftae74ow3y2" - }, - "tlj6tenrus2g3srrbr7xiga3ywmbvvj3": { - "name": "perl-xml-parser", - "version": "2.44", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "472uai3cyjdeugpnr7airwymwbz4cdpvcrrugdx5kakd3ih5zzfa====", - "dependencies": [ - { - "name": "expat", - "hash": "a2v4pu4d7g7wmfiba5jbr2ahkb4l2hxx", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-libwww-perl", - "hash": "b5vff3fdfchsjrsqb56ynqopxtoxb657", - "type": [ - "build", - "run" - ] - } - ], - "hash": "tlj6tenrus2g3srrbr7xiga3ywmbvvj3" - }, - "b5vff3fdfchsjrsqb56ynqopxtoxb657": { - "name": "perl-libwww-perl", - "version": "6.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2hcy7y4gmnmpyqi45jjc6k2ctti2xuqsxactzuycnkfnz2ax3ghq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-encode-locale", - "hash": "djrwdqfanmv7pqhvkfodyuzv22ds537p", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-file-listing", - "hash": "zmw57hedtwu5zd74rgy7ihegsqriou7i", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-html-parser", - "hash": "umj4yvuh5rfc4eenz6wrqgdobxmhv3bj", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-cookies", - "hash": "sd4dkrrfl6ybfk6qfqualpe2brlsglnh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-daemon", - "hash": "c6fxdkgv3uda3yvtg6ntlxk4t4avmqnb", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "khr5z42yod7ljdv52e4vl6qykniglebt", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "m5ft6zhbalihfmipydtsrftivsv6jlfp", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-negotiate", - "hash": "4xc5kaodvotrz2yypbkfffgtfxshfw57", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-lwp-mediatypes", - "hash": "5auwlfrm6qgkdbhsfti5mrnipzf3ymuh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-net-http", - "hash": "ftt6muecnct5rguulav3cyrhspypirqw", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-try-tiny", - "hash": "kqkmb6lzxqjyg62zeulvvfe2faixkhki", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "rjynau2o2qsptn6sax3ouzx7kxaslvci", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-www-robotrules", - "hash": "w3afrlqmzotlscdfartzsn5y47nhbytp", - "type": [ - "build", - "run" - ] - } - ], - "hash": "b5vff3fdfchsjrsqb56ynqopxtoxb657" - }, - "djrwdqfanmv7pqhvkfodyuzv22ds537p": { - "name": "perl-encode-locale", - "version": "1.05", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "mg5fe7zybrspedamjgas7dg5svwjbexxrjayribd53nzkj2srrra====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "djrwdqfanmv7pqhvkfodyuzv22ds537p" - }, - "zmw57hedtwu5zd74rgy7ihegsqriou7i": { - "name": "perl-file-listing", - "version": "6.04", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fkpo3iowqtkztj6vkqnourhkucey3ji3stg4fcj5orwbqwkdpfia====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "khr5z42yod7ljdv52e4vl6qykniglebt", - "type": [ - "build", - "run" - ] - } - ], - "hash": "zmw57hedtwu5zd74rgy7ihegsqriou7i" - }, - "khr5z42yod7ljdv52e4vl6qykniglebt": { - "name": "perl-http-date", - "version": "6.02", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "v4tsarhuysysckggicz6l7ll2c54v5h4hbta3guuwgi3aur4lfga====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "khr5z42yod7ljdv52e4vl6qykniglebt" - }, - "umj4yvuh5rfc4eenz6wrqgdobxmhv3bj": { - "name": "perl-html-parser", - "version": "3.72", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5mwnk2j6i2seakt3gerzx3nmhx3p7s74dpbym7s5bsf3mffqyjfa====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-html-tagset", - "hash": "msxidn7qc3jh5xwwyd44sb2dxom7z2ix", - "type": [ - "build", - "run" - ] - } - ], - "hash": "umj4yvuh5rfc4eenz6wrqgdobxmhv3bj" - }, - "msxidn7qc3jh5xwwyd44sb2dxom7z2ix": { - "name": "perl-html-tagset", - "version": "3.20", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pqgifokillquw6ywhyobz6o6lzsozskh7cg6vh6zvxtb42lp6jeq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "msxidn7qc3jh5xwwyd44sb2dxom7z2ix" - }, - "sd4dkrrfl6ybfk6qfqualpe2brlsglnh": { - "name": "perl-http-cookies", - "version": "6.04", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rnu4d4xb6mo623doclamtdeojlqjw5kotfxkbe6nqkadgbjjkhfq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "m5ft6zhbalihfmipydtsrftivsv6jlfp", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "rjynau2o2qsptn6sax3ouzx7kxaslvci", - "type": [ - "build", - "run" - ] - } - ], - "hash": "sd4dkrrfl6ybfk6qfqualpe2brlsglnh" - }, - "m5ft6zhbalihfmipydtsrftivsv6jlfp": { - "name": "perl-http-message", - "version": "6.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "bapi2qfmpsbksnna4kge46ts3kv47ozm5f55ehbtqrbpbub6r6sa====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-encode-locale", - "hash": "djrwdqfanmv7pqhvkfodyuzv22ds537p", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "khr5z42yod7ljdv52e4vl6qykniglebt", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-io-html", - "hash": "t3x2z22reiwladd4sra4irsv3nzu36w5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-lwp-mediatypes", - "hash": "5auwlfrm6qgkdbhsfti5mrnipzf3ymuh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-try-tiny", - "hash": "kqkmb6lzxqjyg62zeulvvfe2faixkhki", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "rjynau2o2qsptn6sax3ouzx7kxaslvci", - "type": [ - "build", - "run" - ] - } - ], - "hash": "m5ft6zhbalihfmipydtsrftivsv6jlfp" - }, - "t3x2z22reiwladd4sra4irsv3nzu36w5": { - "name": "perl-io-html", - "version": "1.001", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "cltnzamqu7nv5wsh7cmiffprz3sshieifn5rehpdskjc5zqzoybq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "t3x2z22reiwladd4sra4irsv3nzu36w5" - }, - "5auwlfrm6qgkdbhsfti5mrnipzf3ymuh": { - "name": "perl-lwp-mediatypes", - "version": "6.02", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "mcrrkpcx3yhtamk4mc6xcncneglvugom2tybrv5l4frngnk5ndwa====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "5auwlfrm6qgkdbhsfti5mrnipzf3ymuh" - }, - "kqkmb6lzxqjyg62zeulvvfe2faixkhki": { - "name": "perl-try-tiny", - "version": "0.28", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "wqa25n7l6xadn5kjagsegnfwzi7ioyed6wr2owrrs4gyvwsgzjla====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "kqkmb6lzxqjyg62zeulvvfe2faixkhki" - }, - "rjynau2o2qsptn6sax3ouzx7kxaslvci": { - "name": "perl-uri", - "version": "1.72", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "aydt455hxaxfpy7f2oy6vfml43xigxpp6vyp5wwfvua53h3l6owq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-test-needs", - "hash": "xsb4eixepd35dzp4eatzl5akcmluqyia", - "type": [ - "build" - ] - } - ], - "hash": "rjynau2o2qsptn6sax3ouzx7kxaslvci" - }, - "xsb4eixepd35dzp4eatzl5akcmluqyia": { - "name": "perl-test-needs", - "version": "0.002005", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vrgqui6gpvyr7i4irpylgtatpkuyosp5ujctfkeywdgvjp3w2hbq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "xsb4eixepd35dzp4eatzl5akcmluqyia" - }, - "c6fxdkgv3uda3yvtg6ntlxk4t4avmqnb": { - "name": "perl-http-daemon", - "version": "6.01", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nhoni2crzeed5qspteahaliswfx5kzxiaxicztzz77ajunhvyemq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "khr5z42yod7ljdv52e4vl6qykniglebt", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "m5ft6zhbalihfmipydtsrftivsv6jlfp", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-lwp-mediatypes", - "hash": "5auwlfrm6qgkdbhsfti5mrnipzf3ymuh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-module-build-tiny", - "hash": "yjr2hevxi5fkzwusyzodzp4zinaru5sm", - "type": [ - "build" - ] - } - ], - "hash": "c6fxdkgv3uda3yvtg6ntlxk4t4avmqnb" - }, - "yjr2hevxi5fkzwusyzodzp4zinaru5sm": { - "name": "perl-module-build-tiny", - "version": "0.039", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jesmbcm7ilgpjlnreg4efoe53e6iypa47mnwn32rkgjeqy3tnt5a====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-config", - "hash": "iamyt43ardaztg4kc5s237kdjkxzxdnr", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-helpers", - "hash": "rpa5who3x3c2hgm3dwxcltxi7sict652", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-installpaths", - "hash": "7xodcuchughj3sgj56uhtpazx5n5dniq", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-module-build", - "hash": "6crec4lsywz5h6iagto46znbfmb26xkq", - "type": [ - "build" - ] - } - ], - "hash": "yjr2hevxi5fkzwusyzodzp4zinaru5sm" - }, - "iamyt43ardaztg4kc5s237kdjkxzxdnr": { - "name": "perl-extutils-config", - "version": "0.008", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "yhzsoknakknd3wbbby3bhm4hndyudpmiqvl3tyyhhsniykxky55q====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "iamyt43ardaztg4kc5s237kdjkxzxdnr" - }, - "rpa5who3x3c2hgm3dwxcltxi7sict652": { - "name": "perl-extutils-helpers", - "version": "0.026", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "axqydqzxlepmz6hvrsuligbsegtq54ajyccnujfd2qtira2kw72q====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "rpa5who3x3c2hgm3dwxcltxi7sict652" - }, - "7xodcuchughj3sgj56uhtpazx5n5dniq": { - "name": "perl-extutils-installpaths", - "version": "0.012", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "65rpfwfara4ertnumxmjrgpis4sfe5gjldzobtphyr4ymiitleja====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-config", - "hash": "iamyt43ardaztg4kc5s237kdjkxzxdnr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "7xodcuchughj3sgj56uhtpazx5n5dniq" - }, - "6crec4lsywz5h6iagto46znbfmb26xkq": { - "name": "perl-module-build", - "version": "0.4224", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7tyqjwceayond4tnqlhcvd36uf6jefxb25ojwsz4vmudvlncybpq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - } - ], - "hash": "6crec4lsywz5h6iagto46znbfmb26xkq" - }, - "4xc5kaodvotrz2yypbkfffgtfxshfw57": { - "name": "perl-http-negotiate", - "version": "6.01", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "6mfb354d2lmo2g3zoewh4hnvyapkfqqfwiipv7532xqkvzn55dqq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "m5ft6zhbalihfmipydtsrftivsv6jlfp", - "type": [ - "build", - "run" - ] - } - ], - "hash": "4xc5kaodvotrz2yypbkfffgtfxshfw57" - }, - "ftt6muecnct5rguulav3cyrhspypirqw": { - "name": "perl-net-http", - "version": "6.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "g43kruw44ozystc7coyfiqburarvyyuw7vf4tobwmjp3n4toj5uq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "rjynau2o2qsptn6sax3ouzx7kxaslvci", - "type": [ - "build", - "run" - ] - } - ], - "hash": "ftt6muecnct5rguulav3cyrhspypirqw" - }, - "w3afrlqmzotlscdfartzsn5y47nhbytp": { - "name": "perl-www-robotrules", - "version": "6.02", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "dmcu3fdbxfmftmxg5wejubxo2233aswjucxjuhv4gswb5nxfkcyq====", - "dependencies": [ - { - "name": "perl", - "hash": "aqo3x7shyz2565udcuhfnsjdjz5ngpv5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "rjynau2o2qsptn6sax3ouzx7kxaslvci", - "type": [ - "build", - "run" - ] - } - ], - "hash": "w3afrlqmzotlscdfartzsn5y47nhbytp" - }, - "lhxozz7joh5uom3hmsw7y7pzxoxvc4s6": { - "name": "libepoxy", - "version": "0.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "glx": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "pi6bf2ndhev3iq44lido6pvzqrwkk6lqrgpvqxv3jx3qbb72mhka====", - "hash": "lhxozz7joh5uom3hmsw7y7pzxoxvc4s6" - }, - "iyvqmrzags7fzost4lfbjcug4mjcllkd": { - "name": "librsvg", - "version": "2.40.20", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "doc": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "wljdy7hwltzejdzqejirv354uhggfwo6kgsjbgr66nyezpd4spma====", - "hash": "iyvqmrzags7fzost4lfbjcug4mjcllkd" - }, - "kxkc26rhtsmjcz6xwhrleo7qxpj5ukse": { - "name": "libxkbcommon", - "version": "1.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "wayland": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2epn5ki3womaacoxsl6unnlp5j4r4kx4s6mi227rsqvconpo2bca====", - "dependencies": [ - { - "name": "bison", - "hash": "xazsfbxzsm6uokwhsjkcilanx36trnzs", - "type": [ - "build" - ] - }, - { - "name": "libxcb", - "hash": "4ppudrfkn2x7i7toab6yzj5vy4de66i6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build", - "link" - ] - }, - { - "name": "xkbdata", - "hash": "5butfkqclkt5wj4btgp4535xud5yteuy", - "type": [ - "build", - "link" - ] - } - ], - "hash": "kxkc26rhtsmjcz6xwhrleo7qxpj5ukse" - }, - "5butfkqclkt5wj4btgp4535xud5yteuy": { - "name": "xkbdata", - "version": "1.0.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5yn2zxhph3mckqddidibdhplcevp7dau4sljzw7quspumjd6laeq====", - "dependencies": [ - { - "name": "xkbcomp", - "hash": "ti5ai4egtb7xfvqy5vr3h4lvjjsvauk4", - "type": [ - "build" - ] - } - ], - "hash": "5butfkqclkt5wj4btgp4535xud5yteuy" - }, - "ti5ai4egtb7xfvqy5vr3h4lvjjsvauk4": { - "name": "xkbcomp", - "version": "1.4.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4qznuvrssnfcew2ycf43r3ubrgsf3z6fghnv37pwlnqgixxhvl4a====", - "dependencies": [ - { - "name": "bison", - "hash": "xazsfbxzsm6uokwhsjkcilanx36trnzs", - "type": [ - "build" - ] - }, - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxkbfile", - "hash": "gfv4slhhaej62g63gkprrmgf3zbkzfww", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ti5ai4egtb7xfvqy5vr3h4lvjjsvauk4" - }, - "gfv4slhhaej62g63gkprrmgf3zbkzfww": { - "name": "libxkbfile", - "version": "1.0.9", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nxmltov5hlerefgf22xn2vbzeih7opqi6cwi3e5clzsrhh4swdkq====", - "dependencies": [ - { - "name": "kbproto", - "hash": "l2nnznzlnozztl6hoxaejejfgugufi76", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "gfv4slhhaej62g63gkprrmgf3zbkzfww" - }, - "l2nnznzlnozztl6hoxaejejfgugufi76": { - "name": "kbproto", - "version": "1.0.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vpdo6klq4gtxwnvl2v3cmo76s6sydzpeyw6shshtx6eys54yaaia====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "l2nnznzlnozztl6hoxaejejfgugufi76" - }, - "2npsp5nu23ednffjccuhpmyfbjunsfsx": { - "name": "pango", - "version": "1.50.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "X": true, - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kgzhk2fnzpmc4xxrycesduygqn6yevxtcyjdetn55w5nauosw3ga====", - "dependencies": [ - { - "name": "cairo", - "hash": "ltpogoulxfxmiqu5mzqqviu4p2kgiyfa", - "type": [ - "build", - "link" - ] - }, - { - "name": "fontconfig", - "hash": "7zu57d7we5pzv3qdncfa27v7ympo4eq2", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "gyxn57oytupu6mxagse3jmx7ji5hmbji", - "type": [ - "build", - "link" - ] - }, - { - "name": "fribidi", - "hash": "5rdulw5nxtxdb24pzlytymppis6ojzfm", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "4jq7i3myvxxplxcsdngjatzuy56suw2l", - "type": [ - "build", - "link" - ] - }, - { - "name": "harfbuzz", - "hash": "wzq6n6md62pwwm3jr63y6mhnms27wcmz", - "type": [ - "build", - "link" - ] - }, - { - "name": "json-glib", - "hash": "ztmxkth5gtcexsuihct67rx3hzuz735m", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "keiuhsbatxjc3ljfoyho5z7rritida7n", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxft", - "hash": "mm2esvkezpfxx75ksrnema7s72g2ve6a", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "2npsp5nu23ednffjccuhpmyfbjunsfsx" - }, - "wzq6n6md62pwwm3jr63y6mhnms27wcmz": { - "name": "harfbuzz", - "version": "5.3.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "graphite2": false, - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "dlc7fxc5scft64tkody5manvlvkqw3qbfblcf5ksvhdzd5ucntnq====", - "dependencies": [ - { - "name": "cairo", - "hash": "ltpogoulxfxmiqu5mzqqviu4p2kgiyfa", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "gyxn57oytupu6mxagse3jmx7ji5hmbji", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "4jq7i3myvxxplxcsdngjatzuy56suw2l", - "type": [ - "build", - "link" - ] - }, - { - "name": "icu4c", - "hash": "7e5inp4hdultwjxkbaza67byhelnb67d", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "wzq6n6md62pwwm3jr63y6mhnms27wcmz" - }, - "7e5inp4hdultwjxkbaza67byhelnb67d": { - "name": "icu4c", - "version": "67.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxxstd": "11", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "sgcbcyg7g3reoxffiflrjszzyecsyhv5h6tzhuwk4a33wqjramla====", - "dependencies": [ - { - "name": "python", - "hash": "n6we6i4pmnmnhlex3rv6xeyp37hsb37t", - "type": [ - "build" - ] - } - ], - "hash": "7e5inp4hdultwjxkbaza67byhelnb67d" - }, - "ztmxkth5gtcexsuihct67rx3hzuz735m": { - "name": "json-glib", - "version": "1.6.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "e5ntoaqlanms3uitvntjhpv7goiym75egl4pezqphc5uee4kcbpq====", - "dependencies": [ - { - "name": "glib", - "hash": "lnvbptslodb24n6dhovg7nkfjtc6okmo", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "4jq7i3myvxxplxcsdngjatzuy56suw2l", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "tj45bc5yiidh3skt3p5smqu6x5pclk4q", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "wizngrchlt6snky6ielhueom3xr3entm", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "ztmxkth5gtcexsuihct67rx3hzuz735m" - }, - "mm2esvkezpfxx75ksrnema7s72g2ve6a": { - "name": "libxft", - "version": "2.3.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "c3iborz4pzgcvwuu3niqv75ite7igxmo5jcmh242nbhflzkz3haa====", - "hash": "mm2esvkezpfxx75ksrnema7s72g2ve6a" - }, - "ygmbjnxw46vtmirhwbqga55jlaxgjm7j": { - "name": "xrandr", - "version": "1.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7k5b2diluuwslghaqxp5ma5j3642j7zbnhydwrwzdtzi65tned2q====", - "dependencies": [ - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrandr", - "hash": "kcq35l6hwa5jkc4fmurz7grghfwrkfe4", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrender", - "hash": "sorxa3ngt76maljdbmiy53j3qvmlanpl", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "randrproto", - "hash": "xbi5hbvuxqa35pneubmjcdjzjapzj5ab", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "ibi7pbtmbnh5pmrw5fswx2nwr4c37n53", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ygmbjnxw46vtmirhwbqga55jlaxgjm7j" - }, - "kcq35l6hwa5jkc4fmurz7grghfwrkfe4": { - "name": "libxrandr", - "version": "1.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uoopbrygzmavv3wl64mdehxaqavevtlqfnoel432wnlqe5ik5kca====", - "dependencies": [ - { - "name": "libx11", - "hash": "gtpouer2wkcy5m5h6g7a4p5xlghksh4s", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "ql332oq6ukaaalkqbzlx6g6v4be5edub", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrender", - "hash": "sorxa3ngt76maljdbmiy53j3qvmlanpl", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "randrproto", - "hash": "xbi5hbvuxqa35pneubmjcdjzjapzj5ab", - "type": [ - "build", - "link" - ] - }, - { - "name": "renderproto", - "hash": "34lyesy3l56ilobq5ua5yrjjnms4y7p4", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "rreakvb75y46naefvyrscxr5jv7mhkiv", - "type": [ - "build", - "link" - ] - } - ], - "hash": "kcq35l6hwa5jkc4fmurz7grghfwrkfe4" - }, - "xbi5hbvuxqa35pneubmjcdjzjapzj5ab": { - "name": "randrproto", - "version": "1.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vuemqtj4n7gc5y3x627if3zu76mahdb463djahg2o3bjrv2xen6a====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "55nzrbik3nnx2ok64zw7zqxjmkizym5f", - "type": [ - "build" - ] - } - ], - "hash": "xbi5hbvuxqa35pneubmjcdjzjapzj5ab" - }, - "4knuksyiah2uqvt43ulrrpailoregcun": { - "name": "http-parser", - "version": "2.9.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uq3sgbo7sl4m6swdycijyopkgdjuywxpisnp2xo2xlt43nltygoa====", - "hash": "4knuksyiah2uqvt43ulrrpailoregcun" - }, - "c2hsgzik7qpen4a4w3ol6odhymmg5plk": { - "name": "json-c", - "version": "0.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "no5lzmk3mfxiq7mdjvkii33zm4yk54magfpruvmcimhi63bmqzlq====", - "dependencies": [ - { - "name": "cmake", - "hash": "2kn4nm5joanpw6dgtvjdpl6swz23kjbi", - "type": [ - "build" - ] - } - ], - "hash": "c2hsgzik7qpen4a4w3ol6odhymmg5plk" - }, - "3uojwdogic2tkjnhqs4cm2edtfndma4p": { - "name": "libjwt", - "version": "1.13.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vpwrhlq7rublgiym2vjim3abtd22tqwy4vr4z2jgw5aggcggdmbq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "bd55h6kwx7z5dov75qku6cfaz4dazcpd", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "4kukfvjktsmf337ye3eik2gf3kpkljqm", - "type": [ - "build" - ] - }, - { - "name": "jansson", - "hash": "vee2543veylworcy25y4vwyayzpygrse", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "wubcfzc6gonyxizjj2deexndqpsreqkg", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "jyhb4ywgmwa4cmybgpzy4lvcbombi32q", - "type": [ - "build" - ] - }, - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "run" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "3uojwdogic2tkjnhqs4cm2edtfndma4p" - }, - "vee2543veylworcy25y4vwyayzpygrse": { - "name": "jansson", - "version": "2.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "w5ctelile4v7afirpood3ma5bnxfyepca4u5h5xmpfdpuc7vibia====", - "dependencies": [ - { - "name": "cmake", - "hash": "2kn4nm5joanpw6dgtvjdpl6swz23kjbi", - "type": [ - "build" - ] - } - ], - "hash": "vee2543veylworcy25y4vwyayzpygrse" - }, - "6bgympxbnucu527to6m4usiubkxmfir6": { - "name": "libyaml", - "version": "0.2.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "g7bnnjbbeunsomfugjulylalc7iascu3ap6uctagn2pal5jgjxva====", - "hash": "6bgympxbnucu527to6m4usiubkxmfir6" - }, - "hmhov3nk7s7wsrk4xp7xt36i3yx4kb45": { - "name": "lz4", - "version": "1.9.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "q3w4yyhzr4gca3v73pyviouaacrai6popu2v2tqpkp6ijkskcrya====", - "hash": "hmhov3nk7s7wsrk4xp7xt36i3yx4kb45" - }, - "ieewrmqz6yo4kuaxkbipuqbbpos5476g": { - "name": "mariadb", - "version": "10.8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "nonblocking": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "a5dizrkrab6udrwbgt7prrfddbnigty5otmx6mmnww3epeil6ira====", - "dependencies": [ - { - "name": "bison", - "hash": "xazsfbxzsm6uokwhsjkcilanx36trnzs", - "type": [ - "build" - ] - }, - { - "name": "boost", - "hash": "s6mjabufiisdzqcyrrhzwll5rvbtbhd7", - "type": [ - "build", - "link" - ] - }, - { - "name": "cmake", - "hash": "2kn4nm5joanpw6dgtvjdpl6swz23kjbi", - "type": [ - "build" - ] - }, - { - "name": "curl", - "hash": "p7p3yk6ylvfpzt7tv5dgkre74w26qft5", - "type": [ - "build", - "link" - ] - }, - { - "name": "jemalloc", - "hash": "p7t7zz2jlr6wjkws54l64rokeuo2riif", - "type": [ - "build", - "link" - ] - }, - { - "name": "krb5", - "hash": "rafu5udcloqlzrjs34mzlnujwo2xaekb", - "type": [ - "build", - "link" - ] - }, - { - "name": "libaio", - "hash": "vo5yvxcmjr6wfwp42l4mnho6whqdv5n7", - "type": [ - "build", - "link" - ] - }, - { - "name": "libedit", - "hash": "rznpn4v6apyyy72h4pi4xad6ghlbjgpx", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "lppgawzmpwtecpaa2j3b2t76gp4vqbgl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "c7bdoob73w32xnwq3fxj4opwjn4kefuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "libzmq", - "hash": "sf35dq3lls77nsrl7rrc4kc6ywsxda2l", - "type": [ - "build", - "link" - ] - }, - { - "name": "lz4", - "hash": "hmhov3nk7s7wsrk4xp7xt36i3yx4kb45", - "type": [ - "build", - "link" - ] - }, - { - "name": "msgpack-c", - "hash": "yz7wkrganoqaczzjbgswy6ftromp2w4f", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "ytfnmesz67wp2fivzq3cour5vd47gvnw", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ieewrmqz6yo4kuaxkbipuqbbpos5476g" - }, - "s6mjabufiisdzqcyrrhzwll5rvbtbhd7": { - "name": "boost", - "version": "1.81.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "atomic": true, - "build_system": "generic", - "chrono": true, - "clanglibcpp": false, - "container": false, - "context": false, - "contract": false, - "coroutine": false, - "cxxstd": "98", - "date_time": true, - "debug": false, - "exception": true, - "fiber": false, - "filesystem": true, - "graph": true, - "graph_parallel": false, - "icu": false, - "iostreams": true, - "json": false, - "locale": true, - "log": true, - "math": true, - "mpi": false, - "multithreaded": true, - "nowide": false, - "numpy": false, - "patches": [ - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8" - ], - "pic": false, - "program_options": true, - "python": false, - "random": true, - "regex": true, - "serialization": true, - "shared": true, - "signals": true, - "singlethreaded": false, - "stacktrace": false, - "system": true, - "taggedlayout": false, - "test": true, - "thread": true, - "timer": true, - "type_erasure": false, - "versionedlayout": false, - "visibility": "hidden", - "wave": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8" - ], - "package_hash": "363pmtb2dzrzzf5oqejd42ruqnf4c7ohcira5tmcpksp4ajowyaa====", - "dependencies": [ - { - "name": "bzip2", - "hash": "2ipelo7hbfjk2xh4m5yq554mfv4n5ouy", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "75jrf4sicnk2rit3xxiy3qy3ch5jhimq", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "obu7qb2i4hngij6viwwnhtvqmmekvwd7", - "type": [ - "build", - "link" - ] - }, - { - "name": "zstd", - "hash": "r3j3rxf6njpy4j254owk2tyfwelttaey", - "type": [ - "build", - "link" - ] - } - ], - "hash": "s6mjabufiisdzqcyrrhzwll5rvbtbhd7" - }, - "r3j3rxf6njpy4j254owk2tyfwelttaey": { - "name": "zstd", - "version": "1.5.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "libs": [ - "shared", - "static" - ], - "programs": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "izsym4u42o32iv3wnjppgh72xowljesxowqcbjnnqbznaqplb22q====", - "hash": "r3j3rxf6njpy4j254owk2tyfwelttaey" - }, - "p7t7zz2jlr6wjkws54l64rokeuo2riif": { - "name": "jemalloc", - "version": "5.2.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "debug": false, - "documentation": false, - "fill": true, - "jemalloc_prefix": "none", - "libs": [ - "shared", - "static" - ], - "prof": false, - "stats": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "63g6tvk4oqcl7msbqafcl4rqnqeve5etkfvg5j4ovb2jopanmsnq====", - "hash": "p7t7zz2jlr6wjkws54l64rokeuo2riif" - }, - "rafu5udcloqlzrjs34mzlnujwo2xaekb": { - "name": "krb5", - "version": "1.20.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "r6ydpr3hyfrwadxlhvewyi66nyoc77evaise54n47su5t7xrzfka====", - "dependencies": [ - { - "name": "bison", - "hash": "xazsfbxzsm6uokwhsjkcilanx36trnzs", - "type": [ - "build" - ] - }, - { - "name": "diffutils", - "hash": "5ltuftbocltilsne6qqxfzt6s2d5hjkw", - "type": [ - "build" - ] - }, - { - "name": "gettext", - "hash": "znqwb2n7pvfvnddgpz73xd7pn6exnf32", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "link" - ] - } - ], - "hash": "rafu5udcloqlzrjs34mzlnujwo2xaekb" - }, - "vo5yvxcmjr6wfwp42l4mnho6whqdv5n7": { - "name": "libaio", - "version": "0.3.110", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ck22yezihxbhn3hipemnpm2ys2xa4cgbseo5d6f2ccm2iix4px6a====", - "hash": "vo5yvxcmjr6wfwp42l4mnho6whqdv5n7" - }, - "rznpn4v6apyyy72h4pi4xad6ghlbjgpx": { - "name": "libedit", - "version": "3.1-20210216", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ninqmmvykou34qav4dotjyhs5xmqulqxvmhebpbr5nv3y6slsxva====", - "dependencies": [ - { - "name": "ncurses", - "hash": "ytfnmesz67wp2fivzq3cour5vd47gvnw", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "rznpn4v6apyyy72h4pi4xad6ghlbjgpx" - }, - "sf35dq3lls77nsrl7rrc4kc6ywsxda2l": { - "name": "libzmq", - "version": "4.3.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "drafts": false, - "libbsd": true, - "libsodium": true, - "libunwind": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "n4hfiswzztbozftbrhwvlv2kfbp7cf2bnqnxywh32z3ddvd7w6aq====", - "dependencies": [ - { - "name": "libbsd", - "hash": "pitwc27ldfk5rubnewqiopwk7v5oekqb", - "type": [ - "build", - "link" - ] - }, - { - "name": "libsodium", - "hash": "j7cocckhzvlftxgap225r7p5xho36w7o", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "i52i3b76zp2wwr55f2mwd2p6em5coitn", - "type": [ - "build" - ] - } - ], - "hash": "sf35dq3lls77nsrl7rrc4kc6ywsxda2l" - }, - "j7cocckhzvlftxgap225r7p5xho36w7o": { - "name": "libsodium", - "version": "1.0.18", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zmqtsx2z5aanmyc45l4ja2cuj5bgmfvoph6bnweeijhlfjn4gvba====", - "hash": "j7cocckhzvlftxgap225r7p5xho36w7o" - }, - "yz7wkrganoqaczzjbgswy6ftromp2w4f": { - "name": "msgpack-c", - "version": "3.1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vrqhc7m65w5sgjjicnwvqi63dh52uqdq3o7njofgaxc6h4nwuhiq====", - "dependencies": [ - { - "name": "cmake", - "hash": "2kn4nm5joanpw6dgtvjdpl6swz23kjbi", - "type": [ - "build" - ] - } - ], - "hash": "yz7wkrganoqaczzjbgswy6ftromp2w4f" - }, - "sjgbrffedjugwes7ryoion2jz3odqn44": { - "name": "munge", - "version": "0.5.15", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "localstatedir": "PREFIX/var", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "citoj52x6hitp6wb5cydoifme256ilndkf5za7anc42l7x4xgjqa====", - "dependencies": [ - { - "name": "bzip2", - "hash": "2ipelo7hbfjk2xh4m5yq554mfv4n5ouy", - "type": [ - "build", - "link" - ] - }, - { - "name": "libgcrypt", - "hash": "w66qdrlpl5nqnrw6qfiju27e72qqb7bm", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "ghiltgppdy37smob2aze4gh4so44qoyf", - "type": [ - "build", - "link" - ] - } - ], - "hash": "sjgbrffedjugwes7ryoion2jz3odqn44" - } - } -} \ No newline at end of file diff --git a/env/rhel7/py-hiqsimulator/spack.lock b/env/rhel7/py-hiqsimulator/spack.lock deleted file mode 100644 index 124ea1c..0000000 --- a/env/rhel7/py-hiqsimulator/spack.lock +++ /dev/null @@ -1,5689 +0,0 @@ -{ - "_meta": { - "file-type": "spack-lockfile", - "lockfile-version": 4, - "specfile-version": 3 - }, - "roots": [ - { - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn", - "spec": "openmpi@4.1.5%gcc" - }, - { - "hash": "44jw4uptexxlk5q2gcadxbgc7ooh7isy", - "spec": "py-hiqsimulator@develop%gcc" - } - ], - "concrete_specs": { - "6br57rgifxh44zdwgsjeq5ow4plx3mkn": { - "name": "openmpi", - "version": "4.1.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": false, - "cxx": false, - "cxx_exceptions": false, - "fabrics": [ - "none" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": false, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "romio": true, - "rsh": true, - "schedulers": [ - "none" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y2xkr6rqy276zebbvszvek3kwnopvjbfdpnvqv7vku2bienc7bfq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "rdbfe6nzkpgzolihnmhakk3u5sj36xiz", - "type": [ - "build", - "link" - ] - }, - { - "name": "numactl", - "hash": "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssh", - "hash": "a75polgto5ll6mjybyzqqnkw5nrf4n6a", - "type": [ - "run" - ] - }, - { - "name": "perl", - "hash": "ef3icpe4m6d42f6scy2ieambbp5il3pi", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "p5xi6qyuxwntnl6uiy3axczwx4rkjfsl", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn" - }, - "rdbfe6nzkpgzolihnmhakk3u5sj36xiz": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": false, - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "libpciaccess", - "hash": "ngbe22feezwjnhwebn65bzp55sstry3p", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "vk34cxtaidk5quvpeqbhskc7ugktwq4a", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - } - ], - "hash": "rdbfe6nzkpgzolihnmhakk3u5sj36xiz" - }, - "ngbe22feezwjnhwebn65bzp55sstry3p": { - "name": "libpciaccess", - "version": "0.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "h5aaq3rarnnlmpbv3464p73xppknzxucrj73dt277pmozyk4alva====", - "dependencies": [ - { - "name": "libtool", - "hash": "qfp5urpc4bfukfwaprsegzq4zs6ae2x5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "nxutgeil7ikmkhm4hbuqcaa2nvodxoye", - "type": [ - "build" - ] - } - ], - "hash": "ngbe22feezwjnhwebn65bzp55sstry3p" - }, - "qfp5urpc4bfukfwaprsegzq4zs6ae2x5": { - "name": "libtool", - "version": "2.4.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7lyavyiwpnrhw7tfv5vgri32at345gdegbixiskk63ext2f5rzza====", - "dependencies": [ - { - "name": "m4", - "hash": "hxqbmn3mc2uzvx5lydbbgxqyadmveq72", - "type": [ - "build" - ] - } - ], - "hash": "qfp5urpc4bfukfwaprsegzq4zs6ae2x5" - }, - "hxqbmn3mc2uzvx5lydbbgxqyadmveq72": { - "name": "m4", - "version": "1.4.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "sigsegv": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "otabgty3hi32kdu7qhyvjdwctr6xvzy6tfclcy7yudbydmyuuida====", - "hash": "hxqbmn3mc2uzvx5lydbbgxqyadmveq72" - }, - "5avcdklp5qzqde4brbqt6txppjdu7iav": { - "name": "pkg-config", - "version": "0.27.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "package_hash": "ikt45ggecya3opqcyduvbczjz4vlywf4newg6op2ictszejdgpda====", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav" - }, - "nxutgeil7ikmkhm4hbuqcaa2nvodxoye": { - "name": "util-macros", - "version": "1.19.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5atggv5uirdl2trmzmewkonyvzmzg6sg46zpvurdk43wi2gpr7pa====", - "hash": "nxutgeil7ikmkhm4hbuqcaa2nvodxoye" - }, - "vk34cxtaidk5quvpeqbhskc7ugktwq4a": { - "name": "libxml2", - "version": "2.10.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "python": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ea3hepsqvb2bb5ttapra6kayyi3c54pwpr35zfejewbo4z36m6yq====", - "dependencies": [ - { - "name": "libiconv", - "hash": "5zxna77of7obifmey6u2gua24nrrv2l3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "xz", - "hash": "w5kb3vdshnnhkacitb4dgm6ee6a56i4u", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "vk34cxtaidk5quvpeqbhskc7ugktwq4a" - }, - "5zxna77of7obifmey6u2gua24nrrv2l3": { - "name": "libiconv", - "version": "1.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b7u3icizfdwbv2p2bsoazku4gbodr4ww3p2ah5jcxuvnjsrb7sha====", - "hash": "5zxna77of7obifmey6u2gua24nrrv2l3" - }, - "w5kb3vdshnnhkacitb4dgm6ee6a56i4u": { - "name": "xz", - "version": "5.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "pic": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "dqcxserabz7kkokw5f7fvju5237esq7oezgb7re35577wtlotgnq====", - "hash": "w5kb3vdshnnhkacitb4dgm6ee6a56i4u" - }, - "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m": { - "name": "zlib", - "version": "1.2.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "optimize": true, - "pic": true, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y6ahhnjjjsfh5dx2y7sci7fhthq5aolyl5dgwif57qqbtjxwdwbq====", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m" - }, - "wo2mndj5zwa6c5bwpk4lranhuy6tdvus": { - "name": "ncurses", - "version": "5.9.20130511", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "abi": "none", - "build_system": "autotools", - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "symlinks": false, - "termlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "package_hash": "fwmhr3o4p66dmqbsco54sf66hpwr2esb7cjrb5z26yz4gvyha6tq====", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus" - }, - "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy": { - "name": "numactl", - "version": "2.0.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "package_hash": "yfrelh4vcagcl7wantudtwpccnburhkpgqyvhgmxrzeo3wdmck4q====", - "hash": "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy" - }, - "a75polgto5ll6mjybyzqqnkw5nrf4n6a": { - "name": "openssh", - "version": "7.4p1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "axluqupsxb76u33tiqvm6m7s3ccft3e5ipb44awxyfntdzcwwcta====", - "hash": "a75polgto5ll6mjybyzqqnkw5nrf4n6a" - }, - "ef3icpe4m6d42f6scy2ieambbp5il3pi": { - "name": "perl", - "version": "5.36.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cpanm": true, - "open": true, - "shared": true, - "threads": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jrmkbpladvj6k6b5bvtr5vibchgqzmombrcsupw6fplb735sjkqq====", - "dependencies": [ - { - "name": "berkeley-db", - "hash": "bsgdwtiqx4dsvje27vma4ur22mpt77fe", - "type": [ - "build", - "link" - ] - }, - { - "name": "bzip2", - "hash": "ypyztu2olemxpfqazmq6xxcfmwxk5piw", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "cqkafe55ozny2tyap7hzvz5zkzsvjd7a", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ef3icpe4m6d42f6scy2ieambbp5il3pi" - }, - "bsgdwtiqx4dsvje27vma4ur22mpt77fe": { - "name": "berkeley-db", - "version": "18.1.40", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxx": true, - "docs": false, - "patches": [ - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3", - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522" - ], - "stl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522", - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3" - ], - "package_hash": "vpd5eetcurni5woqzl6jrukuo4a6fr5yoluxz32gxezgx5ftpxza====", - "hash": "bsgdwtiqx4dsvje27vma4ur22mpt77fe" - }, - "ypyztu2olemxpfqazmq6xxcfmwxk5piw": { - "name": "bzip2", - "version": "1.0.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "debug": false, - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "6bcqgvelcwrhah4m54ftaasshu5vfyzakduoduu32vucoz6iy3ua====", - "hash": "ypyztu2olemxpfqazmq6xxcfmwxk5piw" - }, - "cqkafe55ozny2tyap7hzvz5zkzsvjd7a": { - "name": "gdbm", - "version": "1.23", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "liepxl6phlcxbgfmibxafhewtihlgaa4x3hko37ckqlafhxkrgdq====", - "dependencies": [ - { - "name": "readline", - "hash": "pqk6gguhh245wolbiyekv5qaekmw5sa6", - "type": [ - "build", - "link" - ] - } - ], - "hash": "cqkafe55ozny2tyap7hzvz5zkzsvjd7a" - }, - "pqk6gguhh245wolbiyekv5qaekmw5sa6": { - "name": "readline", - "version": "8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "package_hash": "n4irfyzctyywbpjkipmeqzyqbmvpcl3l2ce6c475x6y7cmiy7aaq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - } - ], - "hash": "pqk6gguhh245wolbiyekv5qaekmw5sa6" - }, - "p5xi6qyuxwntnl6uiy3axczwx4rkjfsl": { - "name": "pmix", - "version": "4.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "pmi_backwards_compatibility": true, - "python": false, - "restful": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pgxqyih2hk2jlac2feyhdsxssydwmxouyaq7wjtvttp5lfi2rmjq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "rdbfe6nzkpgzolihnmhakk3u5sj36xiz", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "gclccwvkiejxb2tak2nblbvw24bylhn7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "p5xi6qyuxwntnl6uiy3axczwx4rkjfsl" - }, - "gclccwvkiejxb2tak2nblbvw24bylhn7": { - "name": "libevent", - "version": "2.1.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "openssl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "chtoynanib2eblvcdjcw7wxhpssxzovtbuewl3ygjqi56lhd3uka====", - "dependencies": [ - { - "name": "openssl", - "hash": "fpmduf7zsy4jae5rh2t4drit6wpdt4oj", - "type": [ - "build", - "link" - ] - } - ], - "hash": "gclccwvkiejxb2tak2nblbvw24bylhn7" - }, - "fpmduf7zsy4jae5rh2t4drit6wpdt4oj": { - "name": "openssl", - "version": "1.0.2k-fips", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "certs": "mozilla", - "docs": false, - "shared": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "ylxur7rhye42agrdylbridc2tsjhhavk67ywdjhcew75ukazgpra====", - "hash": "fpmduf7zsy4jae5rh2t4drit6wpdt4oj" - }, - "44jw4uptexxlk5q2gcadxbgc7ooh7isy": { - "name": "py-hiqsimulator", - "version": "develop", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "psi", - "parameters": { - "build_system": "python_pip", - "dev_path": "/scratch/germann_e/spack-dev/HiQsimulator", - "patches": [ - "04fb1e32bf57392b80b87f3e3a76b5e93a7e03a0681f4e46bcdae8a56c8c976a" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "04fb1e32bf57392b80b87f3e3a76b5e93a7e03a0681f4e46bcdae8a56c8c976a" - ], - "package_hash": "y4arse2jzcyzw3pzj6nhk3llx6z35avkex74yyam47fesn3o6kiq====", - "dependencies": [ - { - "name": "boost", - "hash": "352lsid3vcj2xkdvngnoewptqi6du4vz", - "type": [ - "build", - "link", - "run" - ] - }, - { - "name": "cmake", - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc", - "type": [ - "build" - ] - }, - { - "name": "glog", - "hash": "t2amt57ayvujtyv5wq2lqodyixmr35zn", - "type": [ - "build", - "link", - "run" - ] - }, - { - "name": "openmpi", - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn", - "type": [ - "link", - "run" - ] - }, - { - "name": "py-mpi4py", - "hash": "ldupg5rwc4wysq5phh7hy6hzr725e4cl", - "type": [ - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-projectq", - "hash": "wiaoxmi33ptdyg73yrvftbb2ev2nbazc", - "type": [ - "run" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "44jw4uptexxlk5q2gcadxbgc7ooh7isy" - }, - "352lsid3vcj2xkdvngnoewptqi6du4vz": { - "name": "boost", - "version": "1.81.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "atomic": true, - "build_system": "generic", - "chrono": true, - "clanglibcpp": false, - "container": false, - "context": false, - "contract": false, - "coroutine": false, - "cxxstd": "98", - "date_time": false, - "debug": false, - "exception": false, - "fiber": false, - "filesystem": false, - "graph": false, - "graph_parallel": false, - "icu": false, - "iostreams": false, - "json": false, - "locale": false, - "log": false, - "math": false, - "mpi": true, - "multithreaded": true, - "nowide": false, - "numpy": true, - "patches": [ - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8", - "b8569d7d4c3ef0501a39857126a2b0a88519bf256c29f3252a6958916ce82255" - ], - "pic": false, - "program_options": true, - "python": true, - "random": false, - "regex": false, - "serialization": false, - "shared": true, - "signals": false, - "singlethreaded": false, - "stacktrace": false, - "system": true, - "taggedlayout": false, - "test": false, - "thread": true, - "timer": true, - "type_erasure": false, - "versionedlayout": false, - "visibility": "hidden", - "wave": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b8569d7d4c3ef0501a39857126a2b0a88519bf256c29f3252a6958916ce82255", - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8" - ], - "package_hash": "q4tiurnbhmq4zmhzpenu4haslucca6x7mctyk6skcc7dacz6xwca====", - "dependencies": [ - { - "name": "openmpi", - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-numpy", - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb", - "type": [ - "build", - "run" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link" - ] - } - ], - "hash": "352lsid3vcj2xkdvngnoewptqi6du4vz" - }, - "vkkmlcyafzohmpksa5vnbu7zs55yazlb": { - "name": "py-numpy", - "version": "1.24.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "blas": true, - "build_system": "python_pip", - "lapack": true, - "patches": [ - "873745d7b547857fcfec9cae90b09c133b42a4f0c23b6c2d84cf37e2dd816604" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "873745d7b547857fcfec9cae90b09c133b42a4f0c23b6c2d84cf37e2dd816604" - ], - "package_hash": "dqzadsubpdmttj4khiwqygv24iagbv7boiyohobowlwf4hy6dxqa====", - "dependencies": [ - { - "name": "openblas", - "hash": "hmezulsy5bizidix7d7xs7fvxbhc3dgg", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-cython", - "hash": "lzyc2zzsnpao2jzv4h7dp5zu3qfkgc4t", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb" - }, - "hmezulsy5bizidix7d7xs7fvxbhc3dgg": { - "name": "openblas", - "version": "0.3.21", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "bignuma": false, - "build_system": "makefile", - "consistent_fpcsr": false, - "fortran": true, - "ilp64": false, - "locking": true, - "patches": [ - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417", - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd" - ], - "pic": true, - "shared": true, - "symbol_suffix": "none", - "threads": "none", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd", - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417" - ], - "package_hash": "eev7t4pyearchtvzvd45kbsjjota6kplipnsr5pcfob5ou2ch34a====", - "dependencies": [ - { - "name": "perl", - "hash": "ef3icpe4m6d42f6scy2ieambbp5il3pi", - "type": [ - "build" - ] - } - ], - "hash": "hmezulsy5bizidix7d7xs7fvxbhc3dgg" - }, - "lzyc2zzsnpao2jzv4h7dp5zu3qfkgc4t": { - "name": "py-cython", - "version": "0.29.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "6i6yp2hkintabc2ujkv24xyflb2jzdy6nsvtwwwzn7u34xfknhva====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "lzyc2zzsnpao2jzv4h7dp5zu3qfkgc4t" - }, - "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa": { - "name": "py-pip", - "version": "23.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "o33nwakwk3e6jgwxtb5raiyq7ixxjzmqmkkwvircyhxaztty2yzq====", - "dependencies": [ - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa" - }, - "262xncuzrzcqnp3cvmbwzgeit4fh7efr": { - "name": "python", - "version": "3.9.15", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "bz2": true, - "crypt": true, - "ctypes": true, - "dbm": true, - "debug": false, - "libxml2": true, - "lzma": true, - "nis": false, - "optimizations": false, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "4c2457325f2b608b1b6a2c63087df8c26e07db3e3d493caf36a56f0ecf6fb768", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4" - ], - "pic": true, - "pyexpat": true, - "pythoncmd": true, - "readline": true, - "shared": true, - "sqlite3": true, - "ssl": true, - "tkinter": false, - "uuid": true, - "zlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4", - "4c2457325f2b608b1b6a2c63087df8c26e07db3e3d493caf36a56f0ecf6fb768" - ], - "package_hash": "kizkpmrl7rhji64bh7ifhrmyhmsxz7w227etnwjppwoh36mq7lsa====", - "dependencies": [ - { - "name": "bzip2", - "hash": "ypyztu2olemxpfqazmq6xxcfmwxk5piw", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "ktlnckctoyu2u7joc2cvvlnc6lj74nxu", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "cqkafe55ozny2tyap7hzvz5zkzsvjd7a", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "ttaoleqmbqi5nfhxvsxgwecrooypla63", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "4rqhnt6unvnsgtfxbpewieqeqlqlm34l", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxcrypt", - "hash": "2jqvm5xb6xbdxhyff5denwyoxfqdjntr", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "fpmduf7zsy4jae5rh2t4drit6wpdt4oj", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "readline", - "hash": "pqk6gguhh245wolbiyekv5qaekmw5sa6", - "type": [ - "build", - "link" - ] - }, - { - "name": "sqlite", - "hash": "tqb3r2rlombmrto66x5co3ojdl32ngxp", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-linux-uuid", - "hash": "22qtspo3sctiw6t7rzohttty4mcbvxi7", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "w5kb3vdshnnhkacitb4dgm6ee6a56i4u", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr" - }, - "ktlnckctoyu2u7joc2cvvlnc6lj74nxu": { - "name": "expat", - "version": "2.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libbsd": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4rsim7s5vam5tscucwbdhwjj2gt2zssg4qv3ks4lr7soxi3j2zjq====", - "dependencies": [ - { - "name": "libbsd", - "hash": "xf7w2m2q6kffapumyeprmy23rj2dgxot", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ktlnckctoyu2u7joc2cvvlnc6lj74nxu" - }, - "xf7w2m2q6kffapumyeprmy23rj2dgxot": { - "name": "libbsd", - "version": "0.11.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2egz24sk3nuiedv4y5ku2s6hqscsftjymmzt7mfsgkt6ddin3cuq====", - "dependencies": [ - { - "name": "libmd", - "hash": "hfxn2r2x2kucqmtfb7vitjuvgrsxkizk", - "type": [ - "build", - "link" - ] - } - ], - "hash": "xf7w2m2q6kffapumyeprmy23rj2dgxot" - }, - "hfxn2r2x2kucqmtfb7vitjuvgrsxkizk": { - "name": "libmd", - "version": "1.0.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zs2e7fqr4dzthpj5fascqvfn7xcahf7dtc5bzdwfv6vqkzi7oncq====", - "hash": "hfxn2r2x2kucqmtfb7vitjuvgrsxkizk" - }, - "ttaoleqmbqi5nfhxvsxgwecrooypla63": { - "name": "gettext", - "version": "0.21.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "bzip2": true, - "curses": true, - "git": true, - "libunistring": false, - "libxml2": true, - "tar": true, - "xz": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "xu3qgc4x5mjlvzywiyh3aifltzurwmvjzqfq3gurzkffveeawp3q====", - "dependencies": [ - { - "name": "bzip2", - "hash": "ypyztu2olemxpfqazmq6xxcfmwxk5piw", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "5zxna77of7obifmey6u2gua24nrrv2l3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "vk34cxtaidk5quvpeqbhskc7ugktwq4a", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - }, - { - "name": "tar", - "hash": "hxwclkxtm2usqotzkexhf7j3haytqktu", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "w5kb3vdshnnhkacitb4dgm6ee6a56i4u", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "ttaoleqmbqi5nfhxvsxgwecrooypla63" - }, - "hxwclkxtm2usqotzkexhf7j3haytqktu": { - "name": "tar", - "version": "1.26", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4", - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4" - ], - "zip": "pigz", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4", - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4" - ], - "package_hash": "2czbvnhj566bhgcf2zdjmfvpaj363eflpm4dyzj4tkzrermcpm2q====", - "hash": "hxwclkxtm2usqotzkexhf7j3haytqktu" - }, - "4rqhnt6unvnsgtfxbpewieqeqlqlm34l": { - "name": "libffi", - "version": "3.4.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jnfxlz7sxbpqdqtdoarjxzytihb4r36s7zokc4yujiakiwydgcra====", - "hash": "4rqhnt6unvnsgtfxbpewieqeqlqlm34l" - }, - "2jqvm5xb6xbdxhyff5denwyoxfqdjntr": { - "name": "libxcrypt", - "version": "4.4.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "obsolete_api": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "sbp4xqkq2edwikrept7ifq5g4jq33kpnfb3w6tymgh4sznol44mq====", - "dependencies": [ - { - "name": "perl", - "hash": "ef3icpe4m6d42f6scy2ieambbp5il3pi", - "type": [ - "build" - ] - } - ], - "hash": "2jqvm5xb6xbdxhyff5denwyoxfqdjntr" - }, - "tqb3r2rlombmrto66x5co3ojdl32ngxp": { - "name": "sqlite", - "version": "3.40.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "column_metadata": true, - "dynamic_extensions": true, - "fts": true, - "functions": false, - "rtree": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "okceekbtbfi37rbxf6nf5ztkiuepft5dr546fgqq2apxq5vdpgsq====", - "dependencies": [ - { - "name": "readline", - "hash": "pqk6gguhh245wolbiyekv5qaekmw5sa6", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "tqb3r2rlombmrto66x5co3ojdl32ngxp" - }, - "22qtspo3sctiw6t7rzohttty4mcbvxi7": { - "name": "util-linux-uuid", - "version": "2.38.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4jp7kdd57mds63hemompvj5ffay2ry5xvuol2b6vs3ldnduwyona====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - } - ], - "hash": "22qtspo3sctiw6t7rzohttty4mcbvxi7" - }, - "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n": { - "name": "py-setuptools", - "version": "44.1.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ixklkkudtlc3c7fsptni5rpim6mrx5s34xn4rvs2el6ipdbl6njq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n" - }, - "joergowi4uhxyctvnnfuwvhh7pzr7j6a": { - "name": "py-wheel", - "version": "0.37.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nrjlpe43ohfmqeuo3mawag2kwnq2hno3ebshmfy6pn7vtklynvdq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a" - }, - "7xnrnemucedtru5u2fxcq6hzoi4yzzoc": { - "name": "cmake", - "version": "3.25.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ysf62cck7ys4vib7w24wd5fml52wsgyptvpjjmqdheeiwc65y5xq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "fpmduf7zsy4jae5rh2t4drit6wpdt4oj", - "type": [ - "build", - "link" - ] - } - ], - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc" - }, - "t2amt57ayvujtyv5wq2lqodyixmr35zn": { - "name": "glog", - "version": "0.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "q562esoc2e2glxzl7p2eiafztqyxktgrhkesbp6ggzejc7ltry5q====", - "dependencies": [ - { - "name": "cmake", - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc", - "type": [ - "build" - ] - }, - { - "name": "gflags", - "hash": "uv6llake3u6wqvotlvr7rsjkoh6ydou7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "t2amt57ayvujtyv5wq2lqodyixmr35zn" - }, - "uv6llake3u6wqvotlvr7rsjkoh6ydou7": { - "name": "gflags", - "version": "2.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3fq6jckqire4g6o2jkde72wd25ukb7nvwrvoez33tejkyhpza77a====", - "dependencies": [ - { - "name": "cmake", - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc", - "type": [ - "build" - ] - } - ], - "hash": "uv6llake3u6wqvotlvr7rsjkoh6ydou7" - }, - "ldupg5rwc4wysq5phh7hy6hzr725e4cl": { - "name": "py-mpi4py", - "version": "3.1.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hxucqyk66twh7cquw25jstsfmdkya2z2cdlkw6g2rtujqnzgz7bq====", - "dependencies": [ - { - "name": "openmpi", - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "ldupg5rwc4wysq5phh7hy6hzr725e4cl" - }, - "wiaoxmi33ptdyg73yrvftbb2ev2nbazc": { - "name": "py-projectq", - "version": "0.4.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "psi", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "gbz7pj6zrvdebiy5c4ylnxbethj7tmobcudthfv3sy5553dcyg2a====", - "dependencies": [ - { - "name": "py-future", - "hash": "lvypzvasxmnqdwk6tq3mmdzku4avq72j", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-networkx", - "hash": "jtw2hspwkj4av6zfpafsh2mecw3sg2w7", - "type": [ - "run" - ] - }, - { - "name": "py-numpy", - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-pybind11", - "hash": "2hamx6ypkds3ybnccq33bri7cywndds7", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-requests", - "hash": "4glj5vmmaw3mfhai6qvviqz6sfe3ah7s", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-scipy", - "hash": "rx2vt6txczoodxjbgkzkzhrbupejnfxz", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "wiaoxmi33ptdyg73yrvftbb2ev2nbazc" - }, - "lvypzvasxmnqdwk6tq3mmdzku4avq72j": { - "name": "py-future", - "version": "0.18.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "igptoudkzylfza2xjq5um4sen5wmh3wglf2pzdvcd4izw3nniooq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "lvypzvasxmnqdwk6tq3mmdzku4avq72j" - }, - "jtw2hspwkj4av6zfpafsh2mecw3sg2w7": { - "name": "py-networkx", - "version": "2.7.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "extra": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "yfu7zfjxix5lfsdj5ku5gfd2hor7nl63ukm3nau7r342oshjkj7q====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "jtw2hspwkj4av6zfpafsh2mecw3sg2w7" - }, - "2hamx6ypkds3ybnccq33bri7cywndds7": { - "name": "py-pybind11", - "version": "2.10.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "unq53pxh46lquojtnk5dngp22mvwxwlxacqycpmu2dvec6usnaza====", - "dependencies": [ - { - "name": "cmake", - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "ib2pvhafynscbvnx4mlosww5fc45dlif", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "2hamx6ypkds3ybnccq33bri7cywndds7" - }, - "ib2pvhafynscbvnx4mlosww5fc45dlif": { - "name": "ninja", - "version": "1.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "re2c": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "m4qytcmdffb4wjd5wppdkefidb44kldmg46psjso7f3jkrwrcrjq====", - "dependencies": [ - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build" - ] - }, - { - "name": "re2c", - "hash": "ltu4fmnfskrgkvshn4tbixv2xwfk2eb7", - "type": [ - "build" - ] - } - ], - "hash": "ib2pvhafynscbvnx4mlosww5fc45dlif" - }, - "ltu4fmnfskrgkvshn4tbixv2xwfk2eb7": { - "name": "re2c", - "version": "2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kh26rqs3cdi5efd3po3idkw7mop3fudtxlfomeun5vt47ent3y4q====", - "hash": "ltu4fmnfskrgkvshn4tbixv2xwfk2eb7" - }, - "4glj5vmmaw3mfhai6qvviqz6sfe3ah7s": { - "name": "py-requests", - "version": "2.28.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "socks": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7obbc67tq5ftazgzqonnpsby3za7rrxzkok5s5dtky6trjkegaqa====", - "dependencies": [ - { - "name": "py-certifi", - "hash": "l4nvglf732vzo5eqve4k6h3qzft3wu52", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-charset-normalizer", - "hash": "n76jpeuw563cq6n6kdi65rzfsvyaufhh", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-idna", - "hash": "vhlyir4d6obykgpigjiufglxfaijhzlk", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-urllib3", - "hash": "exv3iz3wsj5vxvug7ppmw4kaxqy7t6gb", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "4glj5vmmaw3mfhai6qvviqz6sfe3ah7s" - }, - "l4nvglf732vzo5eqve4k6h3qzft3wu52": { - "name": "py-certifi", - "version": "2022.12.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "natfye3zxwo3qfviz2r2mv34s7f7mqffuphwt76anss36wfbvf7q====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "l4nvglf732vzo5eqve4k6h3qzft3wu52" - }, - "n76jpeuw563cq6n6kdi65rzfsvyaufhh": { - "name": "py-charset-normalizer", - "version": "2.0.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ryimo54xl3x5duejca33jd5kv4ksrtmbeeujpvfilbnkkxdajgeq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "n76jpeuw563cq6n6kdi65rzfsvyaufhh" - }, - "vhlyir4d6obykgpigjiufglxfaijhzlk": { - "name": "py-idna", - "version": "3.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "juqfz7zzjikmubb4t52a3ehjj5j7zat5inlrcphlbqpmmwsr2sra====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "vhlyir4d6obykgpigjiufglxfaijhzlk" - }, - "2yl4ufoqkld5rzalbnwnfh2it6oizqgr": { - "name": "py-flit-core", - "version": "3.7.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "m7ft6hn3ekcqosmholwdy2z5t4willynwxwn2lgcahg3jhm7vrda====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr" - }, - "exv3iz3wsj5vxvug7ppmw4kaxqy7t6gb": { - "name": "py-urllib3", - "version": "1.26.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "brotli": false, - "build_system": "python_pip", - "secure": false, - "socks": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "z7uljc6s46btvy6mq2gd3gld43ewq3imr5qz4c2snh5gpvq54bkq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "exv3iz3wsj5vxvug7ppmw4kaxqy7t6gb" - }, - "rx2vt6txczoodxjbgkzkzhrbupejnfxz": { - "name": "py-scipy", - "version": "1.10.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "sdsulbjge5iaaeozh6lk4sqbwjpehub32vwxccxh4eaeo3pi7i6q====", - "dependencies": [ - { - "name": "openblas", - "hash": "hmezulsy5bizidix7d7xs7fvxbhc3dgg", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "py-build", - "hash": "5hbrkw6xb67qfkzhdhchevjhjjgjguod", - "type": [ - "build" - ] - }, - { - "name": "py-cython", - "hash": "lzyc2zzsnpao2jzv4h7dp5zu3qfkgc4t", - "type": [ - "build" - ] - }, - { - "name": "py-meson-python", - "hash": "wfjt24jzezyxoogf2dcquynag7fmezgp", - "type": [ - "build" - ] - }, - { - "name": "py-numpy", - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb", - "type": [ - "build", - "link", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-pybind11", - "hash": "2hamx6ypkds3ybnccq33bri7cywndds7", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-pythran", - "hash": "745f7hvzhjkm46ko2grfrjzg56attgrb", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "rx2vt6txczoodxjbgkzkzhrbupejnfxz" - }, - "5hbrkw6xb67qfkzhdhchevjhjjgjguod": { - "name": "py-build", - "version": "0.7.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "patches": [ - "9a151ac81d78c01399ae5ff68c59c16161c86db4ba0a7a127cdcb527926ffcef" - ], - "virtualenv": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "9a151ac81d78c01399ae5ff68c59c16161c86db4ba0a7a127cdcb527926ffcef" - ], - "package_hash": "j3biihkl4h3fncuvkoegns6372nzc4qt7bitact42w64npvnmzla====", - "dependencies": [ - { - "name": "py-packaging", - "hash": "4mz5xticvzqsy7sefuecfi2agrluggqk", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pep517", - "hash": "rl7sukybnakbkvhys7fqnbbdpazo6qla", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-tomli", - "hash": "fnnesxtkp5ybgiklmrxdped6urrvr52u", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "5hbrkw6xb67qfkzhdhchevjhjjgjguod" - }, - "4mz5xticvzqsy7sefuecfi2agrluggqk": { - "name": "py-packaging", - "version": "23.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7wbl37twjwiqb4o6dddcjpvljvoy4alcvksq5zaxsktifg5kckla====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "4mz5xticvzqsy7sefuecfi2agrluggqk" - }, - "rl7sukybnakbkvhys7fqnbbdpazo6qla": { - "name": "py-pep517", - "version": "0.12.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "lanod72pud26csknkrklmb2p55lp4cnvl3fagotzxig3eokvsusa====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-tomli", - "hash": "fnnesxtkp5ybgiklmrxdped6urrvr52u", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "rl7sukybnakbkvhys7fqnbbdpazo6qla" - }, - "fnnesxtkp5ybgiklmrxdped6urrvr52u": { - "name": "py-tomli", - "version": "2.0.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rqb3545q2ngswve3uh3f6z4dycc3lafkmv6zqlp6ctitu6r4522a====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "fnnesxtkp5ybgiklmrxdped6urrvr52u" - }, - "wfjt24jzezyxoogf2dcquynag7fmezgp": { - "name": "py-meson-python", - "version": "0.12.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "elyygh3uebwt5ehi2s7azw7lfu6mx7nb2yqwugiv2of37k7brsrq====", - "dependencies": [ - { - "name": "meson", - "hash": "kvqk7c543i5h3n7i7nbfswnfh6okzzsu", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-pyproject-metadata", - "hash": "t4zlh5mqjljvnfqhv5tbtj6whrlmko4c", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-tomli", - "hash": "fnnesxtkp5ybgiklmrxdped6urrvr52u", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-typing-extensions", - "hash": "dqrdzndakpnbbisi4k5ibzumc7n7rwgr", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "wfjt24jzezyxoogf2dcquynag7fmezgp" - }, - "kvqk7c543i5h3n7i7nbfswnfh6okzzsu": { - "name": "meson", - "version": "1.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "package_hash": "vrmgddohdq3345s26fovycq6ij2qtelzjwdb7phaxvp6mat5q3sa====", - "dependencies": [ - { - "name": "ninja", - "hash": "ib2pvhafynscbvnx4mlosww5fc45dlif", - "type": [ - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "kvqk7c543i5h3n7i7nbfswnfh6okzzsu" - }, - "t4zlh5mqjljvnfqhv5tbtj6whrlmko4c": { - "name": "py-pyproject-metadata", - "version": "0.6.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "z3c6isa3jloffxc343gx5adzqpwyq2laok6ygeygtjvctp7g5g6q====", - "dependencies": [ - { - "name": "py-packaging", - "hash": "4mz5xticvzqsy7sefuecfi2agrluggqk", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "t4zlh5mqjljvnfqhv5tbtj6whrlmko4c" - }, - "dqrdzndakpnbbisi4k5ibzumc7n7rwgr": { - "name": "py-typing-extensions", - "version": "4.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "s22yeullxgn6tsbirbg5egjsa2qwzeqp5wv435a7v7qdfmsqfkhq====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "dqrdzndakpnbbisi4k5ibzumc7n7rwgr" - }, - "745f7hvzhjkm46ko2grfrjzg56attgrb": { - "name": "py-pythran", - "version": "0.12.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tinigs5fyv5vetx7wlcrm553btmn4w4suaauvicaylfx7wackpea====", - "dependencies": [ - { - "name": "py-beniget", - "hash": "oolemmze555br2lsv7uqbrm4gue2aijw", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-gast", - "hash": "4smk334ncebuyaaw2vnshgrrzljlc6lx", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-numpy", - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-ply", - "hash": "p7oiptdvdbhij6zilvprbsiclppeibep", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "745f7hvzhjkm46ko2grfrjzg56attgrb" - }, - "oolemmze555br2lsv7uqbrm4gue2aijw": { - "name": "py-beniget", - "version": "0.4.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "djx6hzp47vtz5v6lo5ngxr42p5kujvrqhf5bbwej3gslnkzcrpbq====", - "dependencies": [ - { - "name": "py-gast", - "hash": "4smk334ncebuyaaw2vnshgrrzljlc6lx", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "oolemmze555br2lsv7uqbrm4gue2aijw" - }, - "4smk334ncebuyaaw2vnshgrrzljlc6lx": { - "name": "py-gast", - "version": "0.5.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "xtycrcsbxhq5wuqrjjffvhxc44abtn6r3rjhvp52wd36xyqdy2sq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "4smk334ncebuyaaw2vnshgrrzljlc6lx" - }, - "p7oiptdvdbhij6zilvprbsiclppeibep": { - "name": "py-ply", - "version": "3.11", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rhrvmtbjjelmfns2khe76jrpthmigexa3mkvcxodgs2akcua4u2a====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "p7oiptdvdbhij6zilvprbsiclppeibep" - } - } -} \ No newline at end of file diff --git a/env/rhel7/py-hiqsimulator/test/run.slurm b/env/rhel7/py-hiqsimulator/test/run.slurm deleted file mode 100644 index 0432673..0000000 --- a/env/rhel7/py-hiqsimulator/test/run.slurm +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -#SBATCH -N 4 # 4 nodes are requested -#SBATCH -t 00:03:00 # Walltime, 3 minutes -#SBATCH -n 8 # 8 processes are requested -#SBATCH --ntasks-per-socket=1 # 1 process per allocated socket -#SBATCH --hint=compute_bound # Use all cores in each socket, one thread per core -#SBATCH --exclusive # node should not be shared with other jobs - -mpirun python3 ./examples/teleport_mpi.py # Execute program diff --git a/env/rhel7/stable/spack.lock b/env/rhel7/stable/spack.lock deleted file mode 100644 index 632fc00..0000000 --- a/env/rhel7/stable/spack.lock +++ /dev/null @@ -1,16554 +0,0 @@ -{ - "_meta": { - "file-type": "spack-lockfile", - "lockfile-version": 4, - "specfile-version": 3 - }, - "roots": [ - { - "hash": "opygvc7tvxwlqovbzovu2uu672iq3pvi", - "spec": "gams@31.1.1" - }, - { - "hash": "njfh7wlcugf7t4hff7mmb3m34sineqib", - "spec": "gromacs@2022.5%oneapi@2022.2.1 ^intel-oneapi-mkl ^intel-oneapi-mpi@2021.8.0" - }, - { - "hash": "r3evsncd5pg7dup5qlsp24qygiarvt3f", - "spec": "gromacs@2022.5%gcc@12.1.0+mpi ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - }, - { - "hash": "2srz3r3hvxfyjxz5qkd4lcufqojfzs3s", - "spec": "h5hut@2.0.0rc3%gcc@12.1.0+mpi ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - }, - { - "hash": "trrksgvnbajj3ba4oeoixsk7rgjzwurt", - "spec": "lammps@20221222%gcc@12.1.0 ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - }, - { - "hash": "654r33nozxai3vjcgy63ek7pivyvnrt6", - "spec": "quantum-espresso@7.0%nvhpc@23.1+cuda+mpi hdf5=parallel ^hdf5%nvhpc@23.1 ^openmpi%nvhpc" - }, - { - "hash": "cri27xue36ovcivnancq2fhitidqtko4", - "spec": "quantum-espresso@7.0%gcc@12.1.0 hdf5=parallel ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - }, - { - "hash": "6rm2wzufwzafm3hxffihvk3um2pqynkv", - "spec": "trilinos@11.14.3%gcc@6.1.0+cuda+mpi~tpetra cuda_arch=60 ^openblas ^openmpi%gcc" - }, - { - "hash": "ym3l4p2qxlkk6soxdmvkqmh4bjkgsquu", - "spec": "trilinos@13.4.1%gcc@12.1.0 ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - } - ], - "concrete_specs": { - "opygvc7tvxwlqovbzovu2uu672iq3pvi": { - "name": "gams", - "version": "31.1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/psi/Tools/GAMS/31.1.1/gams31.1_linux_x64_64_sfx", - "module": null, - "extra_attributes": {} - }, - "package_hash": "vhltphc4oeslejohifmtw2oflfiuq4fqfdr24fjbccqv5s7sta3q====", - "hash": "opygvc7tvxwlqovbzovu2uu672iq3pvi" - }, - "njfh7wlcugf7t4hff7mmb3m34sineqib": { - "name": "gromacs", - "version": "2022.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2022.2.1" - }, - "namespace": "builtin", - "parameters": { - "blas": false, - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cp2k": false, - "cuda": false, - "cycle_subcounters": false, - "double": false, - "hwloc": true, - "ipo": false, - "lapack": false, - "mdrun_only": false, - "mpi": true, - "nosuffix": false, - "opencl": false, - "openmp": true, - "plumed": false, - "relaxed_double_precision": false, - "shared": true, - "sycl": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "56qf33hwdwddal7ybugn6eopulw4bzpwdym3a2erkvrtktnxtfoa====", - "dependencies": [ - { - "name": "cmake", - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "aqkxi5umtrxylmtg7evrhmvbqsv6jfke", - "type": [ - "build", - "link" - ] - }, - { - "name": "intel-oneapi-mkl", - "hash": "akwkiitievws4zdht7jtje4a3zguha24", - "type": [ - "build", - "link" - ] - }, - { - "name": "intel-oneapi-mpi", - "hash": "rke3baagplwhrqfg5eq27uq47zqaphaq", - "type": [ - "build", - "link" - ] - } - ], - "hash": "njfh7wlcugf7t4hff7mmb3m34sineqib" - }, - "yjzcfogkzuasyjck23cc3w4doywjjpjn": { - "name": "cmake", - "version": "3.25.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ysf62cck7ys4vib7w24wd5fml52wsgyptvpjjmqdheeiwc65y5xq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "iaqocrd5fq4jqy7udfxdcksabjh3yk3d", - "type": [ - "build", - "link" - ] - } - ], - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn" - }, - "zbzbycp6zuxnljmmiryncxz6ca5ak25v": { - "name": "ncurses", - "version": "5.9.20130511", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "abi": "none", - "build_system": "autotools", - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "symlinks": false, - "termlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "package_hash": "fwmhr3o4p66dmqbsco54sf66hpwr2esb7cjrb5z26yz4gvyha6tq====", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v" - }, - "iaqocrd5fq4jqy7udfxdcksabjh3yk3d": { - "name": "openssl", - "version": "1.0.2k-fips", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "certs": "mozilla", - "docs": false, - "shared": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "ylxur7rhye42agrdylbridc2tsjhhavk67ywdjhcew75ukazgpra====", - "hash": "iaqocrd5fq4jqy7udfxdcksabjh3yk3d" - }, - "aqkxi5umtrxylmtg7evrhmvbqsv6jfke": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": false, - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": false, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "aqkxi5umtrxylmtg7evrhmvbqsv6jfke" - }, - "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3": { - "name": "libxml2", - "version": "2.10.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "python": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ea3hepsqvb2bb5ttapra6kayyi3c54pwpr35zfejewbo4z36m6yq====", - "dependencies": [ - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3" - }, - "iasig3kzhf23afg4cu5y46fuoxj7x4sl": { - "name": "libiconv", - "version": "1.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b7u3icizfdwbv2p2bsoazku4gbodr4ww3p2ah5jcxuvnjsrb7sha====", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl" - }, - "dssmzxhg3g4eau7anegstvdgoo3kepvf": { - "name": "pkg-config", - "version": "0.27.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "package_hash": "ikt45ggecya3opqcyduvbczjz4vlywf4newg6op2ictszejdgpda====", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf" - }, - "mqr56apmxnnq7emyztxzan5xbyjugm6p": { - "name": "xz", - "version": "5.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "pic": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "dqcxserabz7kkokw5f7fvju5237esq7oezgb7re35577wtlotgnq====", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p" - }, - "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y": { - "name": "zlib", - "version": "1.2.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "optimize": true, - "pic": true, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y6ahhnjjjsfh5dx2y7sci7fhthq5aolyl5dgwif57qqbtjxwdwbq====", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y" - }, - "akwkiitievws4zdht7jtje4a3zguha24": { - "name": "intel-oneapi-mkl", - "version": "2023.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2022.2.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cluster": false, - "envmods": true, - "ilp64": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "qh5x3fcstemtuge2uau7frekblisa2s3ctgwyboqj4t4mdmmlicq====", - "dependencies": [ - { - "name": "intel-oneapi-tbb", - "hash": "dvbjhzwkovnlanj6ceox2y4qbgnucoym", - "type": [ - "build", - "link" - ] - } - ], - "hash": "akwkiitievws4zdht7jtje4a3zguha24" - }, - "dvbjhzwkovnlanj6ceox2y4qbgnucoym": { - "name": "intel-oneapi-tbb", - "version": "2021.8.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2022.2.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "envmods": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4do6rjxwb63zf6v4bjhgg4l22xuj34i7tyo57tt5wfne2wthqncq====", - "hash": "dvbjhzwkovnlanj6ceox2y4qbgnucoym" - }, - "rke3baagplwhrqfg5eq27uq47zqaphaq": { - "name": "intel-oneapi-mpi", - "version": "2021.8.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2022.2.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "envmods": true, - "external-libfabric": false, - "generic-names": false, - "ilp64": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "m2546tj57uskn2vj6qkm6ech7scpoiemvhctnk3muatbplbs5yda====", - "hash": "rke3baagplwhrqfg5eq27uq47zqaphaq" - }, - "r3evsncd5pg7dup5qlsp24qygiarvt3f": { - "name": "gromacs", - "version": "2022.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "blas": false, - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cp2k": false, - "cuda": false, - "cycle_subcounters": false, - "double": false, - "hwloc": true, - "ipo": false, - "lapack": false, - "mdrun_only": false, - "mpi": true, - "nosuffix": false, - "opencl": false, - "openmp": true, - "plumed": false, - "relaxed_double_precision": false, - "shared": true, - "sycl": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "56qf33hwdwddal7ybugn6eopulw4bzpwdym3a2erkvrtktnxtfoa====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "fftw", - "hash": "sl6fas6kbe3k3s3kon26yzaaei2euutv", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "oqyogudx337jbxkp2pzfbxww2zxbupza", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "bz3ckamyezumeriu6sh4ewm2w2l3l4s4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "r3evsncd5pg7dup5qlsp24qygiarvt3f" - }, - "roqwhvzsir2tbp26c3d2koddn353dxpz": { - "name": "cmake", - "version": "3.25.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ysf62cck7ys4vib7w24wd5fml52wsgyptvpjjmqdheeiwc65y5xq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - } - ], - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz" - }, - "n43hvxf6jdmexinat7qxuj3girrmpdkt": { - "name": "openssl", - "version": "1.1.1t", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "certs": "mozilla", - "docs": false, - "shared": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3blropifzqprsgylxdwapevahivdtsjvmabx5cjh3ex2leyh7lqq====", - "dependencies": [ - { - "name": "ca-certificates-mozilla", - "hash": "3pt3g4uiqygk4yzhxru32uz7i6beovdw", - "type": [ - "build" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt" - }, - "3pt3g4uiqygk4yzhxru32uz7i6beovdw": { - "name": "ca-certificates-mozilla", - "version": "2023-01-10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rjs43v3dkqcisnwgzsiy3qo64oeqwpgmzncy6ypa4ckhtswcwhqa====", - "hash": "3pt3g4uiqygk4yzhxru32uz7i6beovdw" - }, - "ruevpez5qgelzvsqkwkwujhebu5fucsh": { - "name": "perl", - "version": "5.36.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cpanm": true, - "open": true, - "shared": true, - "threads": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jrmkbpladvj6k6b5bvtr5vibchgqzmombrcsupw6fplb735sjkqq====", - "dependencies": [ - { - "name": "berkeley-db", - "hash": "uajrsncqhekkztbt2n55nkv7pe2fvhem", - "type": [ - "build", - "link" - ] - }, - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "ku4hosar5gp4oq23cldg5rkv5g64dcev", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh" - }, - "uajrsncqhekkztbt2n55nkv7pe2fvhem": { - "name": "berkeley-db", - "version": "18.1.40", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxx": true, - "docs": false, - "patches": [ - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3", - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522" - ], - "stl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522", - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3" - ], - "package_hash": "vpd5eetcurni5woqzl6jrukuo4a6fr5yoluxz32gxezgx5ftpxza====", - "hash": "uajrsncqhekkztbt2n55nkv7pe2fvhem" - }, - "5m36kphgc5mnyzm4oydjoe67yo3pmzbk": { - "name": "bzip2", - "version": "1.0.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "debug": false, - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "6bcqgvelcwrhah4m54ftaasshu5vfyzakduoduu32vucoz6iy3ua====", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk" - }, - "ku4hosar5gp4oq23cldg5rkv5g64dcev": { - "name": "gdbm", - "version": "1.23", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "liepxl6phlcxbgfmibxafhewtihlgaa4x3hko37ckqlafhxkrgdq====", - "dependencies": [ - { - "name": "readline", - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ku4hosar5gp4oq23cldg5rkv5g64dcev" - }, - "srqzo3q472rptx7tdmmo4433sexrhpqd": { - "name": "readline", - "version": "8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "package_hash": "n4irfyzctyywbpjkipmeqzyqbmvpcl3l2ce6c475x6y7cmiy7aaq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - } - ], - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd" - }, - "sl6fas6kbe3k3s3kon26yzaaei2euutv": { - "name": "fftw", - "version": "3.3.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": false, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b5bkvwfcfqyx7ankdqcm4v7cqwyxavvafi2js6ztj7myfnsf2qzq====", - "dependencies": [ - { - "name": "openmpi", - "hash": "bz3ckamyezumeriu6sh4ewm2w2l3l4s4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "sl6fas6kbe3k3s3kon26yzaaei2euutv" - }, - "bz3ckamyezumeriu6sh4ewm2w2l3l4s4": { - "name": "openmpi", - "version": "4.1.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": true, - "cuda_arch": [ - "none" - ], - "cxx": true, - "cxx_exceptions": true, - "fabrics": [ - "auto" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": true, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "pmi": true, - "romio": true, - "rsh": true, - "schedulers": [ - "slurm" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y2xkr6rqy276zebbvszvek3kwnopvjbfdpnvqv7vku2bienc7bfq====", - "dependencies": [ - { - "name": "cuda", - "hash": "bxmnzwtvkssdrhdzjjv4oak6wlsxn62h", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "oqyogudx337jbxkp2pzfbxww2zxbupza", - "type": [ - "build", - "link" - ] - }, - { - "name": "numactl", - "hash": "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssh", - "hash": "a75polgto5ll6mjybyzqqnkw5nrf4n6a", - "type": [ - "run" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "vvva43g5gsppz3w7g43biyovm6cgaprn", - "type": [ - "build", - "link" - ] - }, - { - "name": "slurm", - "hash": "dtixkg4lqalvpmk6jz2eqbediy6n6jrk", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "bz3ckamyezumeriu6sh4ewm2w2l3l4s4" - }, - "bxmnzwtvkssdrhdzjjv4oak6wlsxn62h": { - "name": "cuda", - "version": "12.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "allow-unsupported-compilers": false, - "build_system": "generic", - "dev": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/cuda/", - "module": null, - "extra_attributes": {} - }, - "package_hash": "rbruadjmp34fifjfr6ufarjok3x5jsn6otw32733udk6b2uhupwq====", - "hash": "bxmnzwtvkssdrhdzjjv4oak6wlsxn62h" - }, - "oqyogudx337jbxkp2pzfbxww2zxbupza": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": true, - "cuda_arch": [ - "none" - ], - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "cuda", - "hash": "bxmnzwtvkssdrhdzjjv4oak6wlsxn62h", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpciaccess", - "hash": "fsqbhuu7m27c5kndmxsp4audy5t4uy5f", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - } - ], - "hash": "oqyogudx337jbxkp2pzfbxww2zxbupza" - }, - "fsqbhuu7m27c5kndmxsp4audy5t4uy5f": { - "name": "libpciaccess", - "version": "0.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "h5aaq3rarnnlmpbv3464p73xppknzxucrj73dt277pmozyk4alva====", - "dependencies": [ - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "fsqbhuu7m27c5kndmxsp4audy5t4uy5f" - }, - "bhnodg5e6uiau6ygtfb7akdt27iyfjs5": { - "name": "libtool", - "version": "2.4.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "maorjv2sv5qkfuv2zzaowidtcd7npqrwxcwjs6utr2fon55p6euq====", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5" - }, - "767lbjgapap4d74xaj4xo2wcjpcioqlv": { - "name": "util-macros", - "version": "1.19.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5atggv5uirdl2trmzmewkonyvzmzg6sg46zpvurdk43wi2gpr7pa====", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv" - }, - "5avcdklp5qzqde4brbqt6txppjdu7iav": { - "name": "pkg-config", - "version": "0.27.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "package_hash": "ikt45ggecya3opqcyduvbczjz4vlywf4newg6op2ictszejdgpda====", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav" - }, - "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy": { - "name": "numactl", - "version": "2.0.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "package_hash": "yfrelh4vcagcl7wantudtwpccnburhkpgqyvhgmxrzeo3wdmck4q====", - "hash": "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy" - }, - "a75polgto5ll6mjybyzqqnkw5nrf4n6a": { - "name": "openssh", - "version": "7.4p1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "axluqupsxb76u33tiqvm6m7s3ccft3e5ipb44awxyfntdzcwwcta====", - "hash": "a75polgto5ll6mjybyzqqnkw5nrf4n6a" - }, - "vvva43g5gsppz3w7g43biyovm6cgaprn": { - "name": "pmix", - "version": "4.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "pmi_backwards_compatibility": true, - "python": false, - "restful": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pgxqyih2hk2jlac2feyhdsxssydwmxouyaq7wjtvttp5lfi2rmjq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "oqyogudx337jbxkp2pzfbxww2zxbupza", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx", - "type": [ - "build", - "link" - ] - } - ], - "hash": "vvva43g5gsppz3w7g43biyovm6cgaprn" - }, - "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx": { - "name": "libevent", - "version": "2.1.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "openssl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "chtoynanib2eblvcdjcw7wxhpssxzovtbuewl3ygjqi56lhd3uka====", - "dependencies": [ - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - } - ], - "hash": "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx" - }, - "dtixkg4lqalvpmk6jz2eqbediy6n6jrk": { - "name": "slurm", - "version": "22-05-7-1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gtk": true, - "hdf5": false, - "hwloc": true, - "mariadb": true, - "pmix": true, - "readline": true, - "restd": true, - "sysconfdir": "PREFIX/etc", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tbpoqwgysl7uczsbog553yxiovwe3wkvan5jvrg2jn7grd2rh5qa====", - "dependencies": [ - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gtkplus", - "hash": "t5v2yy5zj2wesbrvgt6wapudyasiiwev", - "type": [ - "build", - "link" - ] - }, - { - "name": "http-parser", - "hash": "vo3vxyjwiupejnrfet47eidbnx2ta3ri", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "oqyogudx337jbxkp2pzfbxww2zxbupza", - "type": [ - "build", - "link" - ] - }, - { - "name": "json-c", - "hash": "qe76tna3regkejnxzco74awakdmmbfw7", - "type": [ - "build", - "link" - ] - }, - { - "name": "libjwt", - "hash": "zs6oy5aqk4a7awebauaukwyt7avrqdl3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libyaml", - "hash": "knvpagr72ocewakdyobqd54btpkefmdp", - "type": [ - "build", - "link" - ] - }, - { - "name": "lz4", - "hash": "uqb3rdfiguz4fcummhl47cbtziz4jhq7", - "type": [ - "build", - "link" - ] - }, - { - "name": "mariadb", - "hash": "kxlgx2m5bb4z5lmgvdho7t3exzwoezw2", - "type": [ - "build", - "link" - ] - }, - { - "name": "munge", - "hash": "ynv7nrhzy2ojyfjwp4ttwf46i6r7jnnj", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "vvva43g5gsppz3w7g43biyovm6cgaprn", - "type": [ - "build", - "link" - ] - }, - { - "name": "readline", - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "dtixkg4lqalvpmk6jz2eqbediy6n6jrk" - }, - "lcvjjuzqzzninqswx4sw72jakns3keaw": { - "name": "curl", - "version": "7.29.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": false, - "ldap": true, - "libidn2": false, - "librtmp": false, - "libs": [ - "shared", - "static" - ], - "libssh2": false, - "nghttp2": false, - "tls": [ - "openssl" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "4qidchfm4ygjytevra4alacpdfmgn4dgbsp3r5r4xj7lmajn3ftq====", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw" - }, - "y7obu5is2inrbmizijh7hiuqbexcr3lf": { - "name": "glib", - "version": "2.72.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "libmount": false, - "patches": [ - "b3fd45063a19c871048aa1f28692293ab8971a871bdcbe65f06f17fdd79db9e2" - ], - "tracing": [ - "none" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b3fd45063a19c871048aa1f28692293ab8971a871bdcbe65f06f17fdd79db9e2" - ], - "package_hash": "7dc5xfkmrcsvnvikkmecunxl4rnajo23gxur2xiuyajxwfgwo6oq====", - "dependencies": [ - { - "name": "elfutils", - "hash": "fd6snviempxf6dmy3txnsnsnwgqpr3ku", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pcre", - "hash": "jjgrjeics4asolkwk2est6aqxyfaluyq", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf" - }, - "fd6snviempxf6dmy3txnsnsnwgqpr3ku": { - "name": "elfutils", - "version": "0.188", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "bzip2": false, - "debuginfod": false, - "nls": true, - "xz": false, - "zstd": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "p2kqbn472xpyvzbla3kzzrnocf4477l4bkoksuomfbuwv4lvdiwa====", - "dependencies": [ - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "link" - ] - } - ], - "hash": "fd6snviempxf6dmy3txnsnsnwgqpr3ku" - }, - "tjfytnzsbykn7z44xfgsgpjqsuevvrqr": { - "name": "gettext", - "version": "0.21.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "bzip2": true, - "curses": true, - "git": true, - "libunistring": false, - "libxml2": true, - "tar": true, - "xz": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "xu3qgc4x5mjlvzywiyh3aifltzurwmvjzqfq3gurzkffveeawp3q====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "tar", - "hash": "p26vl7kbbcm7tbsjakge3bwfewo5u3uw", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr" - }, - "p26vl7kbbcm7tbsjakge3bwfewo5u3uw": { - "name": "tar", - "version": "1.26", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4", - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4" - ], - "zip": "pigz", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4", - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4" - ], - "package_hash": "2czbvnhj566bhgcf2zdjmfvpaj363eflpm4dyzj4tkzrermcpm2q====", - "hash": "p26vl7kbbcm7tbsjakge3bwfewo5u3uw" - }, - "cdobfhptifgg3n3mxyrejzcljtpblgri": { - "name": "m4", - "version": "1.4.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "sigsegv": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "otabgty3hi32kdu7qhyvjdwctr6xvzy6tfclcy7yudbydmyuuida====", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri" - }, - "uhhkqgeh3qnyorq4g2rlmdou3mira7jo": { - "name": "libffi", - "version": "3.4.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jnfxlz7sxbpqdqtdoarjxzytihb4r36s7zokc4yujiakiwydgcra====", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo" - }, - "m6nctqvy2jhjfpc7pmgneews56rsrpcw": { - "name": "meson", - "version": "1.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "package_hash": "vrmgddohdq3345s26fovycq6ij2qtelzjwdb7phaxvp6mat5q3sa====", - "dependencies": [ - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "run" - ] - }, - { - "name": "py-pip", - "hash": "47bsgkwixupdoyaoiku65wzyyhoenlkw", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "wrxdzd2eudi3hfk4njkkjwil72jw2ars", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "kr7q54ydegta72qksica765jyejvgl2w", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - } - ], - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw" - }, - "kruwm3deqlj7jhzfjlpbmbup3z26byv5": { - "name": "ninja", - "version": "1.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "re2c": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "m4qytcmdffb4wjd5wppdkefidb44kldmg46psjso7f3jkrwrcrjq====", - "dependencies": [ - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build" - ] - }, - { - "name": "re2c", - "hash": "zxsic6zmhctbit3xdxkqvjzzz6umzrjt", - "type": [ - "build" - ] - } - ], - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5" - }, - "hgbgmmifdtkjufi6spoij75rtfkwjb3p": { - "name": "python", - "version": "3.10.8", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "bz2": true, - "crypt": true, - "ctypes": true, - "dbm": true, - "debug": false, - "libxml2": true, - "lzma": true, - "nis": false, - "optimizations": false, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "7d4092366f2e9c19ba85132402e70eb96cac94fdda6a33810c2a980a129c7a22", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4" - ], - "pic": true, - "pyexpat": true, - "pythoncmd": true, - "readline": true, - "shared": true, - "sqlite3": true, - "ssl": true, - "tkinter": false, - "uuid": true, - "zlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4", - "7d4092366f2e9c19ba85132402e70eb96cac94fdda6a33810c2a980a129c7a22" - ], - "package_hash": "5laa4vphsccddlyp647srr6xirfycrwbofaqkn5jvmwlrrqdsb7q====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "ku4hosar5gp4oq23cldg5rkv5g64dcev", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxcrypt", - "hash": "gmodpgd2tc36i5eln4dfjhglukljyeum", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "readline", - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd", - "type": [ - "build", - "link" - ] - }, - { - "name": "sqlite", - "hash": "abh3cdtbm7fommz3lcqw3p6iukmzwh4r", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-linux-uuid", - "hash": "n5jkdeatzijkfzfgvcvp6xe3feytq44u", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p" - }, - "q4ffi3qssscyhsu2iihxg5olamibxnuh": { - "name": "expat", - "version": "1.6.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libbsd": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "mxbohu2f4n7hr6zedjoo24n5q5puv7o542mixxfpsl4zqizxgajq====", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh" - }, - "gmodpgd2tc36i5eln4dfjhglukljyeum": { - "name": "libxcrypt", - "version": "4.4.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "obsolete_api": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "sbp4xqkq2edwikrept7ifq5g4jq33kpnfb3w6tymgh4sznol44mq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - } - ], - "hash": "gmodpgd2tc36i5eln4dfjhglukljyeum" - }, - "abh3cdtbm7fommz3lcqw3p6iukmzwh4r": { - "name": "sqlite", - "version": "3.7.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "column_metadata": true, - "dynamic_extensions": true, - "fts": true, - "functions": false, - "rtree": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "cvclg5ugqqne77z5bqrtg7jf6qihsgqgwtb3ll75cvef6m3xfuja====", - "hash": "abh3cdtbm7fommz3lcqw3p6iukmzwh4r" - }, - "n5jkdeatzijkfzfgvcvp6xe3feytq44u": { - "name": "util-linux-uuid", - "version": "2.36.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7bfyewqmic5jrwmiaftodq26xiegtse43ph4q7pb5adoaf2epx3q====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "n5jkdeatzijkfzfgvcvp6xe3feytq44u" - }, - "zxsic6zmhctbit3xdxkqvjzzz6umzrjt": { - "name": "re2c", - "version": "2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kh26rqs3cdi5efd3po3idkw7mop3fudtxlfomeun5vt47ent3y4q====", - "hash": "zxsic6zmhctbit3xdxkqvjzzz6umzrjt" - }, - "47bsgkwixupdoyaoiku65wzyyhoenlkw": { - "name": "py-pip", - "version": "23.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "o33nwakwk3e6jgwxtb5raiyq7ixxjzmqmkkwvircyhxaztty2yzq====", - "dependencies": [ - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - } - ], - "hash": "47bsgkwixupdoyaoiku65wzyyhoenlkw" - }, - "wrxdzd2eudi3hfk4njkkjwil72jw2ars": { - "name": "py-setuptools", - "version": "65.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y6xa5sgzqn3kp4mq6ffr5yh4xjqfnzycltgt7ianaxezqmkxzdya====", - "dependencies": [ - { - "name": "py-pip", - "hash": "47bsgkwixupdoyaoiku65wzyyhoenlkw", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - } - ], - "hash": "wrxdzd2eudi3hfk4njkkjwil72jw2ars" - }, - "kr7q54ydegta72qksica765jyejvgl2w": { - "name": "py-wheel", - "version": "0.37.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nrjlpe43ohfmqeuo3mawag2kwnq2hno3ebshmfy6pn7vtklynvdq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "47bsgkwixupdoyaoiku65wzyyhoenlkw", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - } - ], - "hash": "kr7q54ydegta72qksica765jyejvgl2w" - }, - "jjgrjeics4asolkwk2est6aqxyfaluyq": { - "name": "pcre", - "version": "8.45", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "jit": false, - "multibyte": true, - "utf": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "26ukwtnhaf6y7orbwtvyalrin5ijvqw34g4dhb77tcsg55kcfb5q====", - "hash": "jjgrjeics4asolkwk2est6aqxyfaluyq" - }, - "t5v2yy5zj2wesbrvgt6wapudyasiiwev": { - "name": "gtkplus", - "version": "3.24.29", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "cups": false, - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "bgdjlkzeebqsvu3qpbbz6m25tsgbnlb7afk3wjammjohko2ikdga====", - "dependencies": [ - { - "name": "at-spi2-atk", - "hash": "vihzzlyx4oocauh3s37sa64tek4ehcwc", - "type": [ - "build", - "link" - ] - }, - { - "name": "atk", - "hash": "besdcsd6mmuedbwjdny4ntmmubdiqxlu", - "type": [ - "build", - "link" - ] - }, - { - "name": "cairo", - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd", - "type": [ - "build", - "link" - ] - }, - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "fribidi", - "hash": "ne6mau6x5cq4xhzmcco2l2dnx5ogf3tt", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdk-pixbuf", - "hash": "cbkqo6ppvtgqigtfng36g7jooqndnkp2", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev", - "type": [ - "build", - "link" - ] - }, - { - "name": "libepoxy", - "hash": "ra2l5rlmo6g7kfo6l2a7j6fym7rnnv5a", - "type": [ - "build", - "link" - ] - }, - { - "name": "librsvg", - "hash": "cipjceffmntipfrkozmus4bc7rynzxww", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxi", - "hash": "guiezna7jyfojxpeihr7r2j3u3rncwkh", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxkbcommon", - "hash": "bjwonooenrn2ivwdvrbi5yx2gtogp64g", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pango", - "hash": "tohg4b4lnhru52sjzfitjgpolkzexd7i", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "shared-mime-info", - "hash": "3wi2gbm3oxs6pswuxkjdtoji667vaf4x", - "type": [ - "build", - "link" - ] - }, - { - "name": "xrandr", - "hash": "bpsqfphejkg2tp3bmmtuadhcrrvlzvmv", - "type": [ - "build", - "link" - ] - } - ], - "hash": "t5v2yy5zj2wesbrvgt6wapudyasiiwev" - }, - "vihzzlyx4oocauh3s37sa64tek4ehcwc": { - "name": "at-spi2-atk", - "version": "2.38.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "s7cb33cztm3flfkbeafjr3uejdbkyfszcpfv5mryoi6wx6uryv4a====", - "dependencies": [ - { - "name": "at-spi2-core", - "hash": "ne2ll6nqmlx6jigqvzzp25cxivuibgeo", - "type": [ - "build", - "link" - ] - }, - { - "name": "atk", - "hash": "besdcsd6mmuedbwjdny4ntmmubdiqxlu", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "vihzzlyx4oocauh3s37sa64tek4ehcwc" - }, - "ne2ll6nqmlx6jigqvzzp25cxivuibgeo": { - "name": "at-spi2-core", - "version": "2.47.90", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hfcayeodtnfdiuqfcoh5uueajj6pcykaztj6penhwxtfu5maxqba====", - "dependencies": [ - { - "name": "dbus", - "hash": "lpflynrklfb67evhxuldyoo4c42dk2nd", - "type": [ - "build", - "link" - ] - }, - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxi", - "hash": "guiezna7jyfojxpeihr7r2j3u3rncwkh", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxtst", - "hash": "daza6xr3s35souhys7f56h6dbmgex7wn", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build" - ] - }, - { - "name": "recordproto", - "hash": "lcqx4vpdokjfpjrioz4c23urfnmpghi3", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ne2ll6nqmlx6jigqvzzp25cxivuibgeo" - }, - "lpflynrklfb67evhxuldyoo4c42dk2nd": { - "name": "dbus", - "version": "1.13.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tpyf73tzczosa5iakke6gb6yq57rcs4xj7gzxljlq54sofelpx3a====", - "dependencies": [ - { - "name": "docbook-xml", - "hash": "noxt4gern72suzpi3s6kf456a5qzrxvi", - "type": [ - "build" - ] - }, - { - "name": "docbook-xsl", - "hash": "7loqo443s5xy2boa34h2ijm5vrjzkebq", - "type": [ - "build" - ] - }, - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libsm", - "hash": "ove4qundrpnz5tfiyyibc5p7tzxrboo5", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "xmlto", - "hash": "icmadvwfikytwptf3nw2layva5nlybin", - "type": [ - "build", - "link" - ] - } - ], - "hash": "lpflynrklfb67evhxuldyoo4c42dk2nd" - }, - "noxt4gern72suzpi3s6kf456a5qzrxvi": { - "name": "docbook-xml", - "version": "4.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ydgox2h25nhwwhznm7wclpmmirkveti4vzcbnks6hhjpf62ub2tq====", - "dependencies": [ - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build" - ] - } - ], - "hash": "noxt4gern72suzpi3s6kf456a5qzrxvi" - }, - "7loqo443s5xy2boa34h2ijm5vrjzkebq": { - "name": "docbook-xsl", - "version": "1.79.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "patches": [ - "a92c39715c54949ba9369add1809527b8f155b7e2a2b2e30cb4b39ee715f2e30" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "a92c39715c54949ba9369add1809527b8f155b7e2a2b2e30cb4b39ee715f2e30" - ], - "package_hash": "6aqdzw6lbzuzyaajc2jevmzfvcdaxszz2agh7kjvzu3aqeclyknq====", - "dependencies": [ - { - "name": "docbook-xml", - "hash": "noxt4gern72suzpi3s6kf456a5qzrxvi", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build" - ] - } - ], - "hash": "7loqo443s5xy2boa34h2ijm5vrjzkebq" - }, - "ove4qundrpnz5tfiyyibc5p7tzxrboo5": { - "name": "libsm", - "version": "1.2.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fvahiyp4gx6lypfwgxeqddq47pkusw2wulobn6vfivf35c243w5q====", - "dependencies": [ - { - "name": "libice", - "hash": "vf27mvsemhlgvsvchkpskqp7qaowta3e", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-linux-uuid", - "hash": "n5jkdeatzijkfzfgvcvp6xe3feytq44u", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - }, - { - "name": "xtrans", - "hash": "6wqdhj7c77azw6kyywl5e2cowhj7mzl4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ove4qundrpnz5tfiyyibc5p7tzxrboo5" - }, - "vf27mvsemhlgvsvchkpskqp7qaowta3e": { - "name": "libice", - "version": "6.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "nov7dkrvhndgd64rrxviepuwcxzg3uyhjsni72dcijnf5tgow4vq====", - "hash": "vf27mvsemhlgvsvchkpskqp7qaowta3e" - }, - "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz": { - "name": "xproto", - "version": "7.0.31", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ts53yasphfbcufw7iv237wmdkwnd52hhsazikewtipy5e4tkwszq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz" - }, - "6wqdhj7c77azw6kyywl5e2cowhj7mzl4": { - "name": "xtrans", - "version": "1.3.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4orlpc4fw7fwgn2pyitpfqgwak7h5g2tri3lcl4axczu7adymcgq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "6wqdhj7c77azw6kyywl5e2cowhj7mzl4" - }, - "icmadvwfikytwptf3nw2layva5nlybin": { - "name": "xmlto", - "version": "0.0.28", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zzvzdqkfjjxupawvmco6fny4kiguvw5y3n2vaxuoe2lerlstieaq====", - "dependencies": [ - { - "name": "libxslt", - "hash": "7kbxz3k6r5ncqzqy3emhg54qzu6ajg5n", - "type": [ - "build", - "link" - ] - } - ], - "hash": "icmadvwfikytwptf3nw2layva5nlybin" - }, - "7kbxz3k6r5ncqzqy3emhg54qzu6ajg5n": { - "name": "libxslt", - "version": "1.1.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "crypto": true, - "python": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "elakqsawrbxoricrsep7up53phltzcigjpolq2fkopuufi6dsdkq====", - "dependencies": [ - { - "name": "libgcrypt", - "hash": "w3dca655l4kwus6to5pprjwwr5bsdfki", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "7kbxz3k6r5ncqzqy3emhg54qzu6ajg5n" - }, - "w3dca655l4kwus6to5pprjwwr5bsdfki": { - "name": "libgcrypt", - "version": "1.10.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fggdiv5lohtmdve62efiigvmhddk36ep2vzdhwt7qnp6qp4hmsiq====", - "dependencies": [ - { - "name": "libgpg-error", - "hash": "rpi2udt6qklwlkfeez2qn6vp5krdfkgp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "w3dca655l4kwus6to5pprjwwr5bsdfki" - }, - "rpi2udt6qklwlkfeez2qn6vp5krdfkgp": { - "name": "libgpg-error", - "version": "1.46", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uvt5353br2nqkzl5w3ttr672x2lkwtmto23eiplfxffy4bodhhfa====", - "dependencies": [ - { - "name": "gawk", - "hash": "b32hqumoir2jcqknnwze2qyad3mevyed", - "type": [ - "build" - ] - } - ], - "hash": "rpi2udt6qklwlkfeez2qn6vp5krdfkgp" - }, - "b32hqumoir2jcqknnwze2qyad3mevyed": { - "name": "gawk", - "version": "4.0.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "nls": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "7555yr75vpzsz4qwk6bzcnwzfb3wk3ks3fvibtotmpoahglkeyjq====", - "hash": "b32hqumoir2jcqknnwze2qyad3mevyed" - }, - "vx2cx467yejktrd4nvualwsxlv4duskc": { - "name": "fixesproto", - "version": "5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kquegrfwvfudhxn7p6a4k42xty5gr3jjixstphl3cxbc3jhlngbq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc" - }, - "dagpvvb3no44mxf7uyjimolbrpkyac4b": { - "name": "gobject-introspection", - "version": "1.72.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "yvkq4jyrqetdbk64qeyoxvccsogfly22jsshreaum2rujjyh5xfq====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "cairo", - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd", - "type": [ - "build", - "link" - ] - }, - { - "name": "flex", - "hash": "g3dodwh6tlm5kwcms2qab6men2v77bqn", - "type": [ - "build" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "link" - ] - } - ], - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b" - }, - "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h": { - "name": "bison", - "version": "3.8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "d4j62fwvuxqbiez32ltjnhu47ac425wjebsy6fhoptv6saxazcxq====", - "dependencies": [ - { - "name": "diffutils", - "hash": "7j3advawuh4thdop23xsgrjnemdz5fq6", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - } - ], - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h" - }, - "7j3advawuh4thdop23xsgrjnemdz5fq6": { - "name": "diffutils", - "version": "3.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "ukq657dnhcrpssiu5jb7y5nrt4lxgpcsdvtkfo23hok5zzxa6aaa====", - "hash": "7j3advawuh4thdop23xsgrjnemdz5fq6" - }, - "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd": { - "name": "cairo", - "version": "1.16.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "X": true, - "build_system": "autotools", - "fc": true, - "ft": true, - "gobject": true, - "patches": [ - "7c4da77767fe9feb03f8051def0832f0c67f99162913275cfa127a88df19cf51" - ], - "pdf": true, - "png": false, - "svg": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "7c4da77767fe9feb03f8051def0832f0c67f99162913275cfa127a88df19cf51" - ], - "package_hash": "4j3rurejy2edqje3on6tia5tof2n743nn6t66e6jvg7dzm3a5p6a====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "fontconfig", - "hash": "qrvqsnxuo5p6wqtxquga5hq2ctx7yhhe", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxcb", - "hash": "qerdodrseqmyszxusyj77fxmd6pnqxqo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrender", - "hash": "cr2n52cgutnfedaeommujjqduc7ubwka", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "pixman", - "hash": "mqgcfvayyi3xudmou3ohhxewvfqk4zh3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build" - ] - } - ], - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd" - }, - "7k4xe7v26oz2jvguckiqlpr4tz35pwa2": { - "name": "autoconf", - "version": "2.69", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "7793209b33013dc0f81208718c68440c5aae80e7a1c4b8d336e382525af791a7" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "7793209b33013dc0f81208718c68440c5aae80e7a1c4b8d336e382525af791a7" - ], - "package_hash": "6pgbajyns7r3tn7fjcuyn5uls3mxj2hub6jkbae3r3aruuz6xytq====", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2" - }, - "kslsepikmwhan2vkixpu3n5mfsl67o6z": { - "name": "automake", - "version": "1.13.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "yjryo64e3zgaurreuzax3454o7f5r44va53ffhnjyaqcz5tmmqba====", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z" - }, - "qrvqsnxuo5p6wqtxquga5hq2ctx7yhhe": { - "name": "fontconfig", - "version": "2.14.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fkyv3q2k3vgikrjqhdlwtbessfp5kxzdd2ddmnnwvfxze3bpa3la====", - "dependencies": [ - { - "name": "font-util", - "hash": "xuq57dyt5smz4qwwbtctktt7fwjlrhal", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "gperf", - "hash": "kxnb7v2mkzzxjz2gbp5e2jxb7dpu3jzd", - "type": [ - "build" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build" - ] - }, - { - "name": "util-linux-uuid", - "hash": "n5jkdeatzijkfzfgvcvp6xe3feytq44u", - "type": [ - "build", - "link" - ] - } - ], - "hash": "qrvqsnxuo5p6wqtxquga5hq2ctx7yhhe" - }, - "xuq57dyt5smz4qwwbtctktt7fwjlrhal": { - "name": "font-util", - "version": "1.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "fonts": [ - "encodings", - "font-adobe-100dpi", - "font-adobe-75dpi", - "font-adobe-utopia-100dpi", - "font-adobe-utopia-75dpi", - "font-adobe-utopia-type1", - "font-alias", - "font-arabic-misc", - "font-bh-100dpi", - "font-bh-75dpi", - "font-bh-lucidatypewriter-100dpi", - "font-bh-lucidatypewriter-75dpi", - "font-bh-type1", - "font-bitstream-100dpi", - "font-bitstream-75dpi", - "font-bitstream-speedo", - "font-bitstream-type1", - "font-cronyx-cyrillic", - "font-cursor-misc", - "font-daewoo-misc", - "font-dec-misc", - "font-ibm-type1", - "font-isas-misc", - "font-jis-misc", - "font-micro-misc", - "font-misc-cyrillic", - "font-misc-ethiopic", - "font-misc-meltho", - "font-misc-misc", - "font-mutt-misc", - "font-schumacher-misc", - "font-screen-cyrillic", - "font-sun-misc", - "font-winitzki-cyrillic", - "font-xfree86-type1" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vybwgn6d3wcuy3ea7vtty26dplfxgc2zdvnnzzhew7gbyoata4wq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "bdftopcf", - "hash": "tumypjhavu6li4p25hzdvtqjrkhdeadt", - "type": [ - "build" - ] - }, - { - "name": "mkfontdir", - "hash": "kukbbbc4ira4srg6fbkyj6o3zyqfhorp", - "type": [ - "build" - ] - }, - { - "name": "mkfontscale", - "hash": "46th5xy72ea6b6wccam5pu2jsn6tknpl", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "xuq57dyt5smz4qwwbtctktt7fwjlrhal" - }, - "tumypjhavu6li4p25hzdvtqjrkhdeadt": { - "name": "bdftopcf", - "version": "1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "lg3e22v6atkmfkgilupdlg6t26x4zdbikguqk2kw4z2h2kn4eaqq====", - "dependencies": [ - { - "name": "fontsproto", - "hash": "vmigmu4jofp4e4ej2uiyeogaq4dbhpw2", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxfont", - "hash": "ceacowagfp5es2s7ckufjoibkd5c3gb4", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "tumypjhavu6li4p25hzdvtqjrkhdeadt" - }, - "vmigmu4jofp4e4ej2uiyeogaq4dbhpw2": { - "name": "fontsproto", - "version": "2.1.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5ahejllgvapbcs63bvark6hp2q6wvock7wbp6osmcjvq45nxrsaq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "vmigmu4jofp4e4ej2uiyeogaq4dbhpw2" - }, - "ceacowagfp5es2s7ckufjoibkd5c3gb4": { - "name": "libxfont", - "version": "1.5.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "t46ly5r5k3z72ounp4wik2sdeehzrl7zgiujmxzydkvn5lu7krka====", - "dependencies": [ - { - "name": "fontsproto", - "hash": "vmigmu4jofp4e4ej2uiyeogaq4dbhpw2", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "libfontenc", - "hash": "gpq5nfulfyvemefzdj5l5pzh2y6qreae", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - }, - { - "name": "xtrans", - "hash": "6wqdhj7c77azw6kyywl5e2cowhj7mzl4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ceacowagfp5es2s7ckufjoibkd5c3gb4" - }, - "mw47utamo3t2mrfqdxkopy4r5p7e3hy5": { - "name": "freetype", - "version": "2.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fhti55g4gg2qmjycii6vm5go2huohm5fktzepvhacwozwermi6gq====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpng", - "hash": "pk6lger6z5gdu3gnbre5ugdibsnri3vb", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5" - }, - "pk6lger6z5gdu3gnbre5ugdibsnri3vb": { - "name": "libpng", - "version": "1.6.37", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "puoryirpmhuafpzuvyuah4hlcxfmviefxhra664slegtq237aesa====", - "dependencies": [ - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "pk6lger6z5gdu3gnbre5ugdibsnri3vb" - }, - "gpq5nfulfyvemefzdj5l5pzh2y6qreae": { - "name": "libfontenc", - "version": "1.1.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "juqz3viabn4ufmxpryhqfsvuxjtfrru37y33kxarnshfcexsnkeq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "gpq5nfulfyvemefzdj5l5pzh2y6qreae" - }, - "kukbbbc4ira4srg6fbkyj6o3zyqfhorp": { - "name": "mkfontdir", - "version": "1.0.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rimy3g3lqxjma3q5fs3z63lcbzzdenqt7dg7l54x7hxcnmnuiq4a====", - "dependencies": [ - { - "name": "mkfontscale", - "hash": "46th5xy72ea6b6wccam5pu2jsn6tknpl", - "type": [ - "run" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "kukbbbc4ira4srg6fbkyj6o3zyqfhorp" - }, - "46th5xy72ea6b6wccam5pu2jsn6tknpl": { - "name": "mkfontscale", - "version": "1.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "33xomf7kqazowlqrifbji7sqrwvdq2slv4tsfm2fw642pa2vuq7a====", - "dependencies": [ - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "libfontenc", - "hash": "gpq5nfulfyvemefzdj5l5pzh2y6qreae", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "46th5xy72ea6b6wccam5pu2jsn6tknpl" - }, - "kxnb7v2mkzzxjz2gbp5e2jxb7dpu3jzd": { - "name": "gperf", - "version": "3.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hi7rqubzs2lwppv3vylprtgxd56jdlkodtar4knimyumciqx7mjq====", - "hash": "kxnb7v2mkzzxjz2gbp5e2jxb7dpu3jzd" - }, - "3cdzfciavcbtdg5ypjxc43g2jrwyrvri": { - "name": "libx11", - "version": "6.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "cilwebynreup6hmv4cs3dnenjldaf3wnyjpg3k6hlwjo4ezi6kdq====", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri" - }, - "qerdodrseqmyszxusyj77fxmd6pnqxqo": { - "name": "libxcb", - "version": "1.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "cflde7hn55ki7gd2sne4efurvp4ueprjfugfmono4alx4fiebcsa====", - "dependencies": [ - { - "name": "libpthread-stubs", - "hash": "3hefpsipzczjtf6wzlo2qtv2fsczpy5e", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxau", - "hash": "fxy6km24l5tcja7ujeepozr4wuciwwzc", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxdmcp", - "hash": "zqvjovxm5uciml4oaow7hrj7kqmnv3mz", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xcb-proto", - "hash": "7q2sgzkywftqvytctt4tnyywirpfo7fk", - "type": [ - "build", - "link" - ] - } - ], - "hash": "qerdodrseqmyszxusyj77fxmd6pnqxqo" - }, - "3hefpsipzczjtf6wzlo2qtv2fsczpy5e": { - "name": "libpthread-stubs", - "version": "0.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "apgeujsd3yb6p7ywgvbn7b7fiw6lmepocaijezzb7iok454gtu4a====", - "hash": "3hefpsipzczjtf6wzlo2qtv2fsczpy5e" - }, - "fxy6km24l5tcja7ujeepozr4wuciwwzc": { - "name": "libxau", - "version": "1.0.8", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "caqko4t3xrze7y3bprl26be7fr5wo2aqkic23ecddxm3pwtf5ukq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "fxy6km24l5tcja7ujeepozr4wuciwwzc" - }, - "zqvjovxm5uciml4oaow7hrj7kqmnv3mz": { - "name": "libxdmcp", - "version": "1.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "k6ezoe53tqdwumepxz2a4wwhu5url237iejnekprjoxerpyr4lca====", - "dependencies": [ - { - "name": "libbsd", - "hash": "3c4qztq7xbqo7qb5oyptz2ecmwmthgnl", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "zqvjovxm5uciml4oaow7hrj7kqmnv3mz" - }, - "3c4qztq7xbqo7qb5oyptz2ecmwmthgnl": { - "name": "libbsd", - "version": "0.11.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2egz24sk3nuiedv4y5ku2s6hqscsftjymmzt7mfsgkt6ddin3cuq====", - "dependencies": [ - { - "name": "libmd", - "hash": "qpqnqg6b5svhsbablkzumpqg76zliqnp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "3c4qztq7xbqo7qb5oyptz2ecmwmthgnl" - }, - "qpqnqg6b5svhsbablkzumpqg76zliqnp": { - "name": "libmd", - "version": "1.0.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zs2e7fqr4dzthpj5fascqvfn7xcahf7dtc5bzdwfv6vqkzi7oncq====", - "hash": "qpqnqg6b5svhsbablkzumpqg76zliqnp" - }, - "7q2sgzkywftqvytctt4tnyywirpfo7fk": { - "name": "xcb-proto", - "version": "1.14.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "skvxifn2hoqjsqjwzrnhojf5apguwcfwh43wylng6jhzrvi7fveq====", - "hash": "7q2sgzkywftqvytctt4tnyywirpfo7fk" - }, - "swzvjdp24aexcxxr5ufrr4rapqlcrah6": { - "name": "libxext", - "version": "6.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "7iy3647vlkwbgp4euyjcbkmoupaflvg6eo72uy7zii2djwdwuuna====", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6" - }, - "cr2n52cgutnfedaeommujjqduc7ubwka": { - "name": "libxrender", - "version": "0.9.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4d65nf3go3jlhxdrfmegemrqc2mivtvm3wimnvvqlmhx4bw3q5xq====", - "dependencies": [ - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "renderproto", - "hash": "sn5riiu7gri42b4coocng6tcw2edhvkw", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "cr2n52cgutnfedaeommujjqduc7ubwka" - }, - "sn5riiu7gri42b4coocng6tcw2edhvkw": { - "name": "renderproto", - "version": "0.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "bk2h6zq4t46bqzv2jahgqge4n5n7lcqwtoqa2h3l6nkaqi3ts2fq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "sn5riiu7gri42b4coocng6tcw2edhvkw" - }, - "mqgcfvayyi3xudmou3ohhxewvfqk4zh3": { - "name": "pixman", - "version": "0.42.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hsqm2ybnlduxxsqbzgx3aywvrmaq5lnynzqffx7d4egv5s4y6uca====", - "dependencies": [ - { - "name": "libpng", - "hash": "pk6lger6z5gdu3gnbre5ugdibsnri3vb", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "mqgcfvayyi3xudmou3ohhxewvfqk4zh3" - }, - "g3dodwh6tlm5kwcms2qab6men2v77bqn": { - "name": "flex", - "version": "2.5.37", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "lex": true, - "nls": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "emebbexjijj7tyokkywhortxoisx5sdwf45ry5qwr34szudicugq====", - "hash": "g3dodwh6tlm5kwcms2qab6men2v77bqn" - }, - "rhomntrnpgujmvc3ebhsr6a5nx7cahev": { - "name": "inputproto", - "version": "2.3.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "x7ftkvt7cek56mwyxcskjogbmzbswa5qfuhrudw4rmbtlfxghqgq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev" - }, - "guiezna7jyfojxpeihr7r2j3u3rncwkh": { - "name": "libxi", - "version": "1.7.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ib77d7eg6kgvfkkha6mgubrixyq75ddtldrh2hdfksq3lfnouqpq====", - "dependencies": [ - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxfixes", - "hash": "5w6hrfqjn4pf3bdjj6yy2zxlgkwgjd6z", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc", - "type": [ - "build", - "link" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "guiezna7jyfojxpeihr7r2j3u3rncwkh" - }, - "5w6hrfqjn4pf3bdjj6yy2zxlgkwgjd6z": { - "name": "libxfixes", - "version": "5.0.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "n6xa324jijtcpajfcqxsspu46mfd75kmgs5nwwnu7fa5apadlc4a====", - "dependencies": [ - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc", - "type": [ - "build", - "link" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "5w6hrfqjn4pf3bdjj6yy2zxlgkwgjd6z" - }, - "jo37d3oakakch2tu6n4h5fiyogkd6vhc": { - "name": "xextproto", - "version": "7.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "772pnkm2kjypi4txkkz3dkdbniiaybh65fmcv3ronigaj2idgcbq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc" - }, - "daza6xr3s35souhys7f56h6dbmgex7wn": { - "name": "libxtst", - "version": "1.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "j7iqvxmfqdswlfelth3zsm7jvfz5uf3xhjbh3lmhfby54mqjhlvq====", - "dependencies": [ - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxi", - "hash": "guiezna7jyfojxpeihr7r2j3u3rncwkh", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "recordproto", - "hash": "lcqx4vpdokjfpjrioz4c23urfnmpghi3", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc", - "type": [ - "build", - "link" - ] - } - ], - "hash": "daza6xr3s35souhys7f56h6dbmgex7wn" - }, - "lcqx4vpdokjfpjrioz4c23urfnmpghi3": { - "name": "recordproto", - "version": "1.14.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "oc4sleoxvjnuerfgyxnzqq53irqrd27w52b3qtcot246rlv73kva====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "lcqx4vpdokjfpjrioz4c23urfnmpghi3" - }, - "besdcsd6mmuedbwjdny4ntmmubdiqxlu": { - "name": "atk", - "version": "2.38.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "gp5wjvo6vgtkcuyipf3yxj6dyncy2eiugv6wbh3x2ut73pw3vbua====", - "dependencies": [ - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "besdcsd6mmuedbwjdny4ntmmubdiqxlu" - }, - "ne6mau6x5cq4xhzmcco2l2dnx5ogf3tt": { - "name": "fribidi", - "version": "1.0.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "iobhrz2tcy2osrfdpoamyb3pjh3ctkmplsn6pwwyd2drdb4li7zq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - } - ], - "hash": "ne6mau6x5cq4xhzmcco2l2dnx5ogf3tt" - }, - "cbkqo6ppvtgqigtfng36g7jooqndnkp2": { - "name": "gdk-pixbuf", - "version": "2.42.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "man": false, - "tiff": false, - "x11": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7yvjh5jzepapba7kjjl2kufzrzgmia5htnb4g7aodz2fans6kdda====", - "dependencies": [ - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "libjpeg-turbo", - "hash": "ozucdvdz3vywwg4hi5jrp6nwahgp5k5z", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpng", - "hash": "pk6lger6z5gdu3gnbre5ugdibsnri3vb", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "shared-mime-info", - "hash": "3wi2gbm3oxs6pswuxkjdtoji667vaf4x", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "cbkqo6ppvtgqigtfng36g7jooqndnkp2" - }, - "ozucdvdz3vywwg4hi5jrp6nwahgp5k5z": { - "name": "libjpeg-turbo", - "version": "62.1.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "jpeg8": false, - "shared": true, - "static": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "qomhag4ztr7utmfp7tcc2e6h7zajlnzxbyu5u5jvjzobiugi5hra====", - "hash": "ozucdvdz3vywwg4hi5jrp6nwahgp5k5z" - }, - "3wi2gbm3oxs6pswuxkjdtoji667vaf4x": { - "name": "shared-mime-info", - "version": "1.9", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hactrqhutnlt3swwkda2hlh5ze3vwzoyeaphekv4brheotdkf2gq====", - "dependencies": [ - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "intltool", - "hash": "fa6lcupr32jkh75tjkbriiuxbmxisvgu", - "type": [ - "build" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "3wi2gbm3oxs6pswuxkjdtoji667vaf4x" - }, - "fa6lcupr32jkh75tjkbriiuxbmxisvgu": { - "name": "intltool", - "version": "0.51.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "ca9d6562f29f06c64150f50369a24402b7aa01a3a0dc73dce55106f3224330a1" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "ca9d6562f29f06c64150f50369a24402b7aa01a3a0dc73dce55106f3224330a1" - ], - "package_hash": "wobo2qkexoi7b66er3cup4rijj64bh6kjvnbnqjyuxqtpbrnl3qa====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-xml-parser", - "hash": "jmrf33rzlgx7vyms4nmf7pluvimyjf3a", - "type": [ - "build", - "run" - ] - } - ], - "hash": "fa6lcupr32jkh75tjkbriiuxbmxisvgu" - }, - "jmrf33rzlgx7vyms4nmf7pluvimyjf3a": { - "name": "perl-xml-parser", - "version": "2.44", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "472uai3cyjdeugpnr7airwymwbz4cdpvcrrugdx5kakd3ih5zzfa====", - "dependencies": [ - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-libwww-perl", - "hash": "ptdxxg4cp4pc7cz343l2s7b6dyops42q", - "type": [ - "build", - "run" - ] - } - ], - "hash": "jmrf33rzlgx7vyms4nmf7pluvimyjf3a" - }, - "ptdxxg4cp4pc7cz343l2s7b6dyops42q": { - "name": "perl-libwww-perl", - "version": "6.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2hcy7y4gmnmpyqi45jjc6k2ctti2xuqsxactzuycnkfnz2ax3ghq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-encode-locale", - "hash": "m6mfnnsssjqnut5ldcnhsvvepnbihq6i", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-file-listing", - "hash": "y6jf7sf45ezz3nb7w55dmsr7k66rxxkn", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-html-parser", - "hash": "5kmlj4o2265gwu77e55gxhmgewu62cja", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-cookies", - "hash": "icxjfmvflxniywuiyi3am4teacy5ab55", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-daemon", - "hash": "sd22m4zebwxpsa2fyhht4bzlabwnael5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-negotiate", - "hash": "6lw5r6ygpzorvokmvg27t3366o6gzj3k", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-lwp-mediatypes", - "hash": "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-net-http", - "hash": "zpc7de2irdrwykkcjhnwphek7v7kk7w7", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-try-tiny", - "hash": "fwn2qut3knpeq4huimez7pfzhzsr46or", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-www-robotrules", - "hash": "2elbepsdsfiqlrhucu6scx7p7ozzm2cv", - "type": [ - "build", - "run" - ] - } - ], - "hash": "ptdxxg4cp4pc7cz343l2s7b6dyops42q" - }, - "m6mfnnsssjqnut5ldcnhsvvepnbihq6i": { - "name": "perl-encode-locale", - "version": "1.05", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "mg5fe7zybrspedamjgas7dg5svwjbexxrjayribd53nzkj2srrra====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "m6mfnnsssjqnut5ldcnhsvvepnbihq6i" - }, - "y6jf7sf45ezz3nb7w55dmsr7k66rxxkn": { - "name": "perl-file-listing", - "version": "6.04", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fkpo3iowqtkztj6vkqnourhkucey3ji3stg4fcj5orwbqwkdpfia====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo", - "type": [ - "build", - "run" - ] - } - ], - "hash": "y6jf7sf45ezz3nb7w55dmsr7k66rxxkn" - }, - "npxx3lz7pkm6wynubn2xjcxzkjg275wo": { - "name": "perl-http-date", - "version": "6.02", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "v4tsarhuysysckggicz6l7ll2c54v5h4hbta3guuwgi3aur4lfga====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo" - }, - "5kmlj4o2265gwu77e55gxhmgewu62cja": { - "name": "perl-html-parser", - "version": "3.72", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5mwnk2j6i2seakt3gerzx3nmhx3p7s74dpbym7s5bsf3mffqyjfa====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-html-tagset", - "hash": "qt42euc2nthow446xvy4qgx6vwbbkmnx", - "type": [ - "build", - "run" - ] - } - ], - "hash": "5kmlj4o2265gwu77e55gxhmgewu62cja" - }, - "qt42euc2nthow446xvy4qgx6vwbbkmnx": { - "name": "perl-html-tagset", - "version": "3.20", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pqgifokillquw6ywhyobz6o6lzsozskh7cg6vh6zvxtb42lp6jeq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "qt42euc2nthow446xvy4qgx6vwbbkmnx" - }, - "icxjfmvflxniywuiyi3am4teacy5ab55": { - "name": "perl-http-cookies", - "version": "6.04", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rnu4d4xb6mo623doclamtdeojlqjw5kotfxkbe6nqkadgbjjkhfq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - } - ], - "hash": "icxjfmvflxniywuiyi3am4teacy5ab55" - }, - "7czibn6udb2tkz6rt6atpwvy2uvrf5qr": { - "name": "perl-http-message", - "version": "6.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "bapi2qfmpsbksnna4kge46ts3kv47ozm5f55ehbtqrbpbub6r6sa====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-encode-locale", - "hash": "m6mfnnsssjqnut5ldcnhsvvepnbihq6i", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-io-html", - "hash": "qixpxankpk7s2mrjclx7nv62b6y6uxeh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-lwp-mediatypes", - "hash": "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-try-tiny", - "hash": "fwn2qut3knpeq4huimez7pfzhzsr46or", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - } - ], - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr" - }, - "qixpxankpk7s2mrjclx7nv62b6y6uxeh": { - "name": "perl-io-html", - "version": "1.001", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "cltnzamqu7nv5wsh7cmiffprz3sshieifn5rehpdskjc5zqzoybq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "qixpxankpk7s2mrjclx7nv62b6y6uxeh" - }, - "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw": { - "name": "perl-lwp-mediatypes", - "version": "6.02", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "mcrrkpcx3yhtamk4mc6xcncneglvugom2tybrv5l4frngnk5ndwa====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw" - }, - "fwn2qut3knpeq4huimez7pfzhzsr46or": { - "name": "perl-try-tiny", - "version": "0.28", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "wqa25n7l6xadn5kjagsegnfwzi7ioyed6wr2owrrs4gyvwsgzjla====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "fwn2qut3knpeq4huimez7pfzhzsr46or" - }, - "yh5inqv4veuq4esgfih3yqgv7vdrfu7k": { - "name": "perl-uri", - "version": "1.72", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "aydt455hxaxfpy7f2oy6vfml43xigxpp6vyp5wwfvua53h3l6owq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-test-needs", - "hash": "enj3bgaqtti2a2pv3yq4glw4tgr5yth3", - "type": [ - "build" - ] - } - ], - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k" - }, - "enj3bgaqtti2a2pv3yq4glw4tgr5yth3": { - "name": "perl-test-needs", - "version": "0.002005", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vrgqui6gpvyr7i4irpylgtatpkuyosp5ujctfkeywdgvjp3w2hbq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "enj3bgaqtti2a2pv3yq4glw4tgr5yth3" - }, - "sd22m4zebwxpsa2fyhht4bzlabwnael5": { - "name": "perl-http-daemon", - "version": "6.01", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nhoni2crzeed5qspteahaliswfx5kzxiaxicztzz77ajunhvyemq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-lwp-mediatypes", - "hash": "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-module-build-tiny", - "hash": "6j3ccpwxzugczxfyokmtmq6v3rtzka4r", - "type": [ - "build" - ] - } - ], - "hash": "sd22m4zebwxpsa2fyhht4bzlabwnael5" - }, - "6j3ccpwxzugczxfyokmtmq6v3rtzka4r": { - "name": "perl-module-build-tiny", - "version": "0.039", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jesmbcm7ilgpjlnreg4efoe53e6iypa47mnwn32rkgjeqy3tnt5a====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-config", - "hash": "xbvvx7pfg6zy6mc4we5gdm4vae2tb6jv", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-helpers", - "hash": "t5fueujrhgtj7oisa7knikpirudicjj5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-installpaths", - "hash": "qgow3x3wcp2ztwbjhbs2fxeexih6ujv6", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-module-build", - "hash": "httussmpqr47faai7mgn7fchqfn5ssk2", - "type": [ - "build" - ] - } - ], - "hash": "6j3ccpwxzugczxfyokmtmq6v3rtzka4r" - }, - "xbvvx7pfg6zy6mc4we5gdm4vae2tb6jv": { - "name": "perl-extutils-config", - "version": "0.008", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "yhzsoknakknd3wbbby3bhm4hndyudpmiqvl3tyyhhsniykxky55q====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "xbvvx7pfg6zy6mc4we5gdm4vae2tb6jv" - }, - "t5fueujrhgtj7oisa7knikpirudicjj5": { - "name": "perl-extutils-helpers", - "version": "0.026", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "axqydqzxlepmz6hvrsuligbsegtq54ajyccnujfd2qtira2kw72q====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "t5fueujrhgtj7oisa7knikpirudicjj5" - }, - "qgow3x3wcp2ztwbjhbs2fxeexih6ujv6": { - "name": "perl-extutils-installpaths", - "version": "0.012", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "65rpfwfara4ertnumxmjrgpis4sfe5gjldzobtphyr4ymiitleja====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-config", - "hash": "xbvvx7pfg6zy6mc4we5gdm4vae2tb6jv", - "type": [ - "build", - "run" - ] - } - ], - "hash": "qgow3x3wcp2ztwbjhbs2fxeexih6ujv6" - }, - "httussmpqr47faai7mgn7fchqfn5ssk2": { - "name": "perl-module-build", - "version": "0.4224", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7tyqjwceayond4tnqlhcvd36uf6jefxb25ojwsz4vmudvlncybpq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "httussmpqr47faai7mgn7fchqfn5ssk2" - }, - "6lw5r6ygpzorvokmvg27t3366o6gzj3k": { - "name": "perl-http-negotiate", - "version": "6.01", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "6mfb354d2lmo2g3zoewh4hnvyapkfqqfwiipv7532xqkvzn55dqq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "6lw5r6ygpzorvokmvg27t3366o6gzj3k" - }, - "zpc7de2irdrwykkcjhnwphek7v7kk7w7": { - "name": "perl-net-http", - "version": "6.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "g43kruw44ozystc7coyfiqburarvyyuw7vf4tobwmjp3n4toj5uq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - } - ], - "hash": "zpc7de2irdrwykkcjhnwphek7v7kk7w7" - }, - "2elbepsdsfiqlrhucu6scx7p7ozzm2cv": { - "name": "perl-www-robotrules", - "version": "6.02", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "dmcu3fdbxfmftmxg5wejubxo2233aswjucxjuhv4gswb5nxfkcyq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - } - ], - "hash": "2elbepsdsfiqlrhucu6scx7p7ozzm2cv" - }, - "ra2l5rlmo6g7kfo6l2a7j6fym7rnnv5a": { - "name": "libepoxy", - "version": "0.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "glx": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "pi6bf2ndhev3iq44lido6pvzqrwkk6lqrgpvqxv3jx3qbb72mhka====", - "hash": "ra2l5rlmo6g7kfo6l2a7j6fym7rnnv5a" - }, - "cipjceffmntipfrkozmus4bc7rynzxww": { - "name": "librsvg", - "version": "2.40.20", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "doc": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "wljdy7hwltzejdzqejirv354uhggfwo6kgsjbgr66nyezpd4spma====", - "hash": "cipjceffmntipfrkozmus4bc7rynzxww" - }, - "bjwonooenrn2ivwdvrbi5yx2gtogp64g": { - "name": "libxkbcommon", - "version": "1.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "wayland": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2epn5ki3womaacoxsl6unnlp5j4r4kx4s6mi227rsqvconpo2bca====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "libxcb", - "hash": "qerdodrseqmyszxusyj77fxmd6pnqxqo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build", - "link" - ] - }, - { - "name": "xkbdata", - "hash": "phtir2ltroem27nmzh2c5fsvfzr2vs3e", - "type": [ - "build", - "link" - ] - } - ], - "hash": "bjwonooenrn2ivwdvrbi5yx2gtogp64g" - }, - "phtir2ltroem27nmzh2c5fsvfzr2vs3e": { - "name": "xkbdata", - "version": "1.0.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5yn2zxhph3mckqddidibdhplcevp7dau4sljzw7quspumjd6laeq====", - "dependencies": [ - { - "name": "xkbcomp", - "hash": "eim5szpwvwlquk5ll6hze5wjrwzfplak", - "type": [ - "build" - ] - } - ], - "hash": "phtir2ltroem27nmzh2c5fsvfzr2vs3e" - }, - "eim5szpwvwlquk5ll6hze5wjrwzfplak": { - "name": "xkbcomp", - "version": "1.4.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4qznuvrssnfcew2ycf43r3ubrgsf3z6fghnv37pwlnqgixxhvl4a====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxkbfile", - "hash": "zpfmk45axpgzbooje4uitpyx4ln4vji3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "eim5szpwvwlquk5ll6hze5wjrwzfplak" - }, - "zpfmk45axpgzbooje4uitpyx4ln4vji3": { - "name": "libxkbfile", - "version": "1.0.9", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nxmltov5hlerefgf22xn2vbzeih7opqi6cwi3e5clzsrhh4swdkq====", - "dependencies": [ - { - "name": "kbproto", - "hash": "dpb4f4drlevus7rczj5aamk6lnodrv4o", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "zpfmk45axpgzbooje4uitpyx4ln4vji3" - }, - "dpb4f4drlevus7rczj5aamk6lnodrv4o": { - "name": "kbproto", - "version": "1.0.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vpdo6klq4gtxwnvl2v3cmo76s6sydzpeyw6shshtx6eys54yaaia====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "dpb4f4drlevus7rczj5aamk6lnodrv4o" - }, - "tohg4b4lnhru52sjzfitjgpolkzexd7i": { - "name": "pango", - "version": "1.50.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "X": true, - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kgzhk2fnzpmc4xxrycesduygqn6yevxtcyjdetn55w5nauosw3ga====", - "dependencies": [ - { - "name": "cairo", - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd", - "type": [ - "build", - "link" - ] - }, - { - "name": "fontconfig", - "hash": "qrvqsnxuo5p6wqtxquga5hq2ctx7yhhe", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "fribidi", - "hash": "ne6mau6x5cq4xhzmcco2l2dnx5ogf3tt", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "harfbuzz", - "hash": "abxeszt72c6p5erf4uyksvx5aioiur6b", - "type": [ - "build", - "link" - ] - }, - { - "name": "json-glib", - "hash": "waqje6pcjsy5hv4nq5h7oydjmj2se4da", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxft", - "hash": "hxa5lum3i47g7q2wm3shw2n2roawnzex", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "tohg4b4lnhru52sjzfitjgpolkzexd7i" - }, - "abxeszt72c6p5erf4uyksvx5aioiur6b": { - "name": "harfbuzz", - "version": "5.1.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "graphite2": false, - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "aeg36t63hvbtgr77d4kohgxmkqk6symutnysocqvrk54xvx3dtja====", - "dependencies": [ - { - "name": "cairo", - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "icu4c", - "hash": "ygi2otwrti5on3kb72ijtp4wo4sbmnhe", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "abxeszt72c6p5erf4uyksvx5aioiur6b" - }, - "ygi2otwrti5on3kb72ijtp4wo4sbmnhe": { - "name": "icu4c", - "version": "60.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxxstd": "11", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2kalegpxjj7hbcrrweqfhdqgiivu5ogvh2drbbp5wp7yqnpqt7bq====", - "hash": "ygi2otwrti5on3kb72ijtp4wo4sbmnhe" - }, - "waqje6pcjsy5hv4nq5h7oydjmj2se4da": { - "name": "json-glib", - "version": "1.6.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "e5ntoaqlanms3uitvntjhpv7goiym75egl4pezqphc5uee4kcbpq====", - "dependencies": [ - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "waqje6pcjsy5hv4nq5h7oydjmj2se4da" - }, - "hxa5lum3i47g7q2wm3shw2n2roawnzex": { - "name": "libxft", - "version": "2.3.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "c3iborz4pzgcvwuu3niqv75ite7igxmo5jcmh242nbhflzkz3haa====", - "hash": "hxa5lum3i47g7q2wm3shw2n2roawnzex" - }, - "bpsqfphejkg2tp3bmmtuadhcrrvlzvmv": { - "name": "xrandr", - "version": "1.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7k5b2diluuwslghaqxp5ma5j3642j7zbnhydwrwzdtzi65tned2q====", - "dependencies": [ - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrandr", - "hash": "sztkaqiyscpogyetiqe4z6mmqzkol3hx", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrender", - "hash": "cr2n52cgutnfedaeommujjqduc7ubwka", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "randrproto", - "hash": "4rdggkvyjgsfdhtsnbbf2o53xh2pshdf", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "bpsqfphejkg2tp3bmmtuadhcrrvlzvmv" - }, - "sztkaqiyscpogyetiqe4z6mmqzkol3hx": { - "name": "libxrandr", - "version": "1.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uoopbrygzmavv3wl64mdehxaqavevtlqfnoel432wnlqe5ik5kca====", - "dependencies": [ - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrender", - "hash": "cr2n52cgutnfedaeommujjqduc7ubwka", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "randrproto", - "hash": "4rdggkvyjgsfdhtsnbbf2o53xh2pshdf", - "type": [ - "build", - "link" - ] - }, - { - "name": "renderproto", - "hash": "sn5riiu7gri42b4coocng6tcw2edhvkw", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc", - "type": [ - "build", - "link" - ] - } - ], - "hash": "sztkaqiyscpogyetiqe4z6mmqzkol3hx" - }, - "4rdggkvyjgsfdhtsnbbf2o53xh2pshdf": { - "name": "randrproto", - "version": "1.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vuemqtj4n7gc5y3x627if3zu76mahdb463djahg2o3bjrv2xen6a====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "4rdggkvyjgsfdhtsnbbf2o53xh2pshdf" - }, - "vo3vxyjwiupejnrfet47eidbnx2ta3ri": { - "name": "http-parser", - "version": "2.9.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uq3sgbo7sl4m6swdycijyopkgdjuywxpisnp2xo2xlt43nltygoa====", - "hash": "vo3vxyjwiupejnrfet47eidbnx2ta3ri" - }, - "qe76tna3regkejnxzco74awakdmmbfw7": { - "name": "json-c", - "version": "0.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "no5lzmk3mfxiq7mdjvkii33zm4yk54magfpruvmcimhi63bmqzlq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - } - ], - "hash": "qe76tna3regkejnxzco74awakdmmbfw7" - }, - "zs6oy5aqk4a7awebauaukwyt7avrqdl3": { - "name": "libjwt", - "version": "1.13.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vpwrhlq7rublgiym2vjim3abtd22tqwy4vr4z2jgw5aggcggdmbq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "jansson", - "hash": "fiuacmvoflek7bevohbcd6a44jcmcpij", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "run" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "zs6oy5aqk4a7awebauaukwyt7avrqdl3" - }, - "fiuacmvoflek7bevohbcd6a44jcmcpij": { - "name": "jansson", - "version": "2.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "w5ctelile4v7afirpood3ma5bnxfyepca4u5h5xmpfdpuc7vibia====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - } - ], - "hash": "fiuacmvoflek7bevohbcd6a44jcmcpij" - }, - "knvpagr72ocewakdyobqd54btpkefmdp": { - "name": "libyaml", - "version": "0.2.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "g7bnnjbbeunsomfugjulylalc7iascu3ap6uctagn2pal5jgjxva====", - "hash": "knvpagr72ocewakdyobqd54btpkefmdp" - }, - "uqb3rdfiguz4fcummhl47cbtziz4jhq7": { - "name": "lz4", - "version": "1.9.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "q3w4yyhzr4gca3v73pyviouaacrai6popu2v2tqpkp6ijkskcrya====", - "hash": "uqb3rdfiguz4fcummhl47cbtziz4jhq7" - }, - "kxlgx2m5bb4z5lmgvdho7t3exzwoezw2": { - "name": "mariadb", - "version": "10.8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "nonblocking": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "a5dizrkrab6udrwbgt7prrfddbnigty5otmx6mmnww3epeil6ira====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "boost", - "hash": "5nz3725duuwr6txoekxd7oxkdviuqzbt", - "type": [ - "build", - "link" - ] - }, - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "jemalloc", - "hash": "bcunquwqk4q773oibbzlqddwbxnam5aa", - "type": [ - "build", - "link" - ] - }, - { - "name": "krb5", - "hash": "kdbkmmznaqlt5ivhzdkbsnsgek4a7yvx", - "type": [ - "build", - "link" - ] - }, - { - "name": "libaio", - "hash": "vjx3pnhp53vfcyfr4ookfgkvo6y7pgs5", - "type": [ - "build", - "link" - ] - }, - { - "name": "libedit", - "hash": "ajox6g7firx5awh4hp5qlspclcpszbrf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libzmq", - "hash": "xkibpjarkebercs476ukkoynhe65djjw", - "type": [ - "build", - "link" - ] - }, - { - "name": "lz4", - "hash": "uqb3rdfiguz4fcummhl47cbtziz4jhq7", - "type": [ - "build", - "link" - ] - }, - { - "name": "msgpack-c", - "hash": "yfaimbzmmspsv6u2oxfdr6l7qlbmics7", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "kxlgx2m5bb4z5lmgvdho7t3exzwoezw2" - }, - "5nz3725duuwr6txoekxd7oxkdviuqzbt": { - "name": "boost", - "version": "1.81.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "atomic": true, - "build_system": "generic", - "chrono": true, - "clanglibcpp": false, - "container": false, - "context": false, - "contract": false, - "coroutine": false, - "cxxstd": "98", - "date_time": true, - "debug": false, - "exception": true, - "fiber": false, - "filesystem": true, - "graph": true, - "graph_parallel": false, - "icu": false, - "iostreams": true, - "json": false, - "locale": true, - "log": true, - "math": true, - "mpi": false, - "multithreaded": true, - "nowide": false, - "numpy": false, - "patches": [ - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8" - ], - "pic": false, - "program_options": true, - "python": false, - "random": true, - "regex": true, - "serialization": true, - "shared": true, - "signals": true, - "singlethreaded": false, - "stacktrace": false, - "system": true, - "taggedlayout": false, - "test": true, - "thread": true, - "timer": true, - "type_erasure": false, - "versionedlayout": false, - "visibility": "hidden", - "wave": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8" - ], - "package_hash": "363pmtb2dzrzzf5oqejd42ruqnf4c7ohcira5tmcpksp4ajowyaa====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - }, - { - "name": "zstd", - "hash": "4gort52motag5hjo47lmt6pvtf5sdocs", - "type": [ - "build", - "link" - ] - } - ], - "hash": "5nz3725duuwr6txoekxd7oxkdviuqzbt" - }, - "4gort52motag5hjo47lmt6pvtf5sdocs": { - "name": "zstd", - "version": "1.5.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "libs": [ - "shared", - "static" - ], - "programs": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "izsym4u42o32iv3wnjppgh72xowljesxowqcbjnnqbznaqplb22q====", - "hash": "4gort52motag5hjo47lmt6pvtf5sdocs" - }, - "bcunquwqk4q773oibbzlqddwbxnam5aa": { - "name": "jemalloc", - "version": "5.2.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "debug": false, - "documentation": false, - "fill": true, - "jemalloc_prefix": "none", - "libs": [ - "shared", - "static" - ], - "prof": false, - "stats": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "63g6tvk4oqcl7msbqafcl4rqnqeve5etkfvg5j4ovb2jopanmsnq====", - "hash": "bcunquwqk4q773oibbzlqddwbxnam5aa" - }, - "kdbkmmznaqlt5ivhzdkbsnsgek4a7yvx": { - "name": "krb5", - "version": "1.20.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "r6ydpr3hyfrwadxlhvewyi66nyoc77evaise54n47su5t7xrzfka====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "diffutils", - "hash": "7j3advawuh4thdop23xsgrjnemdz5fq6", - "type": [ - "build" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - } - ], - "hash": "kdbkmmznaqlt5ivhzdkbsnsgek4a7yvx" - }, - "vjx3pnhp53vfcyfr4ookfgkvo6y7pgs5": { - "name": "libaio", - "version": "0.3.110", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ck22yezihxbhn3hipemnpm2ys2xa4cgbseo5d6f2ccm2iix4px6a====", - "hash": "vjx3pnhp53vfcyfr4ookfgkvo6y7pgs5" - }, - "ajox6g7firx5awh4hp5qlspclcpszbrf": { - "name": "libedit", - "version": "3.1-20210216", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ninqmmvykou34qav4dotjyhs5xmqulqxvmhebpbr5nv3y6slsxva====", - "dependencies": [ - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "ajox6g7firx5awh4hp5qlspclcpszbrf" - }, - "xkibpjarkebercs476ukkoynhe65djjw": { - "name": "libzmq", - "version": "4.3.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "drafts": false, - "libbsd": true, - "libsodium": true, - "libunwind": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "n4hfiswzztbozftbrhwvlv2kfbp7cf2bnqnxywh32z3ddvd7w6aq====", - "dependencies": [ - { - "name": "libbsd", - "hash": "3c4qztq7xbqo7qb5oyptz2ecmwmthgnl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libsodium", - "hash": "elntxs3g2tcbkcr24cczn2whlin4ps3q", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "xkibpjarkebercs476ukkoynhe65djjw" - }, - "elntxs3g2tcbkcr24cczn2whlin4ps3q": { - "name": "libsodium", - "version": "1.0.18", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zmqtsx2z5aanmyc45l4ja2cuj5bgmfvoph6bnweeijhlfjn4gvba====", - "hash": "elntxs3g2tcbkcr24cczn2whlin4ps3q" - }, - "yfaimbzmmspsv6u2oxfdr6l7qlbmics7": { - "name": "msgpack-c", - "version": "3.1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vrqhc7m65w5sgjjicnwvqi63dh52uqdq3o7njofgaxc6h4nwuhiq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - } - ], - "hash": "yfaimbzmmspsv6u2oxfdr6l7qlbmics7" - }, - "ynv7nrhzy2ojyfjwp4ttwf46i6r7jnnj": { - "name": "munge", - "version": "0.5.15", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "localstatedir": "PREFIX/var", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "citoj52x6hitp6wb5cydoifme256ilndkf5za7anc42l7x4xgjqa====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libgcrypt", - "hash": "w3dca655l4kwus6to5pprjwwr5bsdfki", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ynv7nrhzy2ojyfjwp4ttwf46i6r7jnnj" - }, - "2srz3r3hvxfyjxz5qkd4lcufqojfzs3s": { - "name": "h5hut", - "version": "2.0.0rc3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "fortran": true, - "mpi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4yphzz2an75nrclnf24kcjbaj2crgfjifl2pnezlcvxhhfnn5toa====", - "dependencies": [ - { - "name": "hdf5", - "hash": "jycdxpo7tqrpwtzrazonzi2bf5nm5oir", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "bz3ckamyezumeriu6sh4ewm2w2l3l4s4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "2srz3r3hvxfyjxz5qkd4lcufqojfzs3s" - }, - "jycdxpo7tqrpwtzrazonzi2bf5nm5oir": { - "name": "hdf5", - "version": "1.8.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "api": "default", - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cxx": false, - "fortran": false, - "hl": false, - "ipo": false, - "mpi": true, - "patches": [ - "0e20187cda3980a4fdff410da92358b63de7ebef2df1d7a425371af78e50f666", - "b61e2f058964ad85be6ee5ecea10080bf79e73f83ff88d1fa4b602d00209da9c" - ], - "shared": true, - "szip": false, - "threadsafe": false, - "tools": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b61e2f058964ad85be6ee5ecea10080bf79e73f83ff88d1fa4b602d00209da9c", - "0e20187cda3980a4fdff410da92358b63de7ebef2df1d7a425371af78e50f666" - ], - "package_hash": "ehbhdyi6obdh4myqjlulsr5heublhgmj7m5xapprjh3dcimayt4a====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "openmpi", - "hash": "bz3ckamyezumeriu6sh4ewm2w2l3l4s4", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "run" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "jycdxpo7tqrpwtzrazonzi2bf5nm5oir" - }, - "trrksgvnbajj3ba4oeoixsk7rgjzwurt": { - "name": "lammps", - "version": "20221222", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "adios": false, - "amoeba": false, - "asphere": false, - "atc": false, - "awpmd": false, - "bocs": false, - "body": false, - "bpm": false, - "brownian": false, - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cg-dna": false, - "cg-spica": false, - "class2": false, - "colloid": false, - "colvars": false, - "compress": false, - "coreshell": false, - "cuda": false, - "cuda_mps": false, - "dielectric": false, - "diffraction": false, - "dipole": false, - "dpd-basic": false, - "dpd-meso": false, - "dpd-react": false, - "dpd-smooth": false, - "drude": false, - "eff": false, - "electrode": false, - "exceptions": false, - "extra-compute": false, - "extra-dump": false, - "extra-fix": false, - "extra-molecule": false, - "extra-pair": false, - "fep": false, - "ffmpeg": false, - "fftw_precision": "double", - "gpu_precision": "mixed", - "granular": false, - "h5md": false, - "intel": false, - "interlayer": false, - "ipo": false, - "jpeg": false, - "kim": false, - "kokkos": false, - "kspace": true, - "lammps_sizes": "smallbig", - "latboltz": false, - "latte": false, - "lib": true, - "machdyn": false, - "manifold": false, - "manybody": true, - "mc": false, - "meam": false, - "mesont": false, - "mgpt": false, - "misc": false, - "ml-hdnnp": false, - "ml-iap": false, - "ml-pod": false, - "ml-rann": false, - "ml-snap": false, - "mofff": false, - "molecule": true, - "molfile": false, - "mpi": true, - "mpiio": false, - "netcdf": false, - "opencl": false, - "openmp": true, - "openmp-package": false, - "opt": false, - "orient": false, - "peri": false, - "phonon": false, - "plugin": false, - "plumed": false, - "png": false, - "poems": false, - "ptm": false, - "python": false, - "qeq": false, - "qtb": false, - "reaction": false, - "reaxff": false, - "replica": false, - "rigid": true, - "rocm": false, - "shock": false, - "smtbq": false, - "sph": false, - "spin": false, - "srd": false, - "tally": false, - "uef": false, - "voronoi": false, - "vtk": false, - "yaff": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "axehb7v6zmpctv3rrbuxgqfvhryx67z4bazgszcxbxmsk27dt4kq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "fftw", - "hash": "sl6fas6kbe3k3s3kon26yzaaei2euutv", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "bz3ckamyezumeriu6sh4ewm2w2l3l4s4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "trrksgvnbajj3ba4oeoixsk7rgjzwurt" - }, - "654r33nozxai3vjcgy63ek7pivyvnrt6": { - "name": "quantum-espresso", - "version": "7.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cuda": true, - "elpa": false, - "epw": true, - "hdf5": "parallel", - "ipo": false, - "libxc": false, - "mpi": true, - "mpigpu": false, - "nvtx": false, - "openmp": true, - "patch": true, - "qmcpack": false, - "scalapack": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "44s3mwpyf7ihzgfcjvcsop5ru23f6slm2yrbfrcrjc55b36jtd7a====", - "dependencies": [ - { - "name": "cmake", - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn", - "type": [ - "build" - ] - }, - { - "name": "fftw", - "hash": "mpqz5vpfpa2hewmggpl3czt7pajkgd5l", - "type": [ - "build", - "link" - ] - }, - { - "name": "git", - "hash": "xcaxiwf6tap4txah34wnqj23igtcg6uu", - "type": [ - "build" - ] - }, - { - "name": "hdf5", - "hash": "zisskh2mn4ep2foijfvxqxngi7zzbn3v", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "netlib-scalapack", - "hash": "flcn4kbunbtlhsf6tcaxcic3bpzbekhb", - "type": [ - "build", - "link" - ] - }, - { - "name": "openblas", - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47", - "type": [ - "build", - "link" - ] - } - ], - "hash": "654r33nozxai3vjcgy63ek7pivyvnrt6" - }, - "mpqz5vpfpa2hewmggpl3czt7pajkgd5l": { - "name": "fftw", - "version": "3.3.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": true, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b5bkvwfcfqyx7ankdqcm4v7cqwyxavvafi2js6ztj7myfnsf2qzq====", - "dependencies": [ - { - "name": "openmpi", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47", - "type": [ - "build", - "link" - ] - } - ], - "hash": "mpqz5vpfpa2hewmggpl3czt7pajkgd5l" - }, - "3ub63uaynmzzpg3hhh6a46hseaocto47": { - "name": "openmpi", - "version": "4.0.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": false, - "cxx": false, - "cxx_exceptions": false, - "fabrics": [ - "none" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": false, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "patches": [ - "60ce20bc14d98c572ef7883b9fcd254c3f232c2f3a13377480f96466169ac4c8" - ], - "romio": true, - "rsh": true, - "schedulers": [ - "none" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/comm_libs/openmpi4/openmpi-4.0.5", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "60ce20bc14d98c572ef7883b9fcd254c3f232c2f3a13377480f96466169ac4c8" - ], - "package_hash": "rjgpz73zyrjor6ijreiktvglatnvagh224vo2sazo6xidoxdn65q====", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47" - }, - "xcaxiwf6tap4txah34wnqj23igtcg6uu": { - "name": "git", - "version": "2.39.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "man": true, - "nls": true, - "perl": true, - "subtree": true, - "svn": false, - "tcltk": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "acwodtv3ycwba7sespq4u5zyz3rddr6yduruptfwgzg66c3dgjza====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libidn2", - "hash": "svnjd2b27qddu3mqj6xex5xuckdpsjif", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "openssh", - "hash": "hdijamvi3fzdcvsdpwnimovfesvontun", - "type": [ - "run" - ] - }, - { - "name": "openssl", - "hash": "iaqocrd5fq4jqy7udfxdcksabjh3yk3d", - "type": [ - "build", - "link" - ] - }, - { - "name": "pcre2", - "hash": "lfyppegdeclmfdwkulei7l5dj7pxkufc", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "xcaxiwf6tap4txah34wnqj23igtcg6uu" - }, - "svnjd2b27qddu3mqj6xex5xuckdpsjif": { - "name": "libidn2", - "version": "2.3.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "taptc6r6zwx3ew6gy3vbcjbq45woaacvb3e2xjcjwx2aitsfblvq====", - "dependencies": [ - { - "name": "libunistring", - "hash": "57cmvmcikosuck5ify3tfpltzfeg2w2n", - "type": [ - "build", - "link" - ] - } - ], - "hash": "svnjd2b27qddu3mqj6xex5xuckdpsjif" - }, - "57cmvmcikosuck5ify3tfpltzfeg2w2n": { - "name": "libunistring", - "version": "1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3ycqcttfv4mxwswzolan7gbmchfsyczee2nkuofbrewl65kgzg5q====", - "dependencies": [ - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - } - ], - "hash": "57cmvmcikosuck5ify3tfpltzfeg2w2n" - }, - "hdijamvi3fzdcvsdpwnimovfesvontun": { - "name": "openssh", - "version": "7.4p1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "axluqupsxb76u33tiqvm6m7s3ccft3e5ipb44awxyfntdzcwwcta====", - "hash": "hdijamvi3fzdcvsdpwnimovfesvontun" - }, - "lfyppegdeclmfdwkulei7l5dj7pxkufc": { - "name": "pcre2", - "version": "8.32", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "jit": false, - "multibyte": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "o2zbkrwr5isozyc3wrobiden32fesjxhtbre7c3fcepu2mgereea====", - "hash": "lfyppegdeclmfdwkulei7l5dj7pxkufc" - }, - "zisskh2mn4ep2foijfvxqxngi7zzbn3v": { - "name": "hdf5", - "version": "1.14.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "api": "default", - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cxx": false, - "fortran": true, - "hl": true, - "ipo": false, - "java": false, - "mpi": true, - "patches": [ - "0b5dd6f233bc23532ccc79034a136605ec8c6a695f9d82fbcc3caf0c1c8c3119" - ], - "shared": true, - "szip": false, - "threadsafe": false, - "tools": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0b5dd6f233bc23532ccc79034a136605ec8c6a695f9d82fbcc3caf0c1c8c3119" - ], - "package_hash": "sjyyjzbg35cpprpamvkh66mjrzolpaw3oznhfxjhfpfl22rg5ufq====", - "dependencies": [ - { - "name": "cmake", - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn", - "type": [ - "build" - ] - }, - { - "name": "openmpi", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "run" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "zisskh2mn4ep2foijfvxqxngi7zzbn3v" - }, - "flcn4kbunbtlhsf6tcaxcic3bpzbekhb": { - "name": "netlib-scalapack", - "version": "2.2.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "Release", - "ipo": false, - "patches": [ - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "package_hash": "klnhadkgudl5m6cjfytruhmoyxkk3qkvkzirkpvl5b7kqlfvqqfq====", - "dependencies": [ - { - "name": "cmake", - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn", - "type": [ - "build" - ] - }, - { - "name": "openblas", - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47", - "type": [ - "build", - "link" - ] - } - ], - "hash": "flcn4kbunbtlhsf6tcaxcic3bpzbekhb" - }, - "szsuchlejmdxuihnhnwnropjeqdedj6r": { - "name": "openblas", - "version": "0.3.21", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "bignuma": false, - "build_system": "makefile", - "consistent_fpcsr": false, - "fortran": true, - "ilp64": false, - "locking": true, - "patches": [ - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd" - ], - "pic": true, - "shared": true, - "symbol_suffix": "none", - "threads": "openmp", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417" - ], - "package_hash": "e5eb3gexvataymk3xz6z25fphixw5qprgx6zmcacynszwvyyhxha====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - } - ], - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r" - }, - "cri27xue36ovcivnancq2fhitidqtko4": { - "name": "quantum-espresso", - "version": "7.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "elpa": false, - "epw": true, - "hdf5": "parallel", - "ipo": false, - "libxc": false, - "mpi": true, - "nvtx": false, - "openmp": true, - "patch": true, - "qmcpack": false, - "scalapack": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "44s3mwpyf7ihzgfcjvcsop5ru23f6slm2yrbfrcrjc55b36jtd7a====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "fftw", - "hash": "7n5oczkhdstetgq7zzsdwn2wzojh65sb", - "type": [ - "build", - "link" - ] - }, - { - "name": "git", - "hash": "432crblnpfqo744aaysbilcxlw5xpqxm", - "type": [ - "build" - ] - }, - { - "name": "hdf5", - "hash": "3ncgdyr7dhbpoqsqat6kbwqpcwon4xsg", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "netlib-scalapack", - "hash": "wniiauofhab7qtrq5ib4wi4fzajf3flb", - "type": [ - "build", - "link" - ] - }, - { - "name": "openblas", - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "cri27xue36ovcivnancq2fhitidqtko4" - }, - "7n5oczkhdstetgq7zzsdwn2wzojh65sb": { - "name": "fftw", - "version": "3.3.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": true, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b5bkvwfcfqyx7ankdqcm4v7cqwyxavvafi2js6ztj7myfnsf2qzq====", - "dependencies": [ - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "7n5oczkhdstetgq7zzsdwn2wzojh65sb" - }, - "yqomqunfk366imhnn3wcwdw2pjpggisp": { - "name": "openmpi", - "version": "4.1.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": true, - "cuda_arch": [ - "none" - ], - "cxx": true, - "cxx_exceptions": true, - "fabrics": [ - "auto" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": true, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "pmi": true, - "romio": true, - "rsh": true, - "schedulers": [ - "slurm" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y2xkr6rqy276zebbvszvek3kwnopvjbfdpnvqv7vku2bienc7bfq====", - "dependencies": [ - { - "name": "cuda", - "hash": "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe", - "type": [ - "build", - "link" - ] - }, - { - "name": "numactl", - "hash": "urosnkk34zvvjhhjjqypa7g4fgy2xgwf", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssh", - "hash": "hdijamvi3fzdcvsdpwnimovfesvontun", - "type": [ - "run" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "kyggzsyl2jrcd53yf5lmxi4dtzgaeepx", - "type": [ - "build", - "link" - ] - }, - { - "name": "slurm", - "hash": "m4oiy3zowuccnkutcuacwt3soshwio6d", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp" - }, - "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt": { - "name": "cuda", - "version": "10.2.89", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "allow-unsupported-compilers": false, - "build_system": "generic", - "dev": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "i5niiwgkswjz7pqhilr3snf7o5qpdmymsfqyjbggn5hfyxurm2yq====", - "dependencies": [ - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - } - ], - "hash": "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt" - }, - "q6lpbgx5mt4mfqcke7faepjelskmh2pe": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": true, - "cuda_arch": [ - "none" - ], - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "cuda", - "hash": "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpciaccess", - "hash": "fsqbhuu7m27c5kndmxsp4audy5t4uy5f", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe" - }, - "urosnkk34zvvjhhjjqypa7g4fgy2xgwf": { - "name": "numactl", - "version": "2.0.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "package_hash": "yfrelh4vcagcl7wantudtwpccnburhkpgqyvhgmxrzeo3wdmck4q====", - "hash": "urosnkk34zvvjhhjjqypa7g4fgy2xgwf" - }, - "kyggzsyl2jrcd53yf5lmxi4dtzgaeepx": { - "name": "pmix", - "version": "4.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "pmi_backwards_compatibility": true, - "python": false, - "restful": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pgxqyih2hk2jlac2feyhdsxssydwmxouyaq7wjtvttp5lfi2rmjq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx", - "type": [ - "build", - "link" - ] - } - ], - "hash": "kyggzsyl2jrcd53yf5lmxi4dtzgaeepx" - }, - "m4oiy3zowuccnkutcuacwt3soshwio6d": { - "name": "slurm", - "version": "22-05-7-1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gtk": true, - "hdf5": false, - "hwloc": true, - "mariadb": true, - "pmix": true, - "readline": true, - "restd": true, - "sysconfdir": "PREFIX/etc", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tbpoqwgysl7uczsbog553yxiovwe3wkvan5jvrg2jn7grd2rh5qa====", - "dependencies": [ - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gtkplus", - "hash": "t5v2yy5zj2wesbrvgt6wapudyasiiwev", - "type": [ - "build", - "link" - ] - }, - { - "name": "http-parser", - "hash": "vo3vxyjwiupejnrfet47eidbnx2ta3ri", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe", - "type": [ - "build", - "link" - ] - }, - { - "name": "json-c", - "hash": "qe76tna3regkejnxzco74awakdmmbfw7", - "type": [ - "build", - "link" - ] - }, - { - "name": "libjwt", - "hash": "zs6oy5aqk4a7awebauaukwyt7avrqdl3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libyaml", - "hash": "knvpagr72ocewakdyobqd54btpkefmdp", - "type": [ - "build", - "link" - ] - }, - { - "name": "lz4", - "hash": "uqb3rdfiguz4fcummhl47cbtziz4jhq7", - "type": [ - "build", - "link" - ] - }, - { - "name": "mariadb", - "hash": "kxlgx2m5bb4z5lmgvdho7t3exzwoezw2", - "type": [ - "build", - "link" - ] - }, - { - "name": "munge", - "hash": "ynv7nrhzy2ojyfjwp4ttwf46i6r7jnnj", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "kyggzsyl2jrcd53yf5lmxi4dtzgaeepx", - "type": [ - "build", - "link" - ] - }, - { - "name": "readline", - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "m4oiy3zowuccnkutcuacwt3soshwio6d" - }, - "432crblnpfqo744aaysbilcxlw5xpqxm": { - "name": "git", - "version": "2.39.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "man": true, - "nls": true, - "perl": true, - "subtree": true, - "svn": false, - "tcltk": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "acwodtv3ycwba7sespq4u5zyz3rddr6yduruptfwgzg66c3dgjza====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libidn2", - "hash": "svnjd2b27qddu3mqj6xex5xuckdpsjif", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "openssh", - "hash": "hdijamvi3fzdcvsdpwnimovfesvontun", - "type": [ - "run" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pcre2", - "hash": "lfyppegdeclmfdwkulei7l5dj7pxkufc", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "432crblnpfqo744aaysbilcxlw5xpqxm" - }, - "3ncgdyr7dhbpoqsqat6kbwqpcwon4xsg": { - "name": "hdf5", - "version": "1.14.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "api": "default", - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cxx": false, - "fortran": true, - "hl": true, - "ipo": false, - "java": false, - "mpi": true, - "patches": [ - "0b5dd6f233bc23532ccc79034a136605ec8c6a695f9d82fbcc3caf0c1c8c3119" - ], - "shared": true, - "szip": false, - "threadsafe": false, - "tools": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0b5dd6f233bc23532ccc79034a136605ec8c6a695f9d82fbcc3caf0c1c8c3119" - ], - "package_hash": "sjyyjzbg35cpprpamvkh66mjrzolpaw3oznhfxjhfpfl22rg5ufq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "run" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "3ncgdyr7dhbpoqsqat6kbwqpcwon4xsg" - }, - "wniiauofhab7qtrq5ib4wi4fzajf3flb": { - "name": "netlib-scalapack", - "version": "2.2.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "Release", - "ipo": false, - "patches": [ - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "package_hash": "klnhadkgudl5m6cjfytruhmoyxkk3qkvkzirkpvl5b7kqlfvqqfq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "openblas", - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "wniiauofhab7qtrq5ib4wi4fzajf3flb" - }, - "6rm2wzufwzafm3hxffihvk3um2pqynkv": { - "name": "trilinos", - "version": "11.14.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "6.1.0" - }, - "namespace": "builtin", - "parameters": { - "adelus": false, - "adios2": false, - "amesos": true, - "amesos2": false, - "anasazi": true, - "aztec": true, - "basker": false, - "belos": true, - "boost": false, - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "chaco": false, - "complex": false, - "cuda": true, - "cuda_arch": [ - "60" - ], - "cuda_rdc": false, - "cxxstd": "14", - "debug": false, - "dtk": false, - "epetra": true, - "epetraext": true, - "epetraextbtf": false, - "epetraextexperimental": false, - "epetraextgraphreorderings": false, - "exodus": false, - "explicit_template_instantiation": true, - "float": false, - "fortran": true, - "gotype": "long_long", - "gtest": false, - "hdf5": false, - "hypre": false, - "ifpack": true, - "ifpack2": false, - "intrepid": false, - "intrepid2": false, - "ipo": false, - "isorropia": false, - "kokkos": true, - "mesquite": false, - "minitensor": false, - "ml": true, - "mpi": true, - "muelu": false, - "mumps": false, - "nox": false, - "openmp": false, - "panzer": false, - "patches": [ - "a80f07763573aa2f096a46d272e6650f26b8f91e149b3ef984ddfa5d61930c38" - ], - "phalanx": false, - "piro": false, - "python": false, - "rocm": false, - "rocm_rdc": false, - "rol": false, - "rythmos": false, - "sacado": true, - "scorec": false, - "shards": false, - "shared": true, - "shylu": false, - "stk": false, - "stokhos": false, - "stratimikos": false, - "strumpack": false, - "suite-sparse": false, - "superlu": false, - "superlu-dist": false, - "teko": false, - "tempus": false, - "thyra": false, - "tpetra": false, - "trilinoscouplings": false, - "wrapper": true, - "x11": false, - "zoltan": false, - "zoltan2": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "a80f07763573aa2f096a46d272e6650f26b8f91e149b3ef984ddfa5d61930c38" - ], - "package_hash": "atref3kov7vttrom2lonrlrfditk26gbif5fvksbyl3vskqxbtdq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "cuda", - "hash": "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt", - "type": [ - "build", - "link" - ] - }, - { - "name": "kokkos-nvcc-wrapper", - "hash": "eeln5lnruv6565suqbkznib33j33jngy", - "type": [ - "build", - "link" - ] - }, - { - "name": "openblas", - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "6rm2wzufwzafm3hxffihvk3um2pqynkv" - }, - "eeln5lnruv6565suqbkznib33j33jngy": { - "name": "kokkos-nvcc-wrapper", - "version": "3.2.00", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "mpi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3hi6mdnpcdtstfurln5h2tnoy2of6a3llzqgvto2ovtmo4bmj5zq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "cuda", - "hash": "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "eeln5lnruv6565suqbkznib33j33jngy" - }, - "ym3l4p2qxlkk6soxdmvkqmh4bjkgsquu": { - "name": "trilinos", - "version": "13.4.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "adelus": false, - "adios2": false, - "amesos": true, - "amesos2": true, - "anasazi": true, - "aztec": true, - "basker": false, - "belos": true, - "boost": false, - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "chaco": false, - "complex": false, - "cuda": false, - "cuda_rdc": false, - "cxxstd": "14", - "debug": false, - "dtk": false, - "epetra": true, - "epetraext": true, - "epetraextbtf": false, - "epetraextexperimental": false, - "epetraextgraphreorderings": false, - "exodus": false, - "explicit_template_instantiation": true, - "float": false, - "fortran": true, - "gotype": "long_long", - "gtest": false, - "hdf5": false, - "hypre": false, - "ifpack": true, - "ifpack2": true, - "intrepid": false, - "intrepid2": false, - "ipo": false, - "isorropia": false, - "kokkos": true, - "mesquite": false, - "minitensor": false, - "ml": true, - "mpi": true, - "muelu": true, - "mumps": false, - "nox": false, - "openmp": false, - "panzer": false, - "phalanx": false, - "piro": false, - "python": false, - "rocm": false, - "rocm_rdc": false, - "rol": false, - "rythmos": false, - "sacado": true, - "scorec": false, - "shards": false, - "shared": true, - "shylu": false, - "stk": false, - "stokhos": false, - "stratimikos": false, - "strumpack": false, - "suite-sparse": false, - "superlu": false, - "superlu-dist": false, - "teko": false, - "tempus": false, - "thyra": false, - "tpetra": true, - "trilinoscouplings": false, - "wrapper": false, - "x11": false, - "zoltan": false, - "zoltan2": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5l6ukmdftbillehgvgjkjw7c6rqxpf2rye5trxuquubsj6kecxbq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "oqyogudx337jbxkp2pzfbxww2zxbupza", - "type": [ - "build", - "link" - ] - }, - { - "name": "openblas", - "hash": "5otvms2mf6zqdg3rwcwzffsbmjtwng7e", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "bz3ckamyezumeriu6sh4ewm2w2l3l4s4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ym3l4p2qxlkk6soxdmvkqmh4bjkgsquu" - }, - "5otvms2mf6zqdg3rwcwzffsbmjtwng7e": { - "name": "openblas", - "version": "0.3.21", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "bignuma": false, - "build_system": "makefile", - "consistent_fpcsr": false, - "fortran": true, - "ilp64": false, - "locking": true, - "patches": [ - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd" - ], - "pic": true, - "shared": true, - "symbol_suffix": "none", - "threads": "none", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417" - ], - "package_hash": "e5eb3gexvataymk3xz6z25fphixw5qprgx6zmcacynszwvyyhxha====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - } - ], - "hash": "5otvms2mf6zqdg3rwcwzffsbmjtwng7e" - } - } -} \ No newline at end of file diff --git a/env/rhel7/stable/spack.yaml b/env/rhel7/stable/spack.yaml deleted file mode 100644 index 2247510..0000000 --- a/env/rhel7/stable/spack.yaml +++ /dev/null @@ -1,54 +0,0 @@ -spack: - concretizer: - unify: when_possible - config: - build_stage: - - /scratch/spack/spack-stage - install_missing_compilers: true - definitions: - - gcc_mpi: - - ^openmpi%gcc - - gcc_6.1.0_pckgs: - - trilinos@11.14.3 +mpi+cuda cuda_arch=60 ~tpetra - - gcc_12.1.0_pckgs: - - gromacs@2022.5 +mpi - - h5hut@2.0.0rc3 +mpi - - lammps@20221222 - - quantum-espresso@7.0 hdf5=parallel - - trilinos@13.4.1 - - intel_mpi: - - ^intel-oneapi-mpi@2021.8.0 - - intel_pckgs: - - gromacs@2022.5 - - nvhpc_mpi: - - ^openmpi%nvhpc - - nvhpc_pckgs: - - quantum-espresso@7.0 +mpi+cuda hdf5=parallel - include: - - ../sysconfigs/packages.yaml - - ../sysconfigs/compilers.yaml - - ../sysconfigs/modules.yaml - specs: - - gams@31.1.1 - - matrix: - - [$gcc_6.1.0_pckgs] - - [$gcc_mpi] - - [^openblas] - - ['%gcc@6.1.0'] - - matrix: - - [$gcc_12.1.0_pckgs] - - [$gcc_mpi] - - [^hdf5%gcc@12.1.0] - - [^openblas] - - ['%gcc@12.1.0'] - - matrix: - - [$intel_pckgs] - - [$intel_mpi] - - [^intel-oneapi-mkl] - - ['%oneapi@2022.2.1'] - - matrix: - - [$nvhpc_pckgs] - - [$nvhpc_mpi] - - [^hdf5%nvhpc@23.1] - - ['%nvhpc@23.1'] - view: false diff --git a/env/rhel7/sysconfigs/compilers.yaml b/env/rhel7/sysconfigs/compilers.yaml deleted file mode 100644 index 2856d5d..0000000 --- a/env/rhel7/sysconfigs/compilers.yaml +++ /dev/null @@ -1,53 +0,0 @@ -compilers: - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: [] - operating_system: rhel7 - paths: - cc: /usr/bin/gcc - cxx: /usr/bin/g++ - f77: /usr/bin/gfortran - fc: /usr/bin/gfortran - spec: gcc@4.8.5 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: [] - operating_system: rhel7 - paths: - cc: /opt/psi/Programming/gcc/9.5.0/bin/gcc - cxx: /opt/psi/Programming/gcc/9.5.0/bin/g++ - f77: /opt/psi/Programming/gcc/9.5.0/bin/gfortran - fc: /opt/psi/Programming/gcc/9.5.0/bin/gfortran - spec: gcc@9.5.0 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: [] - operating_system: rhel7 - paths: - cc: /opt/psi/Programming/gcc/12.1.0/bin/gcc - cxx: /opt/psi/Programming/gcc/12.1.0/bin/g++ - f77: /opt/psi/Programming/gcc/12.1.0/bin/gfortran - fc: /opt/psi/Programming/gcc/12.1.0/bin/gfortran - spec: gcc@12.1.0 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: [] - operating_system: rhel7 - paths: - cc: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/compilers/bin/nvc - cxx: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/compilers/bin/nvc++ - f77: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/compilers/bin/nvfortran - fc: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/compilers/bin/nvfortran - spec: nvhpc@23.1 - target: x86_64 diff --git a/env/rhel7/sysconfigs/modules.yaml b/env/rhel7/sysconfigs/modules.yaml deleted file mode 100644 index b2f43b2..0000000 --- a/env/rhel7/sysconfigs/modules.yaml +++ /dev/null @@ -1,106 +0,0 @@ -modules: - default: - tcl: - hash_length: 3 - projections: - all: '{name}/{version}-{compiler.name}-{compiler.version}' - exclude: ['at-spi2-atk', 'at-spi2-core', 'libxft', 'atk', 'libxi', 'libxkbcommon',' libxkbfile', 'bdftopcf','berkeley-db', - 'libxrandr','bison@3.8.2', 'libxrender','libxslt','bzip2','libxtst','cairo','libyaml','libzmq','dbus','diffutils','mkfontdir', - 'docbook-xml', 'mkfontscale','docbook-xsl','msgpack-c', 'elfutils', 'munge','expat', 'ncurses','fixesproto', 'numactl', 'flex', - 'font-util', 'fontconfig', 'fontsproto','freetype', 'pango', 'gawk', 'pcre', 'pcre2', 'gdbm', 'gdk-pixbuf', 'gettext', 'glib', - 'gobject-introspection', 'gperf','gtkplus', 'harfbuzz','http-parser', 'inputproto', 'intltool','jansson','jemalloc','json-c', - 'json-glib','kbproto', 'pixman', 'pkg-config', 'pmix', 'libaio', 'libbsd', 'libedit','libepoxy','libevent','libffi','libfontenc', - 'libgcrypt','libgpg-error','libice','libiconv', 'libidn2','libjwt', 'libmd',' randrproto', 'readline', 'recordproto','renderproto', - 'shared-mime-info', 'sqlite','libpciaccess','libpthread-stubs', 'libsm','libsodium','libtool', 'libunistring', 'libx11', 'libxau', - 'lixcb', 'util-linux-uuid', 'util-macros', 'xcb-proto', 'xextproto', 'xkbcomp','xkbdata','xmlto','xproto','xz','zlib', - 'libxcrypt', 'libxdmcp', 'libxext', 'libxfixes', 'xtrans', 'zstd', 'librsvg', 'libxfont', 'libxcb', 'fribidi', 'kokkos-nvcc-wrapper'] - all: - autoload: direct - conflict: - - '{name}' - environment: - set: - ${PACKAGE}_INCLUDE_DIR: '{prefix}/include' - ${PACKAGE}_LIBRARY_DIR: '{prefix}/lib' - ${PACKAGE}_VERSION: '{version}' - intel-oneapi-mpi: - environment: - set: - I_MPI_CXX: 'mpiicpc' - I_MPI_F77: 'mpiifort' - I_MPI_F90: 'mpiifort' - I_MPI_FC: 'mpiifort' - I_MPI_ICC: 'mpiicc' - MPIEXEC: 'mpiexec.hydra' - MPIFC: 'mpiifort' - MPIFORTRAN: 'mpiifort' - MPIRUN: 'mpirun' - mpich: - environment: - set: - MPIEXEC: ${prefix}/bin/mpiexec - MPIFC: ${prefix}/bin/mpif90 - MPIFORTRAN: ${prefix}/bin/mpif90 - MPIRUN: ${prefix}/bin/mpirun - openblas: - environment: - set: - BLASLIB: ${prefix}/libopenblas.a - openmpi: - environment: - set: - MPIEXEC: ${prefix}/bin/mpiexec - MPIFC: ${prefix}/bin/mpif90 - MPIFORTRAN: ${prefix}/bin/mpif90 - MPIRUN: ${prefix}/bin/mpirun - root: - environment: - set: - ROOTSYS: ${prefix} - cuda: - environment: - prepend_path: - ${PACKAGE}_PATH: '{prefix}' - LIBRARY_PATH: '{prefix}/lib64/stubs:{prefix}/targets/x86_64-linux/lib/stubs' - set: - ${PACKAGE}_DIR: '{prefix}' - ${PACKAGE}_INCLUDE_DIR: '{prefix}/include' - ${PACKAGE}_LIBRARY_DIR: '{prefix}/lib' - ${PACKAGE}_PATH: '{prefix}' - ${PACKAGE}_VERSION: '{version}' - hdf5~mpi: - environment: - set: - ${PACKAGE}_DIR: '{prefix}' - ${PACKAGE}_HOME: '{prefix}' - ${PACKAGE}_INCLUDE_DIR: '{prefix}/include' - ${PACKAGE}_LIBRARY_DIR: '{prefix}/lib:{prefix}/lib64' - ${PACKAGE}_PREFIX: '{prefix}' - ${PACKAGE}_ROOT: '{prefix}' - ${PACKAGE}_VERSION: '{version}' - prefix_inspections: - '': - - CMAKE_PREFIX_PATH - bin: - - PATH - include: - - C_INCLUDE_PATH - - CPLUS_INCLUDE_PATH - lib: - - LIBRARY_PATH - - LD_LIBRARY_PATH - lib/pkgconfig: - - PKG_CONFIG_PATH - lib64: - - LIBRARY_PATH - - LD_LIBRARY_PATH - lib64/pkgconfig: - - PKG_CONFIG_PATH - man: - - MANPATH - share/aclocal: - - ACLOCAL_PATH - share/man: - - MANPATH - share/pkgconfig: - - PKG_CONFIG_PATH diff --git a/env/rhel7/sysconfigs/packages.yaml b/env/rhel7/sysconfigs/packages.yaml deleted file mode 100644 index 24c6e6f..0000000 --- a/env/rhel7/sysconfigs/packages.yaml +++ /dev/null @@ -1,363 +0,0 @@ ---- -packages: - all: - providers: - pkgconfig: [ pkg-config ] - target: - - haswell - autoconf: - buildable: false - externals: - - prefix: /usr - spec: autoconf@2.69 - automake: - buildable: false - externals: - - prefix: /usr - spec: automake@1.13.4 - berkeley-db: - require: '%gcc@4.8.5' - binutils: - buildable: false - externals: - - prefix: /usr - spec: binutils@2.27.44 - boost: - require: '%gcc@4.8.5' - bzip2: - buildable: false - externals: - - prefix: /usr - spec: bzip2@1.0.6 - ca-certificates-mozilla: - require: '%gcc@4.8.5' - cairo: - require: '%gcc@4.8.5' - cmake: - require: '@3.25.2%gcc@4.8.5' - coreutils: - buildable: false - externals: - - prefix: /usr - spec: coreutils@8.22 - cpio: - buildable: false - externals: - - prefix: /usr - spec: cpio@2.11 - - ctffind: - require: '%gcc@4.8.5' - cuda: - externals: - - prefix: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/cuda/ - spec: cuda@12.0.0%nvhpc@23.1 - curl: - buildable: false - externals: - - prefix: /usr - spec: curl@7.29.0+ldap - cvs: - buildable: false - externals: - - prefix: /usr - spec: cvs@1.11.23 - diffutils: - buildable: false - externals: - - prefix: /usr - spec: diffutils@3.3 - doxygen: - buildable: false - externals: - - prefix: /usr - spec: doxygen@1.8.5+graphviz~mscgen - expat: - buildable: false - externals: - - prefix: /usr - spec: expat@1.6.0 - file: - buildable: false - externals: - - prefix: /usr - spec: file@5.11 - findutils: - buildable: false - externals: - - prefix: /usr - spec: findutils@4.5.11 - flex: - buildable: false - externals: - - prefix: /usr - spec: flex@2.5.37+lex - fltk: - require: '%gcc@4.8.5' - fontconfig: - require: '%gcc@4.8.5' - gams: - buildable: false - externals: - - prefix: /opt/psi/Tools/GAMS/31.1.1/gams31.1_linux_x64_64_sfx - spec: gams@31.1.1%gcc@4.8.5 - gawk: - buildable: false - externals: - - prefix: /usr - spec: gawk@4.0.2 - gdbm: - require: '%gcc@4.8.5' - gettext: - require: '%gcc@4.8.5' - ghostscript: - buildable: false - externals: - - prefix: /usr - spec: ghostscript@9.25 - git: - require: '%gcc@4.8.5' - externals: - - prefix: /usr - spec: git@1.8.3.1~tcltk - glew: - buildable: false - externals: - - prefix: /usr - spec: glew@1.10.0 - gmake: - buildable: false - externals: - - prefix: /usr - spec: gmake@3.82 - groff: - buildable: false - externals: - - prefix: /usr - spec: groff@1.22.2 - harfbuzz: - require: '@5.1.0%gcc@12.1.0' - hcoll: - buildable: false - externals: - - prefix: /opt/mellanox/hcoll - spec: hcoll@3.9.1927 - libbsd: - require: '%gcc@4.8.5' - libcroco: - buildable: false - externals: - - prefix: /usr - spec: libcroco@0.6.13 - libepoxy: - buildable: false - externals: - - prefix: /usr - spec: libepoxy@0.0.0 - libevent: - require: '%gcc@4.8.5' - libfuse: - buildable: false - externals: - - prefix: /usr - spec: libfuse@3.6.1 - libice: - buildable: false - externals: - - prefix: /usr - spec: libice@6.3.0 - libiconv: - require: '%gcc@4.8.5' - libidn2: - require: '%gcc@4.8.5' - libjpeg-turbo: - buildable: false - externals: - - prefix: /usr - spec: libjpeg-turbo@62.1.0 - libmd: - require: '%gcc@4.8.5' - libpciaccess: - require: '%gcc@4.8.5' - libpthread: - buildable: false - externals: - - prefix: /usr - spec: libpthread@2.17 - libpthread-stubs: - buildable: false - externals: - - prefix: /usr - spec: libpthread-stubs@0.4 - libreadline: - buildable: false - externals: - - prefix: /usr - spec: libreadline@6.2 - librsvg: - buildable: false - externals: - - prefix: /usr - spec: librsvg@2.40.20 - libsigsegv: - require: '%gcc@4.8.5' - libtiff: - buildable: false - externals: - - prefix: /usr - spec: libtiff@5.2.0 - libtool: - buildable: false - externals: - - prefix: /usr - spec: libtool@2.4.2 - libx11: - buildable: false - externals: - - prefix: /usr - spec: libx11@6.3.0 - libxext: - buildable: false - externals: - - prefix: /usr - spec: libxext@6.4.0 - libxft: - buildable: false - externals: - - prefix: /usr - spec: libxft@2.3.2 - libxml2: - require: '%gcc@4.8.5' - libxpm: - buildable: false - externals: - - prefix: /usr - spec: libxpm@4.11.0 - libxt: - buildable: false - externals: - - prefix: /usr - spec: libxt@6.0.0 - m4: - buildable: false - externals: - - prefix: /usr - spec: m4@1.4.16 - ncurses: - buildable: false - externals: - - prefix: /usr - spec: ncurses@5.9.20130511 - ninja: - require: '%gcc@4.8.5' - nlohmann-json: - buildable: false - externals: - - prefix: /usr - spec: nlohmann-json@3.10.5 - numactl: - buildable: false - externals: - - prefix: /usr - spec: numactl@2.0.14 - openblas: - require: '%gcc@4.8.5' - openmpi: - externals: - - prefix: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/comm_libs/openmpi4/openmpi-4.0.5 - spec: openmpi@4.0.5%nvhpc@23.1 - require: - - one_of: [ - "openmpi@4.1.5%gcc schedulers=slurm fabrics=auto +pmi +cxx +cxx_exceptions +cuda +legacylaunchers", - "openmpi@4.0.5%gcc schedulers=slurm fabrics=auto +pmi +cxx +cxx_exceptions +cuda +legacylaunchers", - "openmpi@4.0.5%gcc", - "openmpi@4.0.5%nvhpc@23.1" - ] - openssh: - buildable: false - externals: - - prefix: /usr - spec: openssh@7.4p1 - openssl: - externals: - - prefix: /usr - spec: openssl@1.0.2k-fips - pcre2: - buildable: false - externals: - - prefix: /usr - spec: pcre2@8.32 - perl: - require: '%gcc@4.8.5' - pkg-config: - buildable: false - externals: - - prefix: /usr - spec: pkg-config@0.27.1 - py-fypp: - require: '%gcc@4.8.5' - python: - require: '%gcc@4.8.5' - readline: - require: '%gcc@4.8.5' - rsync: - buildable: false - externals: - - prefix: /usr - spec: rsync@3.1.2 - ruby: - buildable: false - externals: - - prefix: /usr - spec: ruby@2.0.0p648 - sed: - buildable: false - externals: - - prefix: /usr - spec: sed@4.2.2 - slurm: - require: '+pmix +hwloc +gtk +readline +restd +mariadb' - sqlite: - buildable: false - externals: - - prefix: /usr - spec: sqlite@3.7.17 - subversion: - buildable: false - externals: - - prefix: /usr - spec: subversion@1.7.14 - tar: - buildable: false - externals: - - prefix: /usr - spec: tar@1.26 - texinfo: - buildable: false - externals: - - prefix: /usr - spec: texinfo@5.1 - unuran: - require: '%gcc@4.8.5' - util-linux-uuid: - require: '%gcc@4.8.5' - util-macros: - require: '%gcc@4.8.5' - valgrind: - require: '%gcc@4.8.5' - xerces-c: - buildable: false - externals: - - prefix: /usr - spec: xerces-c@3.1 - xxhash: - require: '%gcc@4.8.5' - xz: - buildable: false - externals: - - prefix: /usr - spec: xz@5.2.2 - zlib: - require: '%gcc@4.8.5' - zstd: - require: '%gcc@4.8.5' diff --git a/env/rhel7/unstable/spack.lock b/env/rhel7/unstable/spack.lock deleted file mode 100644 index f828a92..0000000 --- a/env/rhel7/unstable/spack.lock +++ /dev/null @@ -1,16169 +0,0 @@ -{ - "_meta": { - "file-type": "spack-lockfile", - "lockfile-version": 4, - "specfile-version": 3 - }, - "roots": [ - { - "hash": "zmuqzecdmahjyiq3xfcmfhtgtclo7ujj", - "spec": "gromacs%gcc@12.1.0+mpi ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - }, - { - "hash": "z2wt6tvgqmjy35vnxzeyhj66urabmn2i", - "spec": "gromacs@2022.4%oneapi@2022.2.1 ^intel-oneapi-mkl ^intel-oneapi-mpi@2021.8.0" - }, - { - "hash": "ycupbgjxpy73rhitbvtpqfmvr5llkori", - "spec": "h5hut%gcc@12.1.0+mpi ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - }, - { - "hash": "wkqojlsy6g4udjs6bk7fdghcfwfbestr", - "spec": "lammps%gcc@12.1.0 ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - }, - { - "hash": "ksczthyagdq5qoxrk6lj63joirpiskea", - "spec": "quantum-espresso%nvhpc@23.1+cuda+mpi hdf5=parallel ^hdf5%nvhpc@23.1 ^openmpi%nvhpc" - }, - { - "hash": "jg3ufm7whsxlwq4yelxddty5ycjn7jqz", - "spec": "quantum-espresso%gcc@12.1.0 hdf5=parallel ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - }, - { - "hash": "zyc22wxnvkbcjwxkfgbf4slcrtat4lpk", - "spec": "trilinos%gcc@12.1.0 ^hdf5%gcc@12.1.0 ^openblas ^openmpi%gcc" - } - ], - "concrete_specs": { - "zmuqzecdmahjyiq3xfcmfhtgtclo7ujj": { - "name": "gromacs", - "version": "2023", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "blas": false, - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cp2k": false, - "cuda": false, - "cycle_subcounters": false, - "double": false, - "hwloc": true, - "ipo": false, - "lapack": false, - "mdrun_only": false, - "mpi": true, - "nosuffix": false, - "opencl": false, - "openmp": true, - "plumed": false, - "relaxed_double_precision": false, - "shared": true, - "sycl": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "dbyddgkj3l5ic5mqos6s2hqhgrmhntpphqjq2s5c2b72jjce2b7a====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "fftw", - "hash": "4hry7pslgmjln5tyqpqtuzpeg6frw4ga", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "zmuqzecdmahjyiq3xfcmfhtgtclo7ujj" - }, - "roqwhvzsir2tbp26c3d2koddn353dxpz": { - "name": "cmake", - "version": "3.25.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ysf62cck7ys4vib7w24wd5fml52wsgyptvpjjmqdheeiwc65y5xq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - } - ], - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz" - }, - "zbzbycp6zuxnljmmiryncxz6ca5ak25v": { - "name": "ncurses", - "version": "5.9.20130511", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "abi": "none", - "build_system": "autotools", - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "symlinks": false, - "termlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "package_hash": "fwmhr3o4p66dmqbsco54sf66hpwr2esb7cjrb5z26yz4gvyha6tq====", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v" - }, - "n43hvxf6jdmexinat7qxuj3girrmpdkt": { - "name": "openssl", - "version": "1.1.1t", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "certs": "mozilla", - "docs": false, - "shared": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3blropifzqprsgylxdwapevahivdtsjvmabx5cjh3ex2leyh7lqq====", - "dependencies": [ - { - "name": "ca-certificates-mozilla", - "hash": "3pt3g4uiqygk4yzhxru32uz7i6beovdw", - "type": [ - "build" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt" - }, - "3pt3g4uiqygk4yzhxru32uz7i6beovdw": { - "name": "ca-certificates-mozilla", - "version": "2023-01-10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rjs43v3dkqcisnwgzsiy3qo64oeqwpgmzncy6ypa4ckhtswcwhqa====", - "hash": "3pt3g4uiqygk4yzhxru32uz7i6beovdw" - }, - "ruevpez5qgelzvsqkwkwujhebu5fucsh": { - "name": "perl", - "version": "5.36.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cpanm": true, - "open": true, - "shared": true, - "threads": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jrmkbpladvj6k6b5bvtr5vibchgqzmombrcsupw6fplb735sjkqq====", - "dependencies": [ - { - "name": "berkeley-db", - "hash": "uajrsncqhekkztbt2n55nkv7pe2fvhem", - "type": [ - "build", - "link" - ] - }, - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "ku4hosar5gp4oq23cldg5rkv5g64dcev", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh" - }, - "uajrsncqhekkztbt2n55nkv7pe2fvhem": { - "name": "berkeley-db", - "version": "18.1.40", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxx": true, - "docs": false, - "patches": [ - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3", - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522" - ], - "stl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522", - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3" - ], - "package_hash": "vpd5eetcurni5woqzl6jrukuo4a6fr5yoluxz32gxezgx5ftpxza====", - "hash": "uajrsncqhekkztbt2n55nkv7pe2fvhem" - }, - "5m36kphgc5mnyzm4oydjoe67yo3pmzbk": { - "name": "bzip2", - "version": "1.0.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "debug": false, - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "6bcqgvelcwrhah4m54ftaasshu5vfyzakduoduu32vucoz6iy3ua====", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk" - }, - "ku4hosar5gp4oq23cldg5rkv5g64dcev": { - "name": "gdbm", - "version": "1.23", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "liepxl6phlcxbgfmibxafhewtihlgaa4x3hko37ckqlafhxkrgdq====", - "dependencies": [ - { - "name": "readline", - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ku4hosar5gp4oq23cldg5rkv5g64dcev" - }, - "srqzo3q472rptx7tdmmo4433sexrhpqd": { - "name": "readline", - "version": "8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "package_hash": "n4irfyzctyywbpjkipmeqzyqbmvpcl3l2ce6c475x6y7cmiy7aaq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - } - ], - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd" - }, - "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y": { - "name": "zlib", - "version": "1.2.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "optimize": true, - "pic": true, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y6ahhnjjjsfh5dx2y7sci7fhthq5aolyl5dgwif57qqbtjxwdwbq====", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y" - }, - "4hry7pslgmjln5tyqpqtuzpeg6frw4ga": { - "name": "fftw", - "version": "3.3.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": false, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b5bkvwfcfqyx7ankdqcm4v7cqwyxavvafi2js6ztj7myfnsf2qzq====", - "dependencies": [ - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "4hry7pslgmjln5tyqpqtuzpeg6frw4ga" - }, - "yqomqunfk366imhnn3wcwdw2pjpggisp": { - "name": "openmpi", - "version": "4.1.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": true, - "cuda_arch": [ - "none" - ], - "cxx": true, - "cxx_exceptions": true, - "fabrics": [ - "auto" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": true, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "pmi": true, - "romio": true, - "rsh": true, - "schedulers": [ - "slurm" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y2xkr6rqy276zebbvszvek3kwnopvjbfdpnvqv7vku2bienc7bfq====", - "dependencies": [ - { - "name": "cuda", - "hash": "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe", - "type": [ - "build", - "link" - ] - }, - { - "name": "numactl", - "hash": "urosnkk34zvvjhhjjqypa7g4fgy2xgwf", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssh", - "hash": "hdijamvi3fzdcvsdpwnimovfesvontun", - "type": [ - "run" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "kyggzsyl2jrcd53yf5lmxi4dtzgaeepx", - "type": [ - "build", - "link" - ] - }, - { - "name": "slurm", - "hash": "m4oiy3zowuccnkutcuacwt3soshwio6d", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp" - }, - "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt": { - "name": "cuda", - "version": "10.2.89", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "allow-unsupported-compilers": false, - "build_system": "generic", - "dev": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "i5niiwgkswjz7pqhilr3snf7o5qpdmymsfqyjbggn5hfyxurm2yq====", - "dependencies": [ - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - } - ], - "hash": "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt" - }, - "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3": { - "name": "libxml2", - "version": "2.10.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "python": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ea3hepsqvb2bb5ttapra6kayyi3c54pwpr35zfejewbo4z36m6yq====", - "dependencies": [ - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3" - }, - "iasig3kzhf23afg4cu5y46fuoxj7x4sl": { - "name": "libiconv", - "version": "1.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b7u3icizfdwbv2p2bsoazku4gbodr4ww3p2ah5jcxuvnjsrb7sha====", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl" - }, - "dssmzxhg3g4eau7anegstvdgoo3kepvf": { - "name": "pkg-config", - "version": "0.27.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "package_hash": "ikt45ggecya3opqcyduvbczjz4vlywf4newg6op2ictszejdgpda====", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf" - }, - "mqr56apmxnnq7emyztxzan5xbyjugm6p": { - "name": "xz", - "version": "5.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "pic": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "dqcxserabz7kkokw5f7fvju5237esq7oezgb7re35577wtlotgnq====", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p" - }, - "q6lpbgx5mt4mfqcke7faepjelskmh2pe": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": true, - "cuda_arch": [ - "none" - ], - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "cuda", - "hash": "oevhji57cvv2eo5mhx2rw6f6wb3v7ywt", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpciaccess", - "hash": "fsqbhuu7m27c5kndmxsp4audy5t4uy5f", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe" - }, - "fsqbhuu7m27c5kndmxsp4audy5t4uy5f": { - "name": "libpciaccess", - "version": "0.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "h5aaq3rarnnlmpbv3464p73xppknzxucrj73dt277pmozyk4alva====", - "dependencies": [ - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "fsqbhuu7m27c5kndmxsp4audy5t4uy5f" - }, - "bhnodg5e6uiau6ygtfb7akdt27iyfjs5": { - "name": "libtool", - "version": "2.4.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "maorjv2sv5qkfuv2zzaowidtcd7npqrwxcwjs6utr2fon55p6euq====", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5" - }, - "767lbjgapap4d74xaj4xo2wcjpcioqlv": { - "name": "util-macros", - "version": "1.19.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5atggv5uirdl2trmzmewkonyvzmzg6sg46zpvurdk43wi2gpr7pa====", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv" - }, - "urosnkk34zvvjhhjjqypa7g4fgy2xgwf": { - "name": "numactl", - "version": "2.0.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "package_hash": "yfrelh4vcagcl7wantudtwpccnburhkpgqyvhgmxrzeo3wdmck4q====", - "hash": "urosnkk34zvvjhhjjqypa7g4fgy2xgwf" - }, - "hdijamvi3fzdcvsdpwnimovfesvontun": { - "name": "openssh", - "version": "7.4p1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "axluqupsxb76u33tiqvm6m7s3ccft3e5ipb44awxyfntdzcwwcta====", - "hash": "hdijamvi3fzdcvsdpwnimovfesvontun" - }, - "kyggzsyl2jrcd53yf5lmxi4dtzgaeepx": { - "name": "pmix", - "version": "4.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "pmi_backwards_compatibility": true, - "python": false, - "restful": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pgxqyih2hk2jlac2feyhdsxssydwmxouyaq7wjtvttp5lfi2rmjq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx", - "type": [ - "build", - "link" - ] - } - ], - "hash": "kyggzsyl2jrcd53yf5lmxi4dtzgaeepx" - }, - "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx": { - "name": "libevent", - "version": "2.1.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "openssl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "chtoynanib2eblvcdjcw7wxhpssxzovtbuewl3ygjqi56lhd3uka====", - "dependencies": [ - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - } - ], - "hash": "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx" - }, - "m4oiy3zowuccnkutcuacwt3soshwio6d": { - "name": "slurm", - "version": "22-05-7-1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gtk": true, - "hdf5": false, - "hwloc": true, - "mariadb": true, - "pmix": true, - "readline": true, - "restd": true, - "sysconfdir": "PREFIX/etc", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tbpoqwgysl7uczsbog553yxiovwe3wkvan5jvrg2jn7grd2rh5qa====", - "dependencies": [ - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gtkplus", - "hash": "t5v2yy5zj2wesbrvgt6wapudyasiiwev", - "type": [ - "build", - "link" - ] - }, - { - "name": "http-parser", - "hash": "vo3vxyjwiupejnrfet47eidbnx2ta3ri", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe", - "type": [ - "build", - "link" - ] - }, - { - "name": "json-c", - "hash": "qe76tna3regkejnxzco74awakdmmbfw7", - "type": [ - "build", - "link" - ] - }, - { - "name": "libjwt", - "hash": "zs6oy5aqk4a7awebauaukwyt7avrqdl3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libyaml", - "hash": "knvpagr72ocewakdyobqd54btpkefmdp", - "type": [ - "build", - "link" - ] - }, - { - "name": "lz4", - "hash": "uqb3rdfiguz4fcummhl47cbtziz4jhq7", - "type": [ - "build", - "link" - ] - }, - { - "name": "mariadb", - "hash": "kxlgx2m5bb4z5lmgvdho7t3exzwoezw2", - "type": [ - "build", - "link" - ] - }, - { - "name": "munge", - "hash": "ynv7nrhzy2ojyfjwp4ttwf46i6r7jnnj", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "kyggzsyl2jrcd53yf5lmxi4dtzgaeepx", - "type": [ - "build", - "link" - ] - }, - { - "name": "readline", - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "m4oiy3zowuccnkutcuacwt3soshwio6d" - }, - "lcvjjuzqzzninqswx4sw72jakns3keaw": { - "name": "curl", - "version": "7.29.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": false, - "ldap": true, - "libidn2": false, - "librtmp": false, - "libs": [ - "shared", - "static" - ], - "libssh2": false, - "nghttp2": false, - "tls": [ - "openssl" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "4qidchfm4ygjytevra4alacpdfmgn4dgbsp3r5r4xj7lmajn3ftq====", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw" - }, - "y7obu5is2inrbmizijh7hiuqbexcr3lf": { - "name": "glib", - "version": "2.72.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "libmount": false, - "patches": [ - "b3fd45063a19c871048aa1f28692293ab8971a871bdcbe65f06f17fdd79db9e2" - ], - "tracing": [ - "none" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b3fd45063a19c871048aa1f28692293ab8971a871bdcbe65f06f17fdd79db9e2" - ], - "package_hash": "7dc5xfkmrcsvnvikkmecunxl4rnajo23gxur2xiuyajxwfgwo6oq====", - "dependencies": [ - { - "name": "elfutils", - "hash": "fd6snviempxf6dmy3txnsnsnwgqpr3ku", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pcre", - "hash": "jjgrjeics4asolkwk2est6aqxyfaluyq", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf" - }, - "fd6snviempxf6dmy3txnsnsnwgqpr3ku": { - "name": "elfutils", - "version": "0.188", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "bzip2": false, - "debuginfod": false, - "nls": true, - "xz": false, - "zstd": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "p2kqbn472xpyvzbla3kzzrnocf4477l4bkoksuomfbuwv4lvdiwa====", - "dependencies": [ - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "link" - ] - } - ], - "hash": "fd6snviempxf6dmy3txnsnsnwgqpr3ku" - }, - "tjfytnzsbykn7z44xfgsgpjqsuevvrqr": { - "name": "gettext", - "version": "0.21.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "bzip2": true, - "curses": true, - "git": true, - "libunistring": false, - "libxml2": true, - "tar": true, - "xz": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "xu3qgc4x5mjlvzywiyh3aifltzurwmvjzqfq3gurzkffveeawp3q====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "tar", - "hash": "p26vl7kbbcm7tbsjakge3bwfewo5u3uw", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr" - }, - "p26vl7kbbcm7tbsjakge3bwfewo5u3uw": { - "name": "tar", - "version": "1.26", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4", - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4" - ], - "zip": "pigz", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4", - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4" - ], - "package_hash": "2czbvnhj566bhgcf2zdjmfvpaj363eflpm4dyzj4tkzrermcpm2q====", - "hash": "p26vl7kbbcm7tbsjakge3bwfewo5u3uw" - }, - "cdobfhptifgg3n3mxyrejzcljtpblgri": { - "name": "m4", - "version": "1.4.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "sigsegv": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "otabgty3hi32kdu7qhyvjdwctr6xvzy6tfclcy7yudbydmyuuida====", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri" - }, - "uhhkqgeh3qnyorq4g2rlmdou3mira7jo": { - "name": "libffi", - "version": "3.4.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jnfxlz7sxbpqdqtdoarjxzytihb4r36s7zokc4yujiakiwydgcra====", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo" - }, - "m6nctqvy2jhjfpc7pmgneews56rsrpcw": { - "name": "meson", - "version": "1.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "package_hash": "vrmgddohdq3345s26fovycq6ij2qtelzjwdb7phaxvp6mat5q3sa====", - "dependencies": [ - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "run" - ] - }, - { - "name": "py-pip", - "hash": "47bsgkwixupdoyaoiku65wzyyhoenlkw", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "wrxdzd2eudi3hfk4njkkjwil72jw2ars", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "kr7q54ydegta72qksica765jyejvgl2w", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - } - ], - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw" - }, - "kruwm3deqlj7jhzfjlpbmbup3z26byv5": { - "name": "ninja", - "version": "1.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "re2c": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "m4qytcmdffb4wjd5wppdkefidb44kldmg46psjso7f3jkrwrcrjq====", - "dependencies": [ - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build" - ] - }, - { - "name": "re2c", - "hash": "zxsic6zmhctbit3xdxkqvjzzz6umzrjt", - "type": [ - "build" - ] - } - ], - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5" - }, - "hgbgmmifdtkjufi6spoij75rtfkwjb3p": { - "name": "python", - "version": "3.10.8", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "bz2": true, - "crypt": true, - "ctypes": true, - "dbm": true, - "debug": false, - "libxml2": true, - "lzma": true, - "nis": false, - "optimizations": false, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "7d4092366f2e9c19ba85132402e70eb96cac94fdda6a33810c2a980a129c7a22", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4" - ], - "pic": true, - "pyexpat": true, - "pythoncmd": true, - "readline": true, - "shared": true, - "sqlite3": true, - "ssl": true, - "tkinter": false, - "uuid": true, - "zlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4", - "7d4092366f2e9c19ba85132402e70eb96cac94fdda6a33810c2a980a129c7a22" - ], - "package_hash": "5laa4vphsccddlyp647srr6xirfycrwbofaqkn5jvmwlrrqdsb7q====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "ku4hosar5gp4oq23cldg5rkv5g64dcev", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxcrypt", - "hash": "gmodpgd2tc36i5eln4dfjhglukljyeum", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "readline", - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd", - "type": [ - "build", - "link" - ] - }, - { - "name": "sqlite", - "hash": "abh3cdtbm7fommz3lcqw3p6iukmzwh4r", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-linux-uuid", - "hash": "n5jkdeatzijkfzfgvcvp6xe3feytq44u", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p" - }, - "q4ffi3qssscyhsu2iihxg5olamibxnuh": { - "name": "expat", - "version": "1.6.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libbsd": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "mxbohu2f4n7hr6zedjoo24n5q5puv7o542mixxfpsl4zqizxgajq====", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh" - }, - "gmodpgd2tc36i5eln4dfjhglukljyeum": { - "name": "libxcrypt", - "version": "4.4.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "obsolete_api": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "sbp4xqkq2edwikrept7ifq5g4jq33kpnfb3w6tymgh4sznol44mq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - } - ], - "hash": "gmodpgd2tc36i5eln4dfjhglukljyeum" - }, - "abh3cdtbm7fommz3lcqw3p6iukmzwh4r": { - "name": "sqlite", - "version": "3.7.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "column_metadata": true, - "dynamic_extensions": true, - "fts": true, - "functions": false, - "rtree": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "cvclg5ugqqne77z5bqrtg7jf6qihsgqgwtb3ll75cvef6m3xfuja====", - "hash": "abh3cdtbm7fommz3lcqw3p6iukmzwh4r" - }, - "n5jkdeatzijkfzfgvcvp6xe3feytq44u": { - "name": "util-linux-uuid", - "version": "2.36.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7bfyewqmic5jrwmiaftodq26xiegtse43ph4q7pb5adoaf2epx3q====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "n5jkdeatzijkfzfgvcvp6xe3feytq44u" - }, - "zxsic6zmhctbit3xdxkqvjzzz6umzrjt": { - "name": "re2c", - "version": "2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kh26rqs3cdi5efd3po3idkw7mop3fudtxlfomeun5vt47ent3y4q====", - "hash": "zxsic6zmhctbit3xdxkqvjzzz6umzrjt" - }, - "47bsgkwixupdoyaoiku65wzyyhoenlkw": { - "name": "py-pip", - "version": "23.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "o33nwakwk3e6jgwxtb5raiyq7ixxjzmqmkkwvircyhxaztty2yzq====", - "dependencies": [ - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - } - ], - "hash": "47bsgkwixupdoyaoiku65wzyyhoenlkw" - }, - "wrxdzd2eudi3hfk4njkkjwil72jw2ars": { - "name": "py-setuptools", - "version": "65.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y6xa5sgzqn3kp4mq6ffr5yh4xjqfnzycltgt7ianaxezqmkxzdya====", - "dependencies": [ - { - "name": "py-pip", - "hash": "47bsgkwixupdoyaoiku65wzyyhoenlkw", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - } - ], - "hash": "wrxdzd2eudi3hfk4njkkjwil72jw2ars" - }, - "kr7q54ydegta72qksica765jyejvgl2w": { - "name": "py-wheel", - "version": "0.37.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nrjlpe43ohfmqeuo3mawag2kwnq2hno3ebshmfy6pn7vtklynvdq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "47bsgkwixupdoyaoiku65wzyyhoenlkw", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "run" - ] - } - ], - "hash": "kr7q54ydegta72qksica765jyejvgl2w" - }, - "jjgrjeics4asolkwk2est6aqxyfaluyq": { - "name": "pcre", - "version": "8.45", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "jit": false, - "multibyte": true, - "utf": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "26ukwtnhaf6y7orbwtvyalrin5ijvqw34g4dhb77tcsg55kcfb5q====", - "hash": "jjgrjeics4asolkwk2est6aqxyfaluyq" - }, - "t5v2yy5zj2wesbrvgt6wapudyasiiwev": { - "name": "gtkplus", - "version": "3.24.29", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "cups": false, - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "bgdjlkzeebqsvu3qpbbz6m25tsgbnlb7afk3wjammjohko2ikdga====", - "dependencies": [ - { - "name": "at-spi2-atk", - "hash": "vihzzlyx4oocauh3s37sa64tek4ehcwc", - "type": [ - "build", - "link" - ] - }, - { - "name": "atk", - "hash": "besdcsd6mmuedbwjdny4ntmmubdiqxlu", - "type": [ - "build", - "link" - ] - }, - { - "name": "cairo", - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd", - "type": [ - "build", - "link" - ] - }, - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "fribidi", - "hash": "ne6mau6x5cq4xhzmcco2l2dnx5ogf3tt", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdk-pixbuf", - "hash": "cbkqo6ppvtgqigtfng36g7jooqndnkp2", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev", - "type": [ - "build", - "link" - ] - }, - { - "name": "libepoxy", - "hash": "ra2l5rlmo6g7kfo6l2a7j6fym7rnnv5a", - "type": [ - "build", - "link" - ] - }, - { - "name": "librsvg", - "hash": "cipjceffmntipfrkozmus4bc7rynzxww", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxi", - "hash": "guiezna7jyfojxpeihr7r2j3u3rncwkh", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxkbcommon", - "hash": "bjwonooenrn2ivwdvrbi5yx2gtogp64g", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pango", - "hash": "tohg4b4lnhru52sjzfitjgpolkzexd7i", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "shared-mime-info", - "hash": "3wi2gbm3oxs6pswuxkjdtoji667vaf4x", - "type": [ - "build", - "link" - ] - }, - { - "name": "xrandr", - "hash": "bpsqfphejkg2tp3bmmtuadhcrrvlzvmv", - "type": [ - "build", - "link" - ] - } - ], - "hash": "t5v2yy5zj2wesbrvgt6wapudyasiiwev" - }, - "vihzzlyx4oocauh3s37sa64tek4ehcwc": { - "name": "at-spi2-atk", - "version": "2.38.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "s7cb33cztm3flfkbeafjr3uejdbkyfszcpfv5mryoi6wx6uryv4a====", - "dependencies": [ - { - "name": "at-spi2-core", - "hash": "ne2ll6nqmlx6jigqvzzp25cxivuibgeo", - "type": [ - "build", - "link" - ] - }, - { - "name": "atk", - "hash": "besdcsd6mmuedbwjdny4ntmmubdiqxlu", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "vihzzlyx4oocauh3s37sa64tek4ehcwc" - }, - "ne2ll6nqmlx6jigqvzzp25cxivuibgeo": { - "name": "at-spi2-core", - "version": "2.47.90", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hfcayeodtnfdiuqfcoh5uueajj6pcykaztj6penhwxtfu5maxqba====", - "dependencies": [ - { - "name": "dbus", - "hash": "lpflynrklfb67evhxuldyoo4c42dk2nd", - "type": [ - "build", - "link" - ] - }, - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxi", - "hash": "guiezna7jyfojxpeihr7r2j3u3rncwkh", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxtst", - "hash": "daza6xr3s35souhys7f56h6dbmgex7wn", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build" - ] - }, - { - "name": "recordproto", - "hash": "lcqx4vpdokjfpjrioz4c23urfnmpghi3", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ne2ll6nqmlx6jigqvzzp25cxivuibgeo" - }, - "lpflynrklfb67evhxuldyoo4c42dk2nd": { - "name": "dbus", - "version": "1.13.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tpyf73tzczosa5iakke6gb6yq57rcs4xj7gzxljlq54sofelpx3a====", - "dependencies": [ - { - "name": "docbook-xml", - "hash": "noxt4gern72suzpi3s6kf456a5qzrxvi", - "type": [ - "build" - ] - }, - { - "name": "docbook-xsl", - "hash": "7loqo443s5xy2boa34h2ijm5vrjzkebq", - "type": [ - "build" - ] - }, - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libsm", - "hash": "ove4qundrpnz5tfiyyibc5p7tzxrboo5", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "xmlto", - "hash": "icmadvwfikytwptf3nw2layva5nlybin", - "type": [ - "build", - "link" - ] - } - ], - "hash": "lpflynrklfb67evhxuldyoo4c42dk2nd" - }, - "noxt4gern72suzpi3s6kf456a5qzrxvi": { - "name": "docbook-xml", - "version": "4.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ydgox2h25nhwwhznm7wclpmmirkveti4vzcbnks6hhjpf62ub2tq====", - "dependencies": [ - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build" - ] - } - ], - "hash": "noxt4gern72suzpi3s6kf456a5qzrxvi" - }, - "7loqo443s5xy2boa34h2ijm5vrjzkebq": { - "name": "docbook-xsl", - "version": "1.79.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "patches": [ - "a92c39715c54949ba9369add1809527b8f155b7e2a2b2e30cb4b39ee715f2e30" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "a92c39715c54949ba9369add1809527b8f155b7e2a2b2e30cb4b39ee715f2e30" - ], - "package_hash": "6aqdzw6lbzuzyaajc2jevmzfvcdaxszz2agh7kjvzu3aqeclyknq====", - "dependencies": [ - { - "name": "docbook-xml", - "hash": "noxt4gern72suzpi3s6kf456a5qzrxvi", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build" - ] - } - ], - "hash": "7loqo443s5xy2boa34h2ijm5vrjzkebq" - }, - "ove4qundrpnz5tfiyyibc5p7tzxrboo5": { - "name": "libsm", - "version": "1.2.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fvahiyp4gx6lypfwgxeqddq47pkusw2wulobn6vfivf35c243w5q====", - "dependencies": [ - { - "name": "libice", - "hash": "vf27mvsemhlgvsvchkpskqp7qaowta3e", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-linux-uuid", - "hash": "n5jkdeatzijkfzfgvcvp6xe3feytq44u", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - }, - { - "name": "xtrans", - "hash": "6wqdhj7c77azw6kyywl5e2cowhj7mzl4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ove4qundrpnz5tfiyyibc5p7tzxrboo5" - }, - "vf27mvsemhlgvsvchkpskqp7qaowta3e": { - "name": "libice", - "version": "6.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "nov7dkrvhndgd64rrxviepuwcxzg3uyhjsni72dcijnf5tgow4vq====", - "hash": "vf27mvsemhlgvsvchkpskqp7qaowta3e" - }, - "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz": { - "name": "xproto", - "version": "7.0.31", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ts53yasphfbcufw7iv237wmdkwnd52hhsazikewtipy5e4tkwszq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz" - }, - "6wqdhj7c77azw6kyywl5e2cowhj7mzl4": { - "name": "xtrans", - "version": "1.3.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4orlpc4fw7fwgn2pyitpfqgwak7h5g2tri3lcl4axczu7adymcgq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "6wqdhj7c77azw6kyywl5e2cowhj7mzl4" - }, - "icmadvwfikytwptf3nw2layva5nlybin": { - "name": "xmlto", - "version": "0.0.28", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zzvzdqkfjjxupawvmco6fny4kiguvw5y3n2vaxuoe2lerlstieaq====", - "dependencies": [ - { - "name": "libxslt", - "hash": "7kbxz3k6r5ncqzqy3emhg54qzu6ajg5n", - "type": [ - "build", - "link" - ] - } - ], - "hash": "icmadvwfikytwptf3nw2layva5nlybin" - }, - "7kbxz3k6r5ncqzqy3emhg54qzu6ajg5n": { - "name": "libxslt", - "version": "1.1.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "crypto": true, - "python": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "elakqsawrbxoricrsep7up53phltzcigjpolq2fkopuufi6dsdkq====", - "dependencies": [ - { - "name": "libgcrypt", - "hash": "w3dca655l4kwus6to5pprjwwr5bsdfki", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "7kbxz3k6r5ncqzqy3emhg54qzu6ajg5n" - }, - "w3dca655l4kwus6to5pprjwwr5bsdfki": { - "name": "libgcrypt", - "version": "1.10.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fggdiv5lohtmdve62efiigvmhddk36ep2vzdhwt7qnp6qp4hmsiq====", - "dependencies": [ - { - "name": "libgpg-error", - "hash": "rpi2udt6qklwlkfeez2qn6vp5krdfkgp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "w3dca655l4kwus6to5pprjwwr5bsdfki" - }, - "rpi2udt6qklwlkfeez2qn6vp5krdfkgp": { - "name": "libgpg-error", - "version": "1.46", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uvt5353br2nqkzl5w3ttr672x2lkwtmto23eiplfxffy4bodhhfa====", - "dependencies": [ - { - "name": "gawk", - "hash": "b32hqumoir2jcqknnwze2qyad3mevyed", - "type": [ - "build" - ] - } - ], - "hash": "rpi2udt6qklwlkfeez2qn6vp5krdfkgp" - }, - "b32hqumoir2jcqknnwze2qyad3mevyed": { - "name": "gawk", - "version": "4.0.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "nls": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "7555yr75vpzsz4qwk6bzcnwzfb3wk3ks3fvibtotmpoahglkeyjq====", - "hash": "b32hqumoir2jcqknnwze2qyad3mevyed" - }, - "vx2cx467yejktrd4nvualwsxlv4duskc": { - "name": "fixesproto", - "version": "5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kquegrfwvfudhxn7p6a4k42xty5gr3jjixstphl3cxbc3jhlngbq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc" - }, - "dagpvvb3no44mxf7uyjimolbrpkyac4b": { - "name": "gobject-introspection", - "version": "1.72.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "yvkq4jyrqetdbk64qeyoxvccsogfly22jsshreaum2rujjyh5xfq====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "cairo", - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd", - "type": [ - "build", - "link" - ] - }, - { - "name": "flex", - "hash": "g3dodwh6tlm5kwcms2qab6men2v77bqn", - "type": [ - "build" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build", - "link" - ] - } - ], - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b" - }, - "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h": { - "name": "bison", - "version": "3.8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "d4j62fwvuxqbiez32ltjnhu47ac425wjebsy6fhoptv6saxazcxq====", - "dependencies": [ - { - "name": "diffutils", - "hash": "7j3advawuh4thdop23xsgrjnemdz5fq6", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - } - ], - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h" - }, - "7j3advawuh4thdop23xsgrjnemdz5fq6": { - "name": "diffutils", - "version": "3.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "ukq657dnhcrpssiu5jb7y5nrt4lxgpcsdvtkfo23hok5zzxa6aaa====", - "hash": "7j3advawuh4thdop23xsgrjnemdz5fq6" - }, - "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd": { - "name": "cairo", - "version": "1.16.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "X": true, - "build_system": "autotools", - "fc": true, - "ft": true, - "gobject": true, - "patches": [ - "7c4da77767fe9feb03f8051def0832f0c67f99162913275cfa127a88df19cf51" - ], - "pdf": true, - "png": false, - "svg": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "7c4da77767fe9feb03f8051def0832f0c67f99162913275cfa127a88df19cf51" - ], - "package_hash": "4j3rurejy2edqje3on6tia5tof2n743nn6t66e6jvg7dzm3a5p6a====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "fontconfig", - "hash": "qrvqsnxuo5p6wqtxquga5hq2ctx7yhhe", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxcb", - "hash": "qerdodrseqmyszxusyj77fxmd6pnqxqo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrender", - "hash": "cr2n52cgutnfedaeommujjqduc7ubwka", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "pixman", - "hash": "mqgcfvayyi3xudmou3ohhxewvfqk4zh3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build" - ] - } - ], - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd" - }, - "7k4xe7v26oz2jvguckiqlpr4tz35pwa2": { - "name": "autoconf", - "version": "2.69", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "7793209b33013dc0f81208718c68440c5aae80e7a1c4b8d336e382525af791a7" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "7793209b33013dc0f81208718c68440c5aae80e7a1c4b8d336e382525af791a7" - ], - "package_hash": "6pgbajyns7r3tn7fjcuyn5uls3mxj2hub6jkbae3r3aruuz6xytq====", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2" - }, - "kslsepikmwhan2vkixpu3n5mfsl67o6z": { - "name": "automake", - "version": "1.13.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "yjryo64e3zgaurreuzax3454o7f5r44va53ffhnjyaqcz5tmmqba====", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z" - }, - "qrvqsnxuo5p6wqtxquga5hq2ctx7yhhe": { - "name": "fontconfig", - "version": "2.14.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fkyv3q2k3vgikrjqhdlwtbessfp5kxzdd2ddmnnwvfxze3bpa3la====", - "dependencies": [ - { - "name": "font-util", - "hash": "xuq57dyt5smz4qwwbtctktt7fwjlrhal", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "gperf", - "hash": "kxnb7v2mkzzxjz2gbp5e2jxb7dpu3jzd", - "type": [ - "build" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "hgbgmmifdtkjufi6spoij75rtfkwjb3p", - "type": [ - "build" - ] - }, - { - "name": "util-linux-uuid", - "hash": "n5jkdeatzijkfzfgvcvp6xe3feytq44u", - "type": [ - "build", - "link" - ] - } - ], - "hash": "qrvqsnxuo5p6wqtxquga5hq2ctx7yhhe" - }, - "xuq57dyt5smz4qwwbtctktt7fwjlrhal": { - "name": "font-util", - "version": "1.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "fonts": [ - "encodings", - "font-adobe-100dpi", - "font-adobe-75dpi", - "font-adobe-utopia-100dpi", - "font-adobe-utopia-75dpi", - "font-adobe-utopia-type1", - "font-alias", - "font-arabic-misc", - "font-bh-100dpi", - "font-bh-75dpi", - "font-bh-lucidatypewriter-100dpi", - "font-bh-lucidatypewriter-75dpi", - "font-bh-type1", - "font-bitstream-100dpi", - "font-bitstream-75dpi", - "font-bitstream-speedo", - "font-bitstream-type1", - "font-cronyx-cyrillic", - "font-cursor-misc", - "font-daewoo-misc", - "font-dec-misc", - "font-ibm-type1", - "font-isas-misc", - "font-jis-misc", - "font-micro-misc", - "font-misc-cyrillic", - "font-misc-ethiopic", - "font-misc-meltho", - "font-misc-misc", - "font-mutt-misc", - "font-schumacher-misc", - "font-screen-cyrillic", - "font-sun-misc", - "font-winitzki-cyrillic", - "font-xfree86-type1" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vybwgn6d3wcuy3ea7vtty26dplfxgc2zdvnnzzhew7gbyoata4wq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "bdftopcf", - "hash": "tumypjhavu6li4p25hzdvtqjrkhdeadt", - "type": [ - "build" - ] - }, - { - "name": "mkfontdir", - "hash": "kukbbbc4ira4srg6fbkyj6o3zyqfhorp", - "type": [ - "build" - ] - }, - { - "name": "mkfontscale", - "hash": "46th5xy72ea6b6wccam5pu2jsn6tknpl", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "xuq57dyt5smz4qwwbtctktt7fwjlrhal" - }, - "tumypjhavu6li4p25hzdvtqjrkhdeadt": { - "name": "bdftopcf", - "version": "1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "lg3e22v6atkmfkgilupdlg6t26x4zdbikguqk2kw4z2h2kn4eaqq====", - "dependencies": [ - { - "name": "fontsproto", - "hash": "vmigmu4jofp4e4ej2uiyeogaq4dbhpw2", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxfont", - "hash": "ceacowagfp5es2s7ckufjoibkd5c3gb4", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "tumypjhavu6li4p25hzdvtqjrkhdeadt" - }, - "vmigmu4jofp4e4ej2uiyeogaq4dbhpw2": { - "name": "fontsproto", - "version": "2.1.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5ahejllgvapbcs63bvark6hp2q6wvock7wbp6osmcjvq45nxrsaq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "vmigmu4jofp4e4ej2uiyeogaq4dbhpw2" - }, - "ceacowagfp5es2s7ckufjoibkd5c3gb4": { - "name": "libxfont", - "version": "1.5.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "t46ly5r5k3z72ounp4wik2sdeehzrl7zgiujmxzydkvn5lu7krka====", - "dependencies": [ - { - "name": "fontsproto", - "hash": "vmigmu4jofp4e4ej2uiyeogaq4dbhpw2", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "libfontenc", - "hash": "gpq5nfulfyvemefzdj5l5pzh2y6qreae", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - }, - { - "name": "xtrans", - "hash": "6wqdhj7c77azw6kyywl5e2cowhj7mzl4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ceacowagfp5es2s7ckufjoibkd5c3gb4" - }, - "mw47utamo3t2mrfqdxkopy4r5p7e3hy5": { - "name": "freetype", - "version": "2.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fhti55g4gg2qmjycii6vm5go2huohm5fktzepvhacwozwermi6gq====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpng", - "hash": "pk6lger6z5gdu3gnbre5ugdibsnri3vb", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5" - }, - "pk6lger6z5gdu3gnbre5ugdibsnri3vb": { - "name": "libpng", - "version": "1.6.37", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "puoryirpmhuafpzuvyuah4hlcxfmviefxhra664slegtq237aesa====", - "dependencies": [ - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "pk6lger6z5gdu3gnbre5ugdibsnri3vb" - }, - "gpq5nfulfyvemefzdj5l5pzh2y6qreae": { - "name": "libfontenc", - "version": "1.1.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "juqz3viabn4ufmxpryhqfsvuxjtfrru37y33kxarnshfcexsnkeq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "gpq5nfulfyvemefzdj5l5pzh2y6qreae" - }, - "kukbbbc4ira4srg6fbkyj6o3zyqfhorp": { - "name": "mkfontdir", - "version": "1.0.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rimy3g3lqxjma3q5fs3z63lcbzzdenqt7dg7l54x7hxcnmnuiq4a====", - "dependencies": [ - { - "name": "mkfontscale", - "hash": "46th5xy72ea6b6wccam5pu2jsn6tknpl", - "type": [ - "run" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "kukbbbc4ira4srg6fbkyj6o3zyqfhorp" - }, - "46th5xy72ea6b6wccam5pu2jsn6tknpl": { - "name": "mkfontscale", - "version": "1.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "33xomf7kqazowlqrifbji7sqrwvdq2slv4tsfm2fw642pa2vuq7a====", - "dependencies": [ - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "libfontenc", - "hash": "gpq5nfulfyvemefzdj5l5pzh2y6qreae", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "46th5xy72ea6b6wccam5pu2jsn6tknpl" - }, - "kxnb7v2mkzzxjz2gbp5e2jxb7dpu3jzd": { - "name": "gperf", - "version": "3.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hi7rqubzs2lwppv3vylprtgxd56jdlkodtar4knimyumciqx7mjq====", - "hash": "kxnb7v2mkzzxjz2gbp5e2jxb7dpu3jzd" - }, - "3cdzfciavcbtdg5ypjxc43g2jrwyrvri": { - "name": "libx11", - "version": "6.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "cilwebynreup6hmv4cs3dnenjldaf3wnyjpg3k6hlwjo4ezi6kdq====", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri" - }, - "qerdodrseqmyszxusyj77fxmd6pnqxqo": { - "name": "libxcb", - "version": "1.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "cflde7hn55ki7gd2sne4efurvp4ueprjfugfmono4alx4fiebcsa====", - "dependencies": [ - { - "name": "libpthread-stubs", - "hash": "3hefpsipzczjtf6wzlo2qtv2fsczpy5e", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxau", - "hash": "fxy6km24l5tcja7ujeepozr4wuciwwzc", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxdmcp", - "hash": "zqvjovxm5uciml4oaow7hrj7kqmnv3mz", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xcb-proto", - "hash": "7q2sgzkywftqvytctt4tnyywirpfo7fk", - "type": [ - "build", - "link" - ] - } - ], - "hash": "qerdodrseqmyszxusyj77fxmd6pnqxqo" - }, - "3hefpsipzczjtf6wzlo2qtv2fsczpy5e": { - "name": "libpthread-stubs", - "version": "0.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "apgeujsd3yb6p7ywgvbn7b7fiw6lmepocaijezzb7iok454gtu4a====", - "hash": "3hefpsipzczjtf6wzlo2qtv2fsczpy5e" - }, - "fxy6km24l5tcja7ujeepozr4wuciwwzc": { - "name": "libxau", - "version": "1.0.8", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "caqko4t3xrze7y3bprl26be7fr5wo2aqkic23ecddxm3pwtf5ukq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "fxy6km24l5tcja7ujeepozr4wuciwwzc" - }, - "zqvjovxm5uciml4oaow7hrj7kqmnv3mz": { - "name": "libxdmcp", - "version": "1.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "k6ezoe53tqdwumepxz2a4wwhu5url237iejnekprjoxerpyr4lca====", - "dependencies": [ - { - "name": "libbsd", - "hash": "3c4qztq7xbqo7qb5oyptz2ecmwmthgnl", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "zqvjovxm5uciml4oaow7hrj7kqmnv3mz" - }, - "3c4qztq7xbqo7qb5oyptz2ecmwmthgnl": { - "name": "libbsd", - "version": "0.11.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2egz24sk3nuiedv4y5ku2s6hqscsftjymmzt7mfsgkt6ddin3cuq====", - "dependencies": [ - { - "name": "libmd", - "hash": "qpqnqg6b5svhsbablkzumpqg76zliqnp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "3c4qztq7xbqo7qb5oyptz2ecmwmthgnl" - }, - "qpqnqg6b5svhsbablkzumpqg76zliqnp": { - "name": "libmd", - "version": "1.0.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zs2e7fqr4dzthpj5fascqvfn7xcahf7dtc5bzdwfv6vqkzi7oncq====", - "hash": "qpqnqg6b5svhsbablkzumpqg76zliqnp" - }, - "7q2sgzkywftqvytctt4tnyywirpfo7fk": { - "name": "xcb-proto", - "version": "1.14.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "skvxifn2hoqjsqjwzrnhojf5apguwcfwh43wylng6jhzrvi7fveq====", - "hash": "7q2sgzkywftqvytctt4tnyywirpfo7fk" - }, - "swzvjdp24aexcxxr5ufrr4rapqlcrah6": { - "name": "libxext", - "version": "6.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "7iy3647vlkwbgp4euyjcbkmoupaflvg6eo72uy7zii2djwdwuuna====", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6" - }, - "cr2n52cgutnfedaeommujjqduc7ubwka": { - "name": "libxrender", - "version": "0.9.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4d65nf3go3jlhxdrfmegemrqc2mivtvm3wimnvvqlmhx4bw3q5xq====", - "dependencies": [ - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "renderproto", - "hash": "sn5riiu7gri42b4coocng6tcw2edhvkw", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "cr2n52cgutnfedaeommujjqduc7ubwka" - }, - "sn5riiu7gri42b4coocng6tcw2edhvkw": { - "name": "renderproto", - "version": "0.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "bk2h6zq4t46bqzv2jahgqge4n5n7lcqwtoqa2h3l6nkaqi3ts2fq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "sn5riiu7gri42b4coocng6tcw2edhvkw" - }, - "mqgcfvayyi3xudmou3ohhxewvfqk4zh3": { - "name": "pixman", - "version": "0.42.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hsqm2ybnlduxxsqbzgx3aywvrmaq5lnynzqffx7d4egv5s4y6uca====", - "dependencies": [ - { - "name": "libpng", - "hash": "pk6lger6z5gdu3gnbre5ugdibsnri3vb", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "mqgcfvayyi3xudmou3ohhxewvfqk4zh3" - }, - "g3dodwh6tlm5kwcms2qab6men2v77bqn": { - "name": "flex", - "version": "2.5.37", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "lex": true, - "nls": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "emebbexjijj7tyokkywhortxoisx5sdwf45ry5qwr34szudicugq====", - "hash": "g3dodwh6tlm5kwcms2qab6men2v77bqn" - }, - "rhomntrnpgujmvc3ebhsr6a5nx7cahev": { - "name": "inputproto", - "version": "2.3.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "x7ftkvt7cek56mwyxcskjogbmzbswa5qfuhrudw4rmbtlfxghqgq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev" - }, - "guiezna7jyfojxpeihr7r2j3u3rncwkh": { - "name": "libxi", - "version": "1.7.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ib77d7eg6kgvfkkha6mgubrixyq75ddtldrh2hdfksq3lfnouqpq====", - "dependencies": [ - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxfixes", - "hash": "5w6hrfqjn4pf3bdjj6yy2zxlgkwgjd6z", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc", - "type": [ - "build", - "link" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "guiezna7jyfojxpeihr7r2j3u3rncwkh" - }, - "5w6hrfqjn4pf3bdjj6yy2zxlgkwgjd6z": { - "name": "libxfixes", - "version": "5.0.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "n6xa324jijtcpajfcqxsspu46mfd75kmgs5nwwnu7fa5apadlc4a====", - "dependencies": [ - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc", - "type": [ - "build", - "link" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "5w6hrfqjn4pf3bdjj6yy2zxlgkwgjd6z" - }, - "jo37d3oakakch2tu6n4h5fiyogkd6vhc": { - "name": "xextproto", - "version": "7.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "772pnkm2kjypi4txkkz3dkdbniiaybh65fmcv3ronigaj2idgcbq====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc" - }, - "daza6xr3s35souhys7f56h6dbmgex7wn": { - "name": "libxtst", - "version": "1.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "j7iqvxmfqdswlfelth3zsm7jvfz5uf3xhjbh3lmhfby54mqjhlvq====", - "dependencies": [ - { - "name": "fixesproto", - "hash": "vx2cx467yejktrd4nvualwsxlv4duskc", - "type": [ - "build", - "link" - ] - }, - { - "name": "inputproto", - "hash": "rhomntrnpgujmvc3ebhsr6a5nx7cahev", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxi", - "hash": "guiezna7jyfojxpeihr7r2j3u3rncwkh", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "recordproto", - "hash": "lcqx4vpdokjfpjrioz4c23urfnmpghi3", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc", - "type": [ - "build", - "link" - ] - } - ], - "hash": "daza6xr3s35souhys7f56h6dbmgex7wn" - }, - "lcqx4vpdokjfpjrioz4c23urfnmpghi3": { - "name": "recordproto", - "version": "1.14.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "oc4sleoxvjnuerfgyxnzqq53irqrd27w52b3qtcot246rlv73kva====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "lcqx4vpdokjfpjrioz4c23urfnmpghi3" - }, - "besdcsd6mmuedbwjdny4ntmmubdiqxlu": { - "name": "atk", - "version": "2.38.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "gp5wjvo6vgtkcuyipf3yxj6dyncy2eiugv6wbh3x2ut73pw3vbua====", - "dependencies": [ - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "besdcsd6mmuedbwjdny4ntmmubdiqxlu" - }, - "ne6mau6x5cq4xhzmcco2l2dnx5ogf3tt": { - "name": "fribidi", - "version": "1.0.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "iobhrz2tcy2osrfdpoamyb3pjh3ctkmplsn6pwwyd2drdb4li7zq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - } - ], - "hash": "ne6mau6x5cq4xhzmcco2l2dnx5ogf3tt" - }, - "cbkqo6ppvtgqigtfng36g7jooqndnkp2": { - "name": "gdk-pixbuf", - "version": "2.42.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "man": false, - "tiff": false, - "x11": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7yvjh5jzepapba7kjjl2kufzrzgmia5htnb4g7aodz2fans6kdda====", - "dependencies": [ - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "libjpeg-turbo", - "hash": "ozucdvdz3vywwg4hi5jrp6nwahgp5k5z", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpng", - "hash": "pk6lger6z5gdu3gnbre5ugdibsnri3vb", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "shared-mime-info", - "hash": "3wi2gbm3oxs6pswuxkjdtoji667vaf4x", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "cbkqo6ppvtgqigtfng36g7jooqndnkp2" - }, - "ozucdvdz3vywwg4hi5jrp6nwahgp5k5z": { - "name": "libjpeg-turbo", - "version": "62.1.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "jpeg8": false, - "shared": true, - "static": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "qomhag4ztr7utmfp7tcc2e6h7zajlnzxbyu5u5jvjzobiugi5hra====", - "hash": "ozucdvdz3vywwg4hi5jrp6nwahgp5k5z" - }, - "3wi2gbm3oxs6pswuxkjdtoji667vaf4x": { - "name": "shared-mime-info", - "version": "1.9", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hactrqhutnlt3swwkda2hlh5ze3vwzoyeaphekv4brheotdkf2gq====", - "dependencies": [ - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "intltool", - "hash": "fa6lcupr32jkh75tjkbriiuxbmxisvgu", - "type": [ - "build" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "3wi2gbm3oxs6pswuxkjdtoji667vaf4x" - }, - "fa6lcupr32jkh75tjkbriiuxbmxisvgu": { - "name": "intltool", - "version": "0.51.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "ca9d6562f29f06c64150f50369a24402b7aa01a3a0dc73dce55106f3224330a1" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "ca9d6562f29f06c64150f50369a24402b7aa01a3a0dc73dce55106f3224330a1" - ], - "package_hash": "wobo2qkexoi7b66er3cup4rijj64bh6kjvnbnqjyuxqtpbrnl3qa====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-xml-parser", - "hash": "jmrf33rzlgx7vyms4nmf7pluvimyjf3a", - "type": [ - "build", - "run" - ] - } - ], - "hash": "fa6lcupr32jkh75tjkbriiuxbmxisvgu" - }, - "jmrf33rzlgx7vyms4nmf7pluvimyjf3a": { - "name": "perl-xml-parser", - "version": "2.44", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "472uai3cyjdeugpnr7airwymwbz4cdpvcrrugdx5kakd3ih5zzfa====", - "dependencies": [ - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-libwww-perl", - "hash": "ptdxxg4cp4pc7cz343l2s7b6dyops42q", - "type": [ - "build", - "run" - ] - } - ], - "hash": "jmrf33rzlgx7vyms4nmf7pluvimyjf3a" - }, - "ptdxxg4cp4pc7cz343l2s7b6dyops42q": { - "name": "perl-libwww-perl", - "version": "6.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2hcy7y4gmnmpyqi45jjc6k2ctti2xuqsxactzuycnkfnz2ax3ghq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-encode-locale", - "hash": "m6mfnnsssjqnut5ldcnhsvvepnbihq6i", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-file-listing", - "hash": "y6jf7sf45ezz3nb7w55dmsr7k66rxxkn", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-html-parser", - "hash": "5kmlj4o2265gwu77e55gxhmgewu62cja", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-cookies", - "hash": "icxjfmvflxniywuiyi3am4teacy5ab55", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-daemon", - "hash": "sd22m4zebwxpsa2fyhht4bzlabwnael5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-negotiate", - "hash": "6lw5r6ygpzorvokmvg27t3366o6gzj3k", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-lwp-mediatypes", - "hash": "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-net-http", - "hash": "zpc7de2irdrwykkcjhnwphek7v7kk7w7", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-try-tiny", - "hash": "fwn2qut3knpeq4huimez7pfzhzsr46or", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-www-robotrules", - "hash": "2elbepsdsfiqlrhucu6scx7p7ozzm2cv", - "type": [ - "build", - "run" - ] - } - ], - "hash": "ptdxxg4cp4pc7cz343l2s7b6dyops42q" - }, - "m6mfnnsssjqnut5ldcnhsvvepnbihq6i": { - "name": "perl-encode-locale", - "version": "1.05", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "mg5fe7zybrspedamjgas7dg5svwjbexxrjayribd53nzkj2srrra====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "m6mfnnsssjqnut5ldcnhsvvepnbihq6i" - }, - "y6jf7sf45ezz3nb7w55dmsr7k66rxxkn": { - "name": "perl-file-listing", - "version": "6.04", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "fkpo3iowqtkztj6vkqnourhkucey3ji3stg4fcj5orwbqwkdpfia====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo", - "type": [ - "build", - "run" - ] - } - ], - "hash": "y6jf7sf45ezz3nb7w55dmsr7k66rxxkn" - }, - "npxx3lz7pkm6wynubn2xjcxzkjg275wo": { - "name": "perl-http-date", - "version": "6.02", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "v4tsarhuysysckggicz6l7ll2c54v5h4hbta3guuwgi3aur4lfga====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo" - }, - "5kmlj4o2265gwu77e55gxhmgewu62cja": { - "name": "perl-html-parser", - "version": "3.72", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5mwnk2j6i2seakt3gerzx3nmhx3p7s74dpbym7s5bsf3mffqyjfa====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-html-tagset", - "hash": "qt42euc2nthow446xvy4qgx6vwbbkmnx", - "type": [ - "build", - "run" - ] - } - ], - "hash": "5kmlj4o2265gwu77e55gxhmgewu62cja" - }, - "qt42euc2nthow446xvy4qgx6vwbbkmnx": { - "name": "perl-html-tagset", - "version": "3.20", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pqgifokillquw6ywhyobz6o6lzsozskh7cg6vh6zvxtb42lp6jeq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "qt42euc2nthow446xvy4qgx6vwbbkmnx" - }, - "icxjfmvflxniywuiyi3am4teacy5ab55": { - "name": "perl-http-cookies", - "version": "6.04", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rnu4d4xb6mo623doclamtdeojlqjw5kotfxkbe6nqkadgbjjkhfq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - } - ], - "hash": "icxjfmvflxniywuiyi3am4teacy5ab55" - }, - "7czibn6udb2tkz6rt6atpwvy2uvrf5qr": { - "name": "perl-http-message", - "version": "6.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "bapi2qfmpsbksnna4kge46ts3kv47ozm5f55ehbtqrbpbub6r6sa====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-encode-locale", - "hash": "m6mfnnsssjqnut5ldcnhsvvepnbihq6i", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-io-html", - "hash": "qixpxankpk7s2mrjclx7nv62b6y6uxeh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-lwp-mediatypes", - "hash": "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-try-tiny", - "hash": "fwn2qut3knpeq4huimez7pfzhzsr46or", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - } - ], - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr" - }, - "qixpxankpk7s2mrjclx7nv62b6y6uxeh": { - "name": "perl-io-html", - "version": "1.001", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "cltnzamqu7nv5wsh7cmiffprz3sshieifn5rehpdskjc5zqzoybq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "qixpxankpk7s2mrjclx7nv62b6y6uxeh" - }, - "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw": { - "name": "perl-lwp-mediatypes", - "version": "6.02", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "mcrrkpcx3yhtamk4mc6xcncneglvugom2tybrv5l4frngnk5ndwa====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw" - }, - "fwn2qut3knpeq4huimez7pfzhzsr46or": { - "name": "perl-try-tiny", - "version": "0.28", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "wqa25n7l6xadn5kjagsegnfwzi7ioyed6wr2owrrs4gyvwsgzjla====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "fwn2qut3knpeq4huimez7pfzhzsr46or" - }, - "yh5inqv4veuq4esgfih3yqgv7vdrfu7k": { - "name": "perl-uri", - "version": "1.72", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "aydt455hxaxfpy7f2oy6vfml43xigxpp6vyp5wwfvua53h3l6owq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-test-needs", - "hash": "enj3bgaqtti2a2pv3yq4glw4tgr5yth3", - "type": [ - "build" - ] - } - ], - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k" - }, - "enj3bgaqtti2a2pv3yq4glw4tgr5yth3": { - "name": "perl-test-needs", - "version": "0.002005", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vrgqui6gpvyr7i4irpylgtatpkuyosp5ujctfkeywdgvjp3w2hbq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "enj3bgaqtti2a2pv3yq4glw4tgr5yth3" - }, - "sd22m4zebwxpsa2fyhht4bzlabwnael5": { - "name": "perl-http-daemon", - "version": "6.01", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nhoni2crzeed5qspteahaliswfx5kzxiaxicztzz77ajunhvyemq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-date", - "hash": "npxx3lz7pkm6wynubn2xjcxzkjg275wo", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-lwp-mediatypes", - "hash": "nzx2bypvfgwqnhdjj4rin4ac4fun2gtw", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-module-build-tiny", - "hash": "6j3ccpwxzugczxfyokmtmq6v3rtzka4r", - "type": [ - "build" - ] - } - ], - "hash": "sd22m4zebwxpsa2fyhht4bzlabwnael5" - }, - "6j3ccpwxzugczxfyokmtmq6v3rtzka4r": { - "name": "perl-module-build-tiny", - "version": "0.039", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jesmbcm7ilgpjlnreg4efoe53e6iypa47mnwn32rkgjeqy3tnt5a====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-config", - "hash": "xbvvx7pfg6zy6mc4we5gdm4vae2tb6jv", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-helpers", - "hash": "t5fueujrhgtj7oisa7knikpirudicjj5", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-installpaths", - "hash": "qgow3x3wcp2ztwbjhbs2fxeexih6ujv6", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-module-build", - "hash": "httussmpqr47faai7mgn7fchqfn5ssk2", - "type": [ - "build" - ] - } - ], - "hash": "6j3ccpwxzugczxfyokmtmq6v3rtzka4r" - }, - "xbvvx7pfg6zy6mc4we5gdm4vae2tb6jv": { - "name": "perl-extutils-config", - "version": "0.008", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "yhzsoknakknd3wbbby3bhm4hndyudpmiqvl3tyyhhsniykxky55q====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "xbvvx7pfg6zy6mc4we5gdm4vae2tb6jv" - }, - "t5fueujrhgtj7oisa7knikpirudicjj5": { - "name": "perl-extutils-helpers", - "version": "0.026", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "axqydqzxlepmz6hvrsuligbsegtq54ajyccnujfd2qtira2kw72q====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "t5fueujrhgtj7oisa7knikpirudicjj5" - }, - "qgow3x3wcp2ztwbjhbs2fxeexih6ujv6": { - "name": "perl-extutils-installpaths", - "version": "0.012", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "65rpfwfara4ertnumxmjrgpis4sfe5gjldzobtphyr4ymiitleja====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-extutils-config", - "hash": "xbvvx7pfg6zy6mc4we5gdm4vae2tb6jv", - "type": [ - "build", - "run" - ] - } - ], - "hash": "qgow3x3wcp2ztwbjhbs2fxeexih6ujv6" - }, - "httussmpqr47faai7mgn7fchqfn5ssk2": { - "name": "perl-module-build", - "version": "0.4224", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7tyqjwceayond4tnqlhcvd36uf6jefxb25ojwsz4vmudvlncybpq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - } - ], - "hash": "httussmpqr47faai7mgn7fchqfn5ssk2" - }, - "6lw5r6ygpzorvokmvg27t3366o6gzj3k": { - "name": "perl-http-negotiate", - "version": "6.01", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "6mfb354d2lmo2g3zoewh4hnvyapkfqqfwiipv7532xqkvzn55dqq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-http-message", - "hash": "7czibn6udb2tkz6rt6atpwvy2uvrf5qr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "6lw5r6ygpzorvokmvg27t3366o6gzj3k" - }, - "zpc7de2irdrwykkcjhnwphek7v7kk7w7": { - "name": "perl-net-http", - "version": "6.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "g43kruw44ozystc7coyfiqburarvyyuw7vf4tobwmjp3n4toj5uq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - } - ], - "hash": "zpc7de2irdrwykkcjhnwphek7v7kk7w7" - }, - "2elbepsdsfiqlrhucu6scx7p7ozzm2cv": { - "name": "perl-www-robotrules", - "version": "6.02", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "perl", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "dmcu3fdbxfmftmxg5wejubxo2233aswjucxjuhv4gswb5nxfkcyq====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "run" - ] - }, - { - "name": "perl-uri", - "hash": "yh5inqv4veuq4esgfih3yqgv7vdrfu7k", - "type": [ - "build", - "run" - ] - } - ], - "hash": "2elbepsdsfiqlrhucu6scx7p7ozzm2cv" - }, - "ra2l5rlmo6g7kfo6l2a7j6fym7rnnv5a": { - "name": "libepoxy", - "version": "0.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "glx": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "pi6bf2ndhev3iq44lido6pvzqrwkk6lqrgpvqxv3jx3qbb72mhka====", - "hash": "ra2l5rlmo6g7kfo6l2a7j6fym7rnnv5a" - }, - "cipjceffmntipfrkozmus4bc7rynzxww": { - "name": "librsvg", - "version": "2.40.20", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "doc": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "wljdy7hwltzejdzqejirv354uhggfwo6kgsjbgr66nyezpd4spma====", - "hash": "cipjceffmntipfrkozmus4bc7rynzxww" - }, - "bjwonooenrn2ivwdvrbi5yx2gtogp64g": { - "name": "libxkbcommon", - "version": "1.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "wayland": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2epn5ki3womaacoxsl6unnlp5j4r4kx4s6mi227rsqvconpo2bca====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "libxcb", - "hash": "qerdodrseqmyszxusyj77fxmd6pnqxqo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build", - "link" - ] - }, - { - "name": "xkbdata", - "hash": "phtir2ltroem27nmzh2c5fsvfzr2vs3e", - "type": [ - "build", - "link" - ] - } - ], - "hash": "bjwonooenrn2ivwdvrbi5yx2gtogp64g" - }, - "phtir2ltroem27nmzh2c5fsvfzr2vs3e": { - "name": "xkbdata", - "version": "1.0.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5yn2zxhph3mckqddidibdhplcevp7dau4sljzw7quspumjd6laeq====", - "dependencies": [ - { - "name": "xkbcomp", - "hash": "eim5szpwvwlquk5ll6hze5wjrwzfplak", - "type": [ - "build" - ] - } - ], - "hash": "phtir2ltroem27nmzh2c5fsvfzr2vs3e" - }, - "eim5szpwvwlquk5ll6hze5wjrwzfplak": { - "name": "xkbcomp", - "version": "1.4.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4qznuvrssnfcew2ycf43r3ubrgsf3z6fghnv37pwlnqgixxhvl4a====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxkbfile", - "hash": "zpfmk45axpgzbooje4uitpyx4ln4vji3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "eim5szpwvwlquk5ll6hze5wjrwzfplak" - }, - "zpfmk45axpgzbooje4uitpyx4ln4vji3": { - "name": "libxkbfile", - "version": "1.0.9", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nxmltov5hlerefgf22xn2vbzeih7opqi6cwi3e5clzsrhh4swdkq====", - "dependencies": [ - { - "name": "kbproto", - "hash": "dpb4f4drlevus7rczj5aamk6lnodrv4o", - "type": [ - "build", - "link" - ] - }, - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "zpfmk45axpgzbooje4uitpyx4ln4vji3" - }, - "dpb4f4drlevus7rczj5aamk6lnodrv4o": { - "name": "kbproto", - "version": "1.0.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vpdo6klq4gtxwnvl2v3cmo76s6sydzpeyw6shshtx6eys54yaaia====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "dpb4f4drlevus7rczj5aamk6lnodrv4o" - }, - "tohg4b4lnhru52sjzfitjgpolkzexd7i": { - "name": "pango", - "version": "1.50.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "X": true, - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kgzhk2fnzpmc4xxrycesduygqn6yevxtcyjdetn55w5nauosw3ga====", - "dependencies": [ - { - "name": "cairo", - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd", - "type": [ - "build", - "link" - ] - }, - { - "name": "fontconfig", - "hash": "qrvqsnxuo5p6wqtxquga5hq2ctx7yhhe", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "fribidi", - "hash": "ne6mau6x5cq4xhzmcco2l2dnx5ogf3tt", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "harfbuzz", - "hash": "abxeszt72c6p5erf4uyksvx5aioiur6b", - "type": [ - "build", - "link" - ] - }, - { - "name": "json-glib", - "hash": "waqje6pcjsy5hv4nq5h7oydjmj2se4da", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "uhhkqgeh3qnyorq4g2rlmdou3mira7jo", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxft", - "hash": "hxa5lum3i47g7q2wm3shw2n2roawnzex", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "tohg4b4lnhru52sjzfitjgpolkzexd7i" - }, - "abxeszt72c6p5erf4uyksvx5aioiur6b": { - "name": "harfbuzz", - "version": "5.1.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "graphite2": false, - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "aeg36t63hvbtgr77d4kohgxmkqk6symutnysocqvrk54xvx3dtja====", - "dependencies": [ - { - "name": "cairo", - "hash": "4pbbmdc7vug5nqwhufxx6by6bpsgn5yd", - "type": [ - "build", - "link" - ] - }, - { - "name": "freetype", - "hash": "mw47utamo3t2mrfqdxkopy4r5p7e3hy5", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "icu4c", - "hash": "ygi2otwrti5on3kb72ijtp4wo4sbmnhe", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "abxeszt72c6p5erf4uyksvx5aioiur6b" - }, - "ygi2otwrti5on3kb72ijtp4wo4sbmnhe": { - "name": "icu4c", - "version": "60.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxxstd": "11", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2kalegpxjj7hbcrrweqfhdqgiivu5ogvh2drbbp5wp7yqnpqt7bq====", - "hash": "ygi2otwrti5on3kb72ijtp4wo4sbmnhe" - }, - "waqje6pcjsy5hv4nq5h7oydjmj2se4da": { - "name": "json-glib", - "version": "1.6.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "meson", - "buildtype": "debugoptimized", - "default_library": [ - "shared" - ], - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "e5ntoaqlanms3uitvntjhpv7goiym75egl4pezqphc5uee4kcbpq====", - "dependencies": [ - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gobject-introspection", - "hash": "dagpvvb3no44mxf7uyjimolbrpkyac4b", - "type": [ - "build", - "link" - ] - }, - { - "name": "meson", - "hash": "m6nctqvy2jhjfpc7pmgneews56rsrpcw", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "kruwm3deqlj7jhzfjlpbmbup3z26byv5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "waqje6pcjsy5hv4nq5h7oydjmj2se4da" - }, - "hxa5lum3i47g7q2wm3shw2n2roawnzex": { - "name": "libxft", - "version": "2.3.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "c3iborz4pzgcvwuu3niqv75ite7igxmo5jcmh242nbhflzkz3haa====", - "hash": "hxa5lum3i47g7q2wm3shw2n2roawnzex" - }, - "bpsqfphejkg2tp3bmmtuadhcrrvlzvmv": { - "name": "xrandr", - "version": "1.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7k5b2diluuwslghaqxp5ma5j3642j7zbnhydwrwzdtzi65tned2q====", - "dependencies": [ - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrandr", - "hash": "sztkaqiyscpogyetiqe4z6mmqzkol3hx", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrender", - "hash": "cr2n52cgutnfedaeommujjqduc7ubwka", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "randrproto", - "hash": "4rdggkvyjgsfdhtsnbbf2o53xh2pshdf", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xproto", - "hash": "rpaylohbkqcpgcyf2i7mwpmvpp4xhtdz", - "type": [ - "build", - "link" - ] - } - ], - "hash": "bpsqfphejkg2tp3bmmtuadhcrrvlzvmv" - }, - "sztkaqiyscpogyetiqe4z6mmqzkol3hx": { - "name": "libxrandr", - "version": "1.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uoopbrygzmavv3wl64mdehxaqavevtlqfnoel432wnlqe5ik5kca====", - "dependencies": [ - { - "name": "libx11", - "hash": "3cdzfciavcbtdg5ypjxc43g2jrwyrvri", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxext", - "hash": "swzvjdp24aexcxxr5ufrr4rapqlcrah6", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxrender", - "hash": "cr2n52cgutnfedaeommujjqduc7ubwka", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "randrproto", - "hash": "4rdggkvyjgsfdhtsnbbf2o53xh2pshdf", - "type": [ - "build", - "link" - ] - }, - { - "name": "renderproto", - "hash": "sn5riiu7gri42b4coocng6tcw2edhvkw", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - }, - { - "name": "xextproto", - "hash": "jo37d3oakakch2tu6n4h5fiyogkd6vhc", - "type": [ - "build", - "link" - ] - } - ], - "hash": "sztkaqiyscpogyetiqe4z6mmqzkol3hx" - }, - "4rdggkvyjgsfdhtsnbbf2o53xh2pshdf": { - "name": "randrproto", - "version": "1.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vuemqtj4n7gc5y3x627if3zu76mahdb463djahg2o3bjrv2xen6a====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "767lbjgapap4d74xaj4xo2wcjpcioqlv", - "type": [ - "build" - ] - } - ], - "hash": "4rdggkvyjgsfdhtsnbbf2o53xh2pshdf" - }, - "vo3vxyjwiupejnrfet47eidbnx2ta3ri": { - "name": "http-parser", - "version": "2.9.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uq3sgbo7sl4m6swdycijyopkgdjuywxpisnp2xo2xlt43nltygoa====", - "hash": "vo3vxyjwiupejnrfet47eidbnx2ta3ri" - }, - "qe76tna3regkejnxzco74awakdmmbfw7": { - "name": "json-c", - "version": "0.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "no5lzmk3mfxiq7mdjvkii33zm4yk54magfpruvmcimhi63bmqzlq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - } - ], - "hash": "qe76tna3regkejnxzco74awakdmmbfw7" - }, - "zs6oy5aqk4a7awebauaukwyt7avrqdl3": { - "name": "libjwt", - "version": "1.13.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vpwrhlq7rublgiym2vjim3abtd22tqwy4vr4z2jgw5aggcggdmbq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "jansson", - "hash": "fiuacmvoflek7bevohbcd6a44jcmcpij", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "run" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "zs6oy5aqk4a7awebauaukwyt7avrqdl3" - }, - "fiuacmvoflek7bevohbcd6a44jcmcpij": { - "name": "jansson", - "version": "2.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "w5ctelile4v7afirpood3ma5bnxfyepca4u5h5xmpfdpuc7vibia====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - } - ], - "hash": "fiuacmvoflek7bevohbcd6a44jcmcpij" - }, - "knvpagr72ocewakdyobqd54btpkefmdp": { - "name": "libyaml", - "version": "0.2.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "g7bnnjbbeunsomfugjulylalc7iascu3ap6uctagn2pal5jgjxva====", - "hash": "knvpagr72ocewakdyobqd54btpkefmdp" - }, - "uqb3rdfiguz4fcummhl47cbtziz4jhq7": { - "name": "lz4", - "version": "1.9.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "q3w4yyhzr4gca3v73pyviouaacrai6popu2v2tqpkp6ijkskcrya====", - "hash": "uqb3rdfiguz4fcummhl47cbtziz4jhq7" - }, - "kxlgx2m5bb4z5lmgvdho7t3exzwoezw2": { - "name": "mariadb", - "version": "10.8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "nonblocking": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "a5dizrkrab6udrwbgt7prrfddbnigty5otmx6mmnww3epeil6ira====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "boost", - "hash": "5nz3725duuwr6txoekxd7oxkdviuqzbt", - "type": [ - "build", - "link" - ] - }, - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "jemalloc", - "hash": "bcunquwqk4q773oibbzlqddwbxnam5aa", - "type": [ - "build", - "link" - ] - }, - { - "name": "krb5", - "hash": "kdbkmmznaqlt5ivhzdkbsnsgek4a7yvx", - "type": [ - "build", - "link" - ] - }, - { - "name": "libaio", - "hash": "vjx3pnhp53vfcyfr4ookfgkvo6y7pgs5", - "type": [ - "build", - "link" - ] - }, - { - "name": "libedit", - "hash": "ajox6g7firx5awh4hp5qlspclcpszbrf", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libzmq", - "hash": "xkibpjarkebercs476ukkoynhe65djjw", - "type": [ - "build", - "link" - ] - }, - { - "name": "lz4", - "hash": "uqb3rdfiguz4fcummhl47cbtziz4jhq7", - "type": [ - "build", - "link" - ] - }, - { - "name": "msgpack-c", - "hash": "yfaimbzmmspsv6u2oxfdr6l7qlbmics7", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "kxlgx2m5bb4z5lmgvdho7t3exzwoezw2" - }, - "5nz3725duuwr6txoekxd7oxkdviuqzbt": { - "name": "boost", - "version": "1.81.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "atomic": true, - "build_system": "generic", - "chrono": true, - "clanglibcpp": false, - "container": false, - "context": false, - "contract": false, - "coroutine": false, - "cxxstd": "98", - "date_time": true, - "debug": false, - "exception": true, - "fiber": false, - "filesystem": true, - "graph": true, - "graph_parallel": false, - "icu": false, - "iostreams": true, - "json": false, - "locale": true, - "log": true, - "math": true, - "mpi": false, - "multithreaded": true, - "nowide": false, - "numpy": false, - "patches": [ - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8" - ], - "pic": false, - "program_options": true, - "python": false, - "random": true, - "regex": true, - "serialization": true, - "shared": true, - "signals": true, - "singlethreaded": false, - "stacktrace": false, - "system": true, - "taggedlayout": false, - "test": true, - "thread": true, - "timer": true, - "type_erasure": false, - "versionedlayout": false, - "visibility": "hidden", - "wave": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8" - ], - "package_hash": "363pmtb2dzrzzf5oqejd42ruqnf4c7ohcira5tmcpksp4ajowyaa====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "mqr56apmxnnq7emyztxzan5xbyjugm6p", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - }, - { - "name": "zstd", - "hash": "4gort52motag5hjo47lmt6pvtf5sdocs", - "type": [ - "build", - "link" - ] - } - ], - "hash": "5nz3725duuwr6txoekxd7oxkdviuqzbt" - }, - "4gort52motag5hjo47lmt6pvtf5sdocs": { - "name": "zstd", - "version": "1.5.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "libs": [ - "shared", - "static" - ], - "programs": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "izsym4u42o32iv3wnjppgh72xowljesxowqcbjnnqbznaqplb22q====", - "hash": "4gort52motag5hjo47lmt6pvtf5sdocs" - }, - "bcunquwqk4q773oibbzlqddwbxnam5aa": { - "name": "jemalloc", - "version": "5.2.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "debug": false, - "documentation": false, - "fill": true, - "jemalloc_prefix": "none", - "libs": [ - "shared", - "static" - ], - "prof": false, - "stats": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "63g6tvk4oqcl7msbqafcl4rqnqeve5etkfvg5j4ovb2jopanmsnq====", - "hash": "bcunquwqk4q773oibbzlqddwbxnam5aa" - }, - "kdbkmmznaqlt5ivhzdkbsnsgek4a7yvx": { - "name": "krb5", - "version": "1.20.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "r6ydpr3hyfrwadxlhvewyi66nyoc77evaise54n47su5t7xrzfka====", - "dependencies": [ - { - "name": "bison", - "hash": "kg5yzdxvrjf5tbcxknenrrkoxpb7gf5h", - "type": [ - "build" - ] - }, - { - "name": "diffutils", - "hash": "7j3advawuh4thdop23xsgrjnemdz5fq6", - "type": [ - "build" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - } - ], - "hash": "kdbkmmznaqlt5ivhzdkbsnsgek4a7yvx" - }, - "vjx3pnhp53vfcyfr4ookfgkvo6y7pgs5": { - "name": "libaio", - "version": "0.3.110", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ck22yezihxbhn3hipemnpm2ys2xa4cgbseo5d6f2ccm2iix4px6a====", - "hash": "vjx3pnhp53vfcyfr4ookfgkvo6y7pgs5" - }, - "ajox6g7firx5awh4hp5qlspclcpszbrf": { - "name": "libedit", - "version": "3.1-20210216", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ninqmmvykou34qav4dotjyhs5xmqulqxvmhebpbr5nv3y6slsxva====", - "dependencies": [ - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "ajox6g7firx5awh4hp5qlspclcpszbrf" - }, - "xkibpjarkebercs476ukkoynhe65djjw": { - "name": "libzmq", - "version": "4.3.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "drafts": false, - "libbsd": true, - "libsodium": true, - "libunwind": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "n4hfiswzztbozftbrhwvlv2kfbp7cf2bnqnxywh32z3ddvd7w6aq====", - "dependencies": [ - { - "name": "libbsd", - "hash": "3c4qztq7xbqo7qb5oyptz2ecmwmthgnl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libsodium", - "hash": "elntxs3g2tcbkcr24cczn2whlin4ps3q", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "xkibpjarkebercs476ukkoynhe65djjw" - }, - "elntxs3g2tcbkcr24cczn2whlin4ps3q": { - "name": "libsodium", - "version": "1.0.18", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zmqtsx2z5aanmyc45l4ja2cuj5bgmfvoph6bnweeijhlfjn4gvba====", - "hash": "elntxs3g2tcbkcr24cczn2whlin4ps3q" - }, - "yfaimbzmmspsv6u2oxfdr6l7qlbmics7": { - "name": "msgpack-c", - "version": "3.1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "vrqhc7m65w5sgjjicnwvqi63dh52uqdq3o7njofgaxc6h4nwuhiq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - } - ], - "hash": "yfaimbzmmspsv6u2oxfdr6l7qlbmics7" - }, - "ynv7nrhzy2ojyfjwp4ttwf46i6r7jnnj": { - "name": "munge", - "version": "0.5.15", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "localstatedir": "PREFIX/var", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "citoj52x6hitp6wb5cydoifme256ilndkf5za7anc42l7x4xgjqa====", - "dependencies": [ - { - "name": "bzip2", - "hash": "5m36kphgc5mnyzm4oydjoe67yo3pmzbk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libgcrypt", - "hash": "w3dca655l4kwus6to5pprjwwr5bsdfki", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ynv7nrhzy2ojyfjwp4ttwf46i6r7jnnj" - }, - "z2wt6tvgqmjy35vnxzeyhj66urabmn2i": { - "name": "gromacs", - "version": "2022.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2022.2.1" - }, - "namespace": "builtin", - "parameters": { - "blas": false, - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cp2k": false, - "cuda": false, - "cycle_subcounters": false, - "double": false, - "hwloc": true, - "ipo": false, - "lapack": false, - "mdrun_only": false, - "mpi": true, - "nosuffix": false, - "opencl": false, - "openmp": true, - "plumed": false, - "relaxed_double_precision": false, - "shared": true, - "sycl": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "khszssuxrenbit6lcke7svssbk75rdnlcgn3kqmjxm33ppxkgzoq====", - "dependencies": [ - { - "name": "cmake", - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "aqkxi5umtrxylmtg7evrhmvbqsv6jfke", - "type": [ - "build", - "link" - ] - }, - { - "name": "intel-oneapi-mkl", - "hash": "akwkiitievws4zdht7jtje4a3zguha24", - "type": [ - "build", - "link" - ] - }, - { - "name": "intel-oneapi-mpi", - "hash": "rke3baagplwhrqfg5eq27uq47zqaphaq", - "type": [ - "build", - "link" - ] - } - ], - "hash": "z2wt6tvgqmjy35vnxzeyhj66urabmn2i" - }, - "yjzcfogkzuasyjck23cc3w4doywjjpjn": { - "name": "cmake", - "version": "3.25.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ysf62cck7ys4vib7w24wd5fml52wsgyptvpjjmqdheeiwc65y5xq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "iaqocrd5fq4jqy7udfxdcksabjh3yk3d", - "type": [ - "build", - "link" - ] - } - ], - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn" - }, - "iaqocrd5fq4jqy7udfxdcksabjh3yk3d": { - "name": "openssl", - "version": "1.0.2k-fips", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "certs": "mozilla", - "docs": false, - "shared": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "ylxur7rhye42agrdylbridc2tsjhhavk67ywdjhcew75ukazgpra====", - "hash": "iaqocrd5fq4jqy7udfxdcksabjh3yk3d" - }, - "aqkxi5umtrxylmtg7evrhmvbqsv6jfke": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": false, - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": false, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "aqkxi5umtrxylmtg7evrhmvbqsv6jfke" - }, - "akwkiitievws4zdht7jtje4a3zguha24": { - "name": "intel-oneapi-mkl", - "version": "2023.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2022.2.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cluster": false, - "envmods": true, - "ilp64": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "qh5x3fcstemtuge2uau7frekblisa2s3ctgwyboqj4t4mdmmlicq====", - "dependencies": [ - { - "name": "intel-oneapi-tbb", - "hash": "dvbjhzwkovnlanj6ceox2y4qbgnucoym", - "type": [ - "build", - "link" - ] - } - ], - "hash": "akwkiitievws4zdht7jtje4a3zguha24" - }, - "dvbjhzwkovnlanj6ceox2y4qbgnucoym": { - "name": "intel-oneapi-tbb", - "version": "2021.8.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2022.2.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "envmods": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4do6rjxwb63zf6v4bjhgg4l22xuj34i7tyo57tt5wfne2wthqncq====", - "hash": "dvbjhzwkovnlanj6ceox2y4qbgnucoym" - }, - "rke3baagplwhrqfg5eq27uq47zqaphaq": { - "name": "intel-oneapi-mpi", - "version": "2021.8.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2022.2.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "envmods": true, - "external-libfabric": false, - "generic-names": false, - "ilp64": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "m2546tj57uskn2vj6qkm6ech7scpoiemvhctnk3muatbplbs5yda====", - "hash": "rke3baagplwhrqfg5eq27uq47zqaphaq" - }, - "ycupbgjxpy73rhitbvtpqfmvr5llkori": { - "name": "h5hut", - "version": "2.0.0rc3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "fortran": true, - "mpi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4yphzz2an75nrclnf24kcjbaj2crgfjifl2pnezlcvxhhfnn5toa====", - "dependencies": [ - { - "name": "hdf5", - "hash": "4t22sh7kwjg26iyilotjlvvheptcdv5v", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ycupbgjxpy73rhitbvtpqfmvr5llkori" - }, - "4t22sh7kwjg26iyilotjlvvheptcdv5v": { - "name": "hdf5", - "version": "1.8.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "api": "default", - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cxx": false, - "fortran": false, - "hl": false, - "ipo": false, - "mpi": true, - "patches": [ - "0e20187cda3980a4fdff410da92358b63de7ebef2df1d7a425371af78e50f666", - "b61e2f058964ad85be6ee5ecea10080bf79e73f83ff88d1fa4b602d00209da9c" - ], - "shared": true, - "szip": false, - "threadsafe": false, - "tools": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b61e2f058964ad85be6ee5ecea10080bf79e73f83ff88d1fa4b602d00209da9c", - "0e20187cda3980a4fdff410da92358b63de7ebef2df1d7a425371af78e50f666" - ], - "package_hash": "ehbhdyi6obdh4myqjlulsr5heublhgmj7m5xapprjh3dcimayt4a====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "run" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "4t22sh7kwjg26iyilotjlvvheptcdv5v" - }, - "wkqojlsy6g4udjs6bk7fdghcfwfbestr": { - "name": "lammps", - "version": "20220623.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "adios": false, - "asphere": false, - "atc": false, - "awpmd": false, - "bocs": false, - "body": false, - "bpm": false, - "brownian": false, - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cg-dna": false, - "cg-sdk": false, - "class2": false, - "colloid": false, - "colvars": false, - "compress": false, - "coreshell": false, - "cuda": false, - "cuda_mps": false, - "dielectric": false, - "diffraction": false, - "dipole": false, - "dpd-basic": false, - "dpd-meso": false, - "dpd-react": false, - "dpd-smooth": false, - "drude": false, - "eff": false, - "electrode": false, - "exceptions": false, - "extra-compute": false, - "extra-dump": false, - "extra-fix": false, - "extra-molecule": false, - "extra-pair": false, - "fep": false, - "ffmpeg": false, - "fftw_precision": "double", - "gpu_precision": "mixed", - "granular": false, - "h5md": false, - "intel": false, - "interlayer": false, - "ipo": false, - "jpeg": false, - "kim": false, - "kokkos": false, - "kspace": true, - "lammps_sizes": "smallbig", - "latboltz": false, - "latte": false, - "lib": true, - "machdyn": false, - "manifold": false, - "manybody": true, - "mc": false, - "meam": false, - "mesont": false, - "mgpt": false, - "misc": false, - "ml-hdnnp": false, - "ml-iap": false, - "ml-rann": false, - "ml-snap": false, - "mofff": false, - "molecule": true, - "molfile": false, - "mpi": true, - "mpiio": false, - "netcdf": false, - "opencl": false, - "openmp": true, - "openmp-package": false, - "opt": false, - "orient": false, - "peri": false, - "phonon": false, - "plugin": false, - "plumed": false, - "png": false, - "poems": false, - "ptm": false, - "python": false, - "qeq": false, - "qtb": false, - "reaction": false, - "reaxff": false, - "replica": false, - "rigid": true, - "rocm": false, - "shock": false, - "smtbq": false, - "sph": false, - "spin": false, - "srd": false, - "tally": false, - "uef": false, - "voronoi": false, - "vtk": false, - "yaff": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rzvb63hd3bxy44wgsufjmmmqputuxhxbjvj4op4rlp6gx4vpgxuq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "fftw", - "hash": "4hry7pslgmjln5tyqpqtuzpeg6frw4ga", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "wkqojlsy6g4udjs6bk7fdghcfwfbestr" - }, - "ksczthyagdq5qoxrk6lj63joirpiskea": { - "name": "quantum-espresso", - "version": "7.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cuda": true, - "elpa": false, - "epw": true, - "hdf5": "parallel", - "ipo": false, - "libxc": false, - "mpi": true, - "mpigpu": false, - "nvtx": false, - "openmp": true, - "patch": true, - "qmcpack": false, - "scalapack": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ou4n6jnddnnodx3o4iewb3pedu2c6xsnetemxjchv4aw3bfpmq4q====", - "dependencies": [ - { - "name": "cmake", - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn", - "type": [ - "build" - ] - }, - { - "name": "fftw", - "hash": "mpqz5vpfpa2hewmggpl3czt7pajkgd5l", - "type": [ - "build", - "link" - ] - }, - { - "name": "git", - "hash": "xcaxiwf6tap4txah34wnqj23igtcg6uu", - "type": [ - "build" - ] - }, - { - "name": "hdf5", - "hash": "zisskh2mn4ep2foijfvxqxngi7zzbn3v", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "netlib-scalapack", - "hash": "flcn4kbunbtlhsf6tcaxcic3bpzbekhb", - "type": [ - "build", - "link" - ] - }, - { - "name": "openblas", - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ksczthyagdq5qoxrk6lj63joirpiskea" - }, - "mpqz5vpfpa2hewmggpl3czt7pajkgd5l": { - "name": "fftw", - "version": "3.3.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": true, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b5bkvwfcfqyx7ankdqcm4v7cqwyxavvafi2js6ztj7myfnsf2qzq====", - "dependencies": [ - { - "name": "openmpi", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47", - "type": [ - "build", - "link" - ] - } - ], - "hash": "mpqz5vpfpa2hewmggpl3czt7pajkgd5l" - }, - "3ub63uaynmzzpg3hhh6a46hseaocto47": { - "name": "openmpi", - "version": "4.0.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": false, - "cxx": false, - "cxx_exceptions": false, - "fabrics": [ - "none" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": false, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "patches": [ - "60ce20bc14d98c572ef7883b9fcd254c3f232c2f3a13377480f96466169ac4c8" - ], - "romio": true, - "rsh": true, - "schedulers": [ - "none" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/comm_libs/openmpi4/openmpi-4.0.5", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "60ce20bc14d98c572ef7883b9fcd254c3f232c2f3a13377480f96466169ac4c8" - ], - "package_hash": "rjgpz73zyrjor6ijreiktvglatnvagh224vo2sazo6xidoxdn65q====", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47" - }, - "xcaxiwf6tap4txah34wnqj23igtcg6uu": { - "name": "git", - "version": "2.39.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "man": true, - "nls": true, - "perl": true, - "subtree": true, - "svn": false, - "tcltk": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "acwodtv3ycwba7sespq4u5zyz3rddr6yduruptfwgzg66c3dgjza====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libidn2", - "hash": "svnjd2b27qddu3mqj6xex5xuckdpsjif", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "openssh", - "hash": "hdijamvi3fzdcvsdpwnimovfesvontun", - "type": [ - "run" - ] - }, - { - "name": "openssl", - "hash": "iaqocrd5fq4jqy7udfxdcksabjh3yk3d", - "type": [ - "build", - "link" - ] - }, - { - "name": "pcre2", - "hash": "lfyppegdeclmfdwkulei7l5dj7pxkufc", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "xcaxiwf6tap4txah34wnqj23igtcg6uu" - }, - "svnjd2b27qddu3mqj6xex5xuckdpsjif": { - "name": "libidn2", - "version": "2.3.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "taptc6r6zwx3ew6gy3vbcjbq45woaacvb3e2xjcjwx2aitsfblvq====", - "dependencies": [ - { - "name": "libunistring", - "hash": "57cmvmcikosuck5ify3tfpltzfeg2w2n", - "type": [ - "build", - "link" - ] - } - ], - "hash": "svnjd2b27qddu3mqj6xex5xuckdpsjif" - }, - "57cmvmcikosuck5ify3tfpltzfeg2w2n": { - "name": "libunistring", - "version": "1.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3ycqcttfv4mxwswzolan7gbmchfsyczee2nkuofbrewl65kgzg5q====", - "dependencies": [ - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - } - ], - "hash": "57cmvmcikosuck5ify3tfpltzfeg2w2n" - }, - "lfyppegdeclmfdwkulei7l5dj7pxkufc": { - "name": "pcre2", - "version": "8.32", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "jit": false, - "multibyte": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "o2zbkrwr5isozyc3wrobiden32fesjxhtbre7c3fcepu2mgereea====", - "hash": "lfyppegdeclmfdwkulei7l5dj7pxkufc" - }, - "zisskh2mn4ep2foijfvxqxngi7zzbn3v": { - "name": "hdf5", - "version": "1.14.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "api": "default", - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cxx": false, - "fortran": true, - "hl": true, - "ipo": false, - "java": false, - "mpi": true, - "patches": [ - "0b5dd6f233bc23532ccc79034a136605ec8c6a695f9d82fbcc3caf0c1c8c3119" - ], - "shared": true, - "szip": false, - "threadsafe": false, - "tools": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0b5dd6f233bc23532ccc79034a136605ec8c6a695f9d82fbcc3caf0c1c8c3119" - ], - "package_hash": "sjyyjzbg35cpprpamvkh66mjrzolpaw3oznhfxjhfpfl22rg5ufq====", - "dependencies": [ - { - "name": "cmake", - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn", - "type": [ - "build" - ] - }, - { - "name": "openmpi", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "run" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "zisskh2mn4ep2foijfvxqxngi7zzbn3v" - }, - "flcn4kbunbtlhsf6tcaxcic3bpzbekhb": { - "name": "netlib-scalapack", - "version": "2.2.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "Release", - "ipo": false, - "patches": [ - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "package_hash": "klnhadkgudl5m6cjfytruhmoyxkk3qkvkzirkpvl5b7kqlfvqqfq====", - "dependencies": [ - { - "name": "cmake", - "hash": "yjzcfogkzuasyjck23cc3w4doywjjpjn", - "type": [ - "build" - ] - }, - { - "name": "openblas", - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "3ub63uaynmzzpg3hhh6a46hseaocto47", - "type": [ - "build", - "link" - ] - } - ], - "hash": "flcn4kbunbtlhsf6tcaxcic3bpzbekhb" - }, - "szsuchlejmdxuihnhnwnropjeqdedj6r": { - "name": "openblas", - "version": "0.3.21", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "bignuma": false, - "build_system": "makefile", - "consistent_fpcsr": false, - "fortran": true, - "ilp64": false, - "locking": true, - "patches": [ - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd" - ], - "pic": true, - "shared": true, - "symbol_suffix": "none", - "threads": "openmp", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417" - ], - "package_hash": "e5eb3gexvataymk3xz6z25fphixw5qprgx6zmcacynszwvyyhxha====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - } - ], - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r" - }, - "jg3ufm7whsxlwq4yelxddty5ycjn7jqz": { - "name": "quantum-espresso", - "version": "7.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "elpa": false, - "epw": true, - "hdf5": "parallel", - "ipo": false, - "libxc": false, - "mpi": true, - "nvtx": false, - "openmp": true, - "patch": true, - "qmcpack": false, - "scalapack": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ou4n6jnddnnodx3o4iewb3pedu2c6xsnetemxjchv4aw3bfpmq4q====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "fftw", - "hash": "bmdny7jvgmeyx67oanuh4cnlxx6m4qun", - "type": [ - "build", - "link" - ] - }, - { - "name": "git", - "hash": "7geqymp3othyokylnurkxa6ken63hqwr", - "type": [ - "build" - ] - }, - { - "name": "hdf5", - "hash": "5x4jsj3roqxxaojgs2xgad7s3v5iqkrd", - "type": [ - "build", - "link" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "netlib-scalapack", - "hash": "svmputqbdhip3aps5zqkpuzqntbcgifh", - "type": [ - "build", - "link" - ] - }, - { - "name": "openblas", - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "biehsz2lyahkrkvfwn4skhtolvjhwqtw", - "type": [ - "build", - "link" - ] - } - ], - "hash": "jg3ufm7whsxlwq4yelxddty5ycjn7jqz" - }, - "bmdny7jvgmeyx67oanuh4cnlxx6m4qun": { - "name": "fftw", - "version": "3.3.10", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": true, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b5bkvwfcfqyx7ankdqcm4v7cqwyxavvafi2js6ztj7myfnsf2qzq====", - "dependencies": [ - { - "name": "openmpi", - "hash": "biehsz2lyahkrkvfwn4skhtolvjhwqtw", - "type": [ - "build", - "link" - ] - } - ], - "hash": "bmdny7jvgmeyx67oanuh4cnlxx6m4qun" - }, - "biehsz2lyahkrkvfwn4skhtolvjhwqtw": { - "name": "openmpi", - "version": "4.1.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": true, - "cuda_arch": [ - "none" - ], - "cxx": true, - "cxx_exceptions": true, - "fabrics": [ - "auto" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": true, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "pmi": true, - "romio": true, - "rsh": true, - "schedulers": [ - "slurm" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y2xkr6rqy276zebbvszvek3kwnopvjbfdpnvqv7vku2bienc7bfq====", - "dependencies": [ - { - "name": "cuda", - "hash": "bxmnzwtvkssdrhdzjjv4oak6wlsxn62h", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "tfsw3sgrstksb272n5oxj4pgxmmghrso", - "type": [ - "build", - "link" - ] - }, - { - "name": "numactl", - "hash": "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssh", - "hash": "a75polgto5ll6mjybyzqqnkw5nrf4n6a", - "type": [ - "run" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "bf7nwv5r2gq6xx7dv7si6y73iu3eryea", - "type": [ - "build", - "link" - ] - }, - { - "name": "slurm", - "hash": "7tybgolunlm6ciyinzjlenpbgolq5fhv", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "biehsz2lyahkrkvfwn4skhtolvjhwqtw" - }, - "bxmnzwtvkssdrhdzjjv4oak6wlsxn62h": { - "name": "cuda", - "version": "12.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "23.1" - }, - "namespace": "builtin", - "parameters": { - "allow-unsupported-compilers": false, - "build_system": "generic", - "dev": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/cuda/", - "module": null, - "extra_attributes": {} - }, - "package_hash": "rbruadjmp34fifjfr6ufarjok3x5jsn6otw32733udk6b2uhupwq====", - "hash": "bxmnzwtvkssdrhdzjjv4oak6wlsxn62h" - }, - "tfsw3sgrstksb272n5oxj4pgxmmghrso": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": true, - "cuda_arch": [ - "none" - ], - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "cuda", - "hash": "bxmnzwtvkssdrhdzjjv4oak6wlsxn62h", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpciaccess", - "hash": "fsqbhuu7m27c5kndmxsp4audy5t4uy5f", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "dt4dm2jnfe4ujxvuqb6qptsdrklm6hk3", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "zbzbycp6zuxnljmmiryncxz6ca5ak25v", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - } - ], - "hash": "tfsw3sgrstksb272n5oxj4pgxmmghrso" - }, - "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy": { - "name": "numactl", - "version": "2.0.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "package_hash": "yfrelh4vcagcl7wantudtwpccnburhkpgqyvhgmxrzeo3wdmck4q====", - "hash": "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy" - }, - "a75polgto5ll6mjybyzqqnkw5nrf4n6a": { - "name": "openssh", - "version": "7.4p1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "axluqupsxb76u33tiqvm6m7s3ccft3e5ipb44awxyfntdzcwwcta====", - "hash": "a75polgto5ll6mjybyzqqnkw5nrf4n6a" - }, - "bf7nwv5r2gq6xx7dv7si6y73iu3eryea": { - "name": "pmix", - "version": "4.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "pmi_backwards_compatibility": true, - "python": false, - "restful": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pgxqyih2hk2jlac2feyhdsxssydwmxouyaq7wjtvttp5lfi2rmjq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "tfsw3sgrstksb272n5oxj4pgxmmghrso", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "tm3yxh77ezzzhjatu3ny6qdycy6nnpzx", - "type": [ - "build", - "link" - ] - } - ], - "hash": "bf7nwv5r2gq6xx7dv7si6y73iu3eryea" - }, - "7tybgolunlm6ciyinzjlenpbgolq5fhv": { - "name": "slurm", - "version": "22-05-7-1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gtk": true, - "hdf5": false, - "hwloc": true, - "mariadb": true, - "pmix": true, - "readline": true, - "restd": true, - "sysconfdir": "PREFIX/etc", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tbpoqwgysl7uczsbog553yxiovwe3wkvan5jvrg2jn7grd2rh5qa====", - "dependencies": [ - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "glib", - "hash": "y7obu5is2inrbmizijh7hiuqbexcr3lf", - "type": [ - "build", - "link" - ] - }, - { - "name": "gtkplus", - "hash": "t5v2yy5zj2wesbrvgt6wapudyasiiwev", - "type": [ - "build", - "link" - ] - }, - { - "name": "http-parser", - "hash": "vo3vxyjwiupejnrfet47eidbnx2ta3ri", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "tfsw3sgrstksb272n5oxj4pgxmmghrso", - "type": [ - "build", - "link" - ] - }, - { - "name": "json-c", - "hash": "qe76tna3regkejnxzco74awakdmmbfw7", - "type": [ - "build", - "link" - ] - }, - { - "name": "libjwt", - "hash": "zs6oy5aqk4a7awebauaukwyt7avrqdl3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libyaml", - "hash": "knvpagr72ocewakdyobqd54btpkefmdp", - "type": [ - "build", - "link" - ] - }, - { - "name": "lz4", - "hash": "uqb3rdfiguz4fcummhl47cbtziz4jhq7", - "type": [ - "build", - "link" - ] - }, - { - "name": "mariadb", - "hash": "kxlgx2m5bb4z5lmgvdho7t3exzwoezw2", - "type": [ - "build", - "link" - ] - }, - { - "name": "munge", - "hash": "ynv7nrhzy2ojyfjwp4ttwf46i6r7jnnj", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "bf7nwv5r2gq6xx7dv7si6y73iu3eryea", - "type": [ - "build", - "link" - ] - }, - { - "name": "readline", - "hash": "srqzo3q472rptx7tdmmo4433sexrhpqd", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "7tybgolunlm6ciyinzjlenpbgolq5fhv" - }, - "7geqymp3othyokylnurkxa6ken63hqwr": { - "name": "git", - "version": "2.39.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "man": true, - "nls": true, - "perl": true, - "subtree": true, - "svn": false, - "tcltk": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "acwodtv3ycwba7sespq4u5zyz3rddr6yduruptfwgzg66c3dgjza====", - "dependencies": [ - { - "name": "autoconf", - "hash": "7k4xe7v26oz2jvguckiqlpr4tz35pwa2", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "kslsepikmwhan2vkixpu3n5mfsl67o6z", - "type": [ - "build" - ] - }, - { - "name": "curl", - "hash": "lcvjjuzqzzninqswx4sw72jakns3keaw", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "q4ffi3qssscyhsu2iihxg5olamibxnuh", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "tjfytnzsbykn7z44xfgsgpjqsuevvrqr", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "iasig3kzhf23afg4cu5y46fuoxj7x4sl", - "type": [ - "build", - "link" - ] - }, - { - "name": "libidn2", - "hash": "svnjd2b27qddu3mqj6xex5xuckdpsjif", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "bhnodg5e6uiau6ygtfb7akdt27iyfjs5", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "cdobfhptifgg3n3mxyrejzcljtpblgri", - "type": [ - "build" - ] - }, - { - "name": "openssh", - "hash": "a75polgto5ll6mjybyzqqnkw5nrf4n6a", - "type": [ - "run" - ] - }, - { - "name": "openssl", - "hash": "n43hvxf6jdmexinat7qxuj3girrmpdkt", - "type": [ - "build", - "link" - ] - }, - { - "name": "pcre2", - "hash": "lfyppegdeclmfdwkulei7l5dj7pxkufc", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "7geqymp3othyokylnurkxa6ken63hqwr" - }, - "5x4jsj3roqxxaojgs2xgad7s3v5iqkrd": { - "name": "hdf5", - "version": "1.14.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "api": "default", - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cxx": false, - "fortran": true, - "hl": true, - "ipo": false, - "java": false, - "mpi": true, - "patches": [ - "0b5dd6f233bc23532ccc79034a136605ec8c6a695f9d82fbcc3caf0c1c8c3119" - ], - "shared": true, - "szip": false, - "threadsafe": false, - "tools": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0b5dd6f233bc23532ccc79034a136605ec8c6a695f9d82fbcc3caf0c1c8c3119" - ], - "package_hash": "sjyyjzbg35cpprpamvkh66mjrzolpaw3oznhfxjhfpfl22rg5ufq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "openmpi", - "hash": "biehsz2lyahkrkvfwn4skhtolvjhwqtw", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "dssmzxhg3g4eau7anegstvdgoo3kepvf", - "type": [ - "run" - ] - }, - { - "name": "zlib", - "hash": "t7omrwzz23fcrxjzwpc6oix4hqz2uc3y", - "type": [ - "build", - "link" - ] - } - ], - "hash": "5x4jsj3roqxxaojgs2xgad7s3v5iqkrd" - }, - "svmputqbdhip3aps5zqkpuzqntbcgifh": { - "name": "netlib-scalapack", - "version": "2.2.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "Release", - "ipo": false, - "patches": [ - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "package_hash": "klnhadkgudl5m6cjfytruhmoyxkk3qkvkzirkpvl5b7kqlfvqqfq====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "openblas", - "hash": "szsuchlejmdxuihnhnwnropjeqdedj6r", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "biehsz2lyahkrkvfwn4skhtolvjhwqtw", - "type": [ - "build", - "link" - ] - } - ], - "hash": "svmputqbdhip3aps5zqkpuzqntbcgifh" - }, - "zyc22wxnvkbcjwxkfgbf4slcrtat4lpk": { - "name": "trilinos", - "version": "13.0.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "adelus": false, - "adios2": false, - "amesos": true, - "amesos2": true, - "anasazi": true, - "aztec": true, - "basker": false, - "belos": true, - "boost": false, - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "chaco": false, - "complex": false, - "cuda": false, - "cuda_rdc": false, - "cxxstd": "14", - "debug": false, - "dtk": false, - "epetra": true, - "epetraext": true, - "epetraextbtf": false, - "epetraextexperimental": false, - "epetraextgraphreorderings": false, - "exodus": false, - "explicit_template_instantiation": true, - "float": false, - "fortran": true, - "gotype": "long_long", - "gtest": false, - "hdf5": false, - "hypre": false, - "ifpack": true, - "ifpack2": true, - "intrepid": false, - "intrepid2": false, - "ipo": false, - "isorropia": false, - "kokkos": true, - "mesquite": false, - "minitensor": false, - "ml": true, - "mpi": true, - "muelu": true, - "mumps": false, - "nox": false, - "openmp": false, - "panzer": false, - "phalanx": false, - "piro": false, - "python": false, - "rocm": false, - "rocm_rdc": false, - "rol": false, - "rythmos": false, - "sacado": true, - "scorec": false, - "shards": false, - "shared": true, - "shylu": false, - "stk": false, - "stokhos": false, - "stratimikos": false, - "strumpack": false, - "suite-sparse": false, - "superlu": false, - "superlu-dist": false, - "teko": false, - "tempus": false, - "thyra": false, - "tpetra": true, - "trilinoscouplings": false, - "wrapper": false, - "x11": false, - "zoltan": false, - "zoltan2": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "r772sffj7wlyygy37f7aorw4zj25lrc5i7q57zvpw3jnuzk3ckga====", - "dependencies": [ - { - "name": "cmake", - "hash": "roqwhvzsir2tbp26c3d2koddn353dxpz", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "q6lpbgx5mt4mfqcke7faepjelskmh2pe", - "type": [ - "build", - "link" - ] - }, - { - "name": "openblas", - "hash": "5otvms2mf6zqdg3rwcwzffsbmjtwng7e", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "yqomqunfk366imhnn3wcwdw2pjpggisp", - "type": [ - "build", - "link" - ] - } - ], - "hash": "zyc22wxnvkbcjwxkfgbf4slcrtat4lpk" - }, - "5otvms2mf6zqdg3rwcwzffsbmjtwng7e": { - "name": "openblas", - "version": "0.3.21", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "4.8.5" - }, - "namespace": "builtin", - "parameters": { - "bignuma": false, - "build_system": "makefile", - "consistent_fpcsr": false, - "fortran": true, - "ilp64": false, - "locking": true, - "patches": [ - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd" - ], - "pic": true, - "shared": true, - "symbol_suffix": "none", - "threads": "none", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417" - ], - "package_hash": "e5eb3gexvataymk3xz6z25fphixw5qprgx6zmcacynszwvyyhxha====", - "dependencies": [ - { - "name": "perl", - "hash": "ruevpez5qgelzvsqkwkwujhebu5fucsh", - "type": [ - "build" - ] - } - ], - "hash": "5otvms2mf6zqdg3rwcwzffsbmjtwng7e" - } - } -} \ No newline at end of file diff --git a/env/rhel7/unstable/spack.yaml b/env/rhel7/unstable/spack.yaml deleted file mode 100644 index d898e00..0000000 --- a/env/rhel7/unstable/spack.yaml +++ /dev/null @@ -1,140 +0,0 @@ -spack: - config: - build_stage: - - /scratch/spack/spack-stage - install_missing_compilers: true - concretizer: - unify: when_possible - include: - - ../sysconfigs/packages.yaml - - ../sysconfigs/compilers.yaml - - ../sysconfigs/modules.yaml - definitions: - - gcc_mpi: - - ^openmpi%gcc - - gcc_6.1.0_pckgs: - - trilinos +mpi+cuda cuda_arch=60 ~tpetra - - gcc_12.1.0_pckgs: - - gromacs +mpi - - h5hut +mpi - - lammps - - quantum-espresso hdf5=parallel - - trilinos - - intel_mpi: - - ^intel-oneapi-mpi@2021.8.0 - - intel_pckgs: - - gromacs@2022.4 - - nvhpc_mpi: - - ^openmpi%nvhpc - - nvhpc_pckgs: - - quantum-espresso +mpi+cuda hdf5=parallel - specs: - - matrix: - - [$gcc_12.1.0_pckgs] - - [$gcc_mpi] - - [^hdf5%gcc@12.1.0] - - [^openblas] - - ['%gcc@12.1.0'] - - matrix: - - [$intel_pckgs] - - [$intel_mpi] - - [^intel-oneapi-mkl] - - ['%oneapi@2022.2.1'] - - matrix: - - [$nvhpc_pckgs] - - [$nvhpc_mpi] - - [^hdf5%nvhpc@23.1] - - ['%nvhpc@23.1'] - view: false - compilers: - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: [] - operating_system: rhel7 - paths: - cc: /usr/bin/gcc - cxx: /usr/bin/g++ - f77: /usr/bin/gfortran - fc: /usr/bin/gfortran - spec: gcc@4.8.5 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: [] - operating_system: rhel7 - paths: - cc: /opt/psi/Programming/gcc/6.1.0/bin/gcc - cxx: /opt/psi/Programming/gcc/6.1.0/bin/g++ - f77: /opt/psi/Programming/gcc/6.1.0/bin/gfortran - fc: /opt/psi/Programming/gcc/6.1.0/bin/gfortran - spec: gcc@6.1.0 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: [] - operating_system: rhel7 - paths: - cc: /opt/psi/Programming/gcc/12.1.0/bin/gcc - cxx: /opt/psi/Programming/gcc/12.1.0/bin/g++ - f77: /opt/psi/Programming/gcc/12.1.0/bin/gfortran - fc: /opt/psi/Programming/gcc/12.1.0/bin/gfortran - spec: gcc@12.1.0 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: [] - operating_system: rhel7 - paths: - cc: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/compilers/bin/nvc - cxx: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/compilers/bin/nvc++ - f77: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/compilers/bin/nvfortran - fc: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/nvhpc-23.1-6barulbmh2l6pgbzulzcyta4kb57csgu/Linux_x86_64/23.1/compilers/bin/nvfortran - spec: nvhpc@23.1 - target: x86_64 - - compiler: - spec: gcc@4.8.5 - paths: - cc: /usr/bin/gcc - cxx: /usr/bin/g++ - f77: /usr/bin/gfortran - fc: /usr/bin/gfortran - flags: {} - operating_system: rhel7 - target: x86_64 - modules: [] - environment: {} - extra_rpaths: [] - - compiler: - spec: dpcpp@2022.2.1 - paths: - cc: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/intel-oneapi-compilers-2022.2.1-33g2lmhbfkd2kx2bhwbetcnf2zk625t7/compiler/2022.2.1/linux/bin/icx - cxx: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/intel-oneapi-compilers-2022.2.1-33g2lmhbfkd2kx2bhwbetcnf2zk625t7/compiler/2022.2.1/linux/bin/dpcpp - f77: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/intel-oneapi-compilers-2022.2.1-33g2lmhbfkd2kx2bhwbetcnf2zk625t7/compiler/2022.2.1/linux/bin/ifx - fc: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/intel-oneapi-compilers-2022.2.1-33g2lmhbfkd2kx2bhwbetcnf2zk625t7/compiler/2022.2.1/linux/bin/ifx - flags: {} - operating_system: rhel7 - target: x86_64 - modules: [] - environment: {} - extra_rpaths: [] - - compiler: - spec: oneapi@2022.2.1 - paths: - cc: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/intel-oneapi-compilers-2022.2.1-33g2lmhbfkd2kx2bhwbetcnf2zk625t7/compiler/2022.2.1/linux/bin/icx - cxx: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/intel-oneapi-compilers-2022.2.1-33g2lmhbfkd2kx2bhwbetcnf2zk625t7/compiler/2022.2.1/linux/bin/icpx - f77: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/intel-oneapi-compilers-2022.2.1-33g2lmhbfkd2kx2bhwbetcnf2zk625t7/compiler/2022.2.1/linux/bin/ifx - fc: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack/linux-rhel7-haswell/gcc-12.1.0/intel-oneapi-compilers-2022.2.1-33g2lmhbfkd2kx2bhwbetcnf2zk625t7/compiler/2022.2.1/linux/bin/ifx - flags: {} - operating_system: rhel7 - target: x86_64 - modules: [] - environment: {} - extra_rpaths: [] diff --git a/env/sles15/ffbidx/spack.yaml b/env/sles15/ffbidx/spack.yaml index 852fdab..5186138 100644 --- a/env/sles15/ffbidx/spack.yaml +++ b/env/sles15/ffbidx/spack.yaml @@ -1,24 +1,4 @@ spack: - upstreams: - spack-instance-1: - install_tree: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack - config: - build_stage: - - /scratch/$user/spack-stage - install_tree: - root: /data/user/$user/spack-install - concretizer: - unify: true - include: - - ../sysconfigs/modules.yaml - - ../sysconfigs/compilers.yaml - - ../sysconfigs/packages.yaml - repos: - - ../../../ specs: - - openblas - - ffbidx@main%gcc@12.1.0+python+simple_data_files+simple_data_indexer+test_all cuda_arch=60 - develop: - ffbidx: - path: /scratch/$user/spack-dev/fast-feedback-indexer - spec: ffbidx@main+python+simple_data_files+simple_data_indexer+test_all cuda_arch=60 + - ffbidx@main%gcc+python+simple_data_files+simple_data_indexer+test_all cuda_arch=60 + view: false diff --git a/env/sles15/hyquas/spack.yaml b/env/sles15/hyquas/spack.yaml index 0e65fb7..6b5941c 100644 --- a/env/sles15/hyquas/spack.yaml +++ b/env/sles15/hyquas/spack.yaml @@ -1,31 +1,10 @@ spack: - upstreams: - spack-instance-1: - install_tree: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack - config: - build_stage: - - /scratch/$user/spack-stage - install_tree: - root: /data/user/$user/spack-install - concretizer: - unify: true - include: - - ../sysconfigs/modules.yaml - - ../sysconfigs/compilers.yaml - - ../sysconfigs/packages.yaml - repos: - - ../../../ specs: - - git-lfs - - cmake@3.25.2%gcc@12.1.0 - - openmpi@4.1.5%gcc schedulers=slurm fabrics=auto +pmi +cxx +cxx_exceptions +cuda - +legacylaunchers ^slurm +pmix +hwloc +gtk +readline +restd +mariadb - - cuda@11.0.2 - - hyquas@main%gcc+cuda cuda_arch=70 ~mpi+schedule+use_double+micro_bench+eval_pp~disable_assert - backend=mix mat_size=7 - develop: - hyquas: - path: /scratch/$user/spack-dev/HyQuas - spec: hyquas@main%gcc+cuda cuda_arch=70 ~mpi+schedule+use_double+micro_bench+eval_pp~disable_assert - backend=mix mat_size=7 + - git-lfs + - cmake@3.25.2%gcc@12.1.0 + - openmpi@4.1.5%gcc schedulers=slurm fabrics=auto +pmi +cxx +cxx_exceptions +cuda + +legacylaunchers ^slurm +pmix +hwloc +gtk +readline +restd +mariadb + - cuda@11.0.2 + - hyquas@main%gcc+cuda cuda_arch=70 ~mpi+schedule+use_double+micro_bench+eval_pp~disable_assert + backend=mix mat_size=7 view: false diff --git a/env/sles15/opal/spack.yaml b/env/sles15/opal/spack.yaml new file mode 100644 index 0000000..cc08229 --- /dev/null +++ b/env/sles15/opal/spack.yaml @@ -0,0 +1,9 @@ +spack: + repos: + - ../../ + specs: + - opal@master%gcc@11.3.0 + develop: + opal: + spec: opal@=master + path: /home/germann_e/OPAL/src/ diff --git a/env/sles15/py-hiqsimulator/spack.lock b/env/sles15/py-hiqsimulator/spack.lock deleted file mode 100644 index 124ea1c..0000000 --- a/env/sles15/py-hiqsimulator/spack.lock +++ /dev/null @@ -1,5689 +0,0 @@ -{ - "_meta": { - "file-type": "spack-lockfile", - "lockfile-version": 4, - "specfile-version": 3 - }, - "roots": [ - { - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn", - "spec": "openmpi@4.1.5%gcc" - }, - { - "hash": "44jw4uptexxlk5q2gcadxbgc7ooh7isy", - "spec": "py-hiqsimulator@develop%gcc" - } - ], - "concrete_specs": { - "6br57rgifxh44zdwgsjeq5ow4plx3mkn": { - "name": "openmpi", - "version": "4.1.5", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": false, - "cxx": false, - "cxx_exceptions": false, - "fabrics": [ - "none" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": false, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "romio": true, - "rsh": true, - "schedulers": [ - "none" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y2xkr6rqy276zebbvszvek3kwnopvjbfdpnvqv7vku2bienc7bfq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "rdbfe6nzkpgzolihnmhakk3u5sj36xiz", - "type": [ - "build", - "link" - ] - }, - { - "name": "numactl", - "hash": "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssh", - "hash": "a75polgto5ll6mjybyzqqnkw5nrf4n6a", - "type": [ - "run" - ] - }, - { - "name": "perl", - "hash": "ef3icpe4m6d42f6scy2ieambbp5il3pi", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "p5xi6qyuxwntnl6uiy3axczwx4rkjfsl", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn" - }, - "rdbfe6nzkpgzolihnmhakk3u5sj36xiz": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": false, - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "libpciaccess", - "hash": "ngbe22feezwjnhwebn65bzp55sstry3p", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "vk34cxtaidk5quvpeqbhskc7ugktwq4a", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - } - ], - "hash": "rdbfe6nzkpgzolihnmhakk3u5sj36xiz" - }, - "ngbe22feezwjnhwebn65bzp55sstry3p": { - "name": "libpciaccess", - "version": "0.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "h5aaq3rarnnlmpbv3464p73xppknzxucrj73dt277pmozyk4alva====", - "dependencies": [ - { - "name": "libtool", - "hash": "qfp5urpc4bfukfwaprsegzq4zs6ae2x5", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "nxutgeil7ikmkhm4hbuqcaa2nvodxoye", - "type": [ - "build" - ] - } - ], - "hash": "ngbe22feezwjnhwebn65bzp55sstry3p" - }, - "qfp5urpc4bfukfwaprsegzq4zs6ae2x5": { - "name": "libtool", - "version": "2.4.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7lyavyiwpnrhw7tfv5vgri32at345gdegbixiskk63ext2f5rzza====", - "dependencies": [ - { - "name": "m4", - "hash": "hxqbmn3mc2uzvx5lydbbgxqyadmveq72", - "type": [ - "build" - ] - } - ], - "hash": "qfp5urpc4bfukfwaprsegzq4zs6ae2x5" - }, - "hxqbmn3mc2uzvx5lydbbgxqyadmveq72": { - "name": "m4", - "version": "1.4.16", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "sigsegv": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "otabgty3hi32kdu7qhyvjdwctr6xvzy6tfclcy7yudbydmyuuida====", - "hash": "hxqbmn3mc2uzvx5lydbbgxqyadmveq72" - }, - "5avcdklp5qzqde4brbqt6txppjdu7iav": { - "name": "pkg-config", - "version": "0.27.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "49ffcd644e190dc5efcb2fab491177811ea746c1a526f75d77118c2706574358" - ], - "package_hash": "ikt45ggecya3opqcyduvbczjz4vlywf4newg6op2ictszejdgpda====", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav" - }, - "nxutgeil7ikmkhm4hbuqcaa2nvodxoye": { - "name": "util-macros", - "version": "1.19.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5atggv5uirdl2trmzmewkonyvzmzg6sg46zpvurdk43wi2gpr7pa====", - "hash": "nxutgeil7ikmkhm4hbuqcaa2nvodxoye" - }, - "vk34cxtaidk5quvpeqbhskc7ugktwq4a": { - "name": "libxml2", - "version": "2.10.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "python": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ea3hepsqvb2bb5ttapra6kayyi3c54pwpr35zfejewbo4z36m6yq====", - "dependencies": [ - { - "name": "libiconv", - "hash": "5zxna77of7obifmey6u2gua24nrrv2l3", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "xz", - "hash": "w5kb3vdshnnhkacitb4dgm6ee6a56i4u", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "vk34cxtaidk5quvpeqbhskc7ugktwq4a" - }, - "5zxna77of7obifmey6u2gua24nrrv2l3": { - "name": "libiconv", - "version": "1.17", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b7u3icizfdwbv2p2bsoazku4gbodr4ww3p2ah5jcxuvnjsrb7sha====", - "hash": "5zxna77of7obifmey6u2gua24nrrv2l3" - }, - "w5kb3vdshnnhkacitb4dgm6ee6a56i4u": { - "name": "xz", - "version": "5.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "pic": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "dqcxserabz7kkokw5f7fvju5237esq7oezgb7re35577wtlotgnq====", - "hash": "w5kb3vdshnnhkacitb4dgm6ee6a56i4u" - }, - "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m": { - "name": "zlib", - "version": "1.2.13", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "optimize": true, - "pic": true, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y6ahhnjjjsfh5dx2y7sci7fhthq5aolyl5dgwif57qqbtjxwdwbq====", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m" - }, - "wo2mndj5zwa6c5bwpk4lranhuy6tdvus": { - "name": "ncurses", - "version": "5.9.20130511", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "abi": "none", - "build_system": "autotools", - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "symlinks": false, - "termlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "f84b2708a42777aadcc7f502a261afe10ca5646a51c1ef8b5e60d2070d926b57" - ], - "package_hash": "fwmhr3o4p66dmqbsco54sf66hpwr2esb7cjrb5z26yz4gvyha6tq====", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus" - }, - "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy": { - "name": "numactl", - "version": "2.0.14", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "package_hash": "yfrelh4vcagcl7wantudtwpccnburhkpgqyvhgmxrzeo3wdmck4q====", - "hash": "cfnaxmqjcjxh6ph2effh4ga3q2lgmncy" - }, - "a75polgto5ll6mjybyzqqnkw5nrf4n6a": { - "name": "openssh", - "version": "7.4p1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "axluqupsxb76u33tiqvm6m7s3ccft3e5ipb44awxyfntdzcwwcta====", - "hash": "a75polgto5ll6mjybyzqqnkw5nrf4n6a" - }, - "ef3icpe4m6d42f6scy2ieambbp5il3pi": { - "name": "perl", - "version": "5.36.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cpanm": true, - "open": true, - "shared": true, - "threads": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jrmkbpladvj6k6b5bvtr5vibchgqzmombrcsupw6fplb735sjkqq====", - "dependencies": [ - { - "name": "berkeley-db", - "hash": "bsgdwtiqx4dsvje27vma4ur22mpt77fe", - "type": [ - "build", - "link" - ] - }, - { - "name": "bzip2", - "hash": "ypyztu2olemxpfqazmq6xxcfmwxk5piw", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "cqkafe55ozny2tyap7hzvz5zkzsvjd7a", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ef3icpe4m6d42f6scy2ieambbp5il3pi" - }, - "bsgdwtiqx4dsvje27vma4ur22mpt77fe": { - "name": "berkeley-db", - "version": "18.1.40", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxx": true, - "docs": false, - "patches": [ - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3", - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522" - ], - "stl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522", - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3" - ], - "package_hash": "vpd5eetcurni5woqzl6jrukuo4a6fr5yoluxz32gxezgx5ftpxza====", - "hash": "bsgdwtiqx4dsvje27vma4ur22mpt77fe" - }, - "ypyztu2olemxpfqazmq6xxcfmwxk5piw": { - "name": "bzip2", - "version": "1.0.6", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "debug": false, - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "6bcqgvelcwrhah4m54ftaasshu5vfyzakduoduu32vucoz6iy3ua====", - "hash": "ypyztu2olemxpfqazmq6xxcfmwxk5piw" - }, - "cqkafe55ozny2tyap7hzvz5zkzsvjd7a": { - "name": "gdbm", - "version": "1.23", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "liepxl6phlcxbgfmibxafhewtihlgaa4x3hko37ckqlafhxkrgdq====", - "dependencies": [ - { - "name": "readline", - "hash": "pqk6gguhh245wolbiyekv5qaekmw5sa6", - "type": [ - "build", - "link" - ] - } - ], - "hash": "cqkafe55ozny2tyap7hzvz5zkzsvjd7a" - }, - "pqk6gguhh245wolbiyekv5qaekmw5sa6": { - "name": "readline", - "version": "8.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "package_hash": "n4irfyzctyywbpjkipmeqzyqbmvpcl3l2ce6c475x6y7cmiy7aaq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - } - ], - "hash": "pqk6gguhh245wolbiyekv5qaekmw5sa6" - }, - "p5xi6qyuxwntnl6uiy3axczwx4rkjfsl": { - "name": "pmix", - "version": "4.1.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "pmi_backwards_compatibility": true, - "python": false, - "restful": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pgxqyih2hk2jlac2feyhdsxssydwmxouyaq7wjtvttp5lfi2rmjq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "rdbfe6nzkpgzolihnmhakk3u5sj36xiz", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "gclccwvkiejxb2tak2nblbvw24bylhn7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "p5xi6qyuxwntnl6uiy3axczwx4rkjfsl" - }, - "gclccwvkiejxb2tak2nblbvw24bylhn7": { - "name": "libevent", - "version": "2.1.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "openssl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "chtoynanib2eblvcdjcw7wxhpssxzovtbuewl3ygjqi56lhd3uka====", - "dependencies": [ - { - "name": "openssl", - "hash": "fpmduf7zsy4jae5rh2t4drit6wpdt4oj", - "type": [ - "build", - "link" - ] - } - ], - "hash": "gclccwvkiejxb2tak2nblbvw24bylhn7" - }, - "fpmduf7zsy4jae5rh2t4drit6wpdt4oj": { - "name": "openssl", - "version": "1.0.2k-fips", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "certs": "mozilla", - "docs": false, - "shared": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "ylxur7rhye42agrdylbridc2tsjhhavk67ywdjhcew75ukazgpra====", - "hash": "fpmduf7zsy4jae5rh2t4drit6wpdt4oj" - }, - "44jw4uptexxlk5q2gcadxbgc7ooh7isy": { - "name": "py-hiqsimulator", - "version": "develop", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "psi", - "parameters": { - "build_system": "python_pip", - "dev_path": "/scratch/germann_e/spack-dev/HiQsimulator", - "patches": [ - "04fb1e32bf57392b80b87f3e3a76b5e93a7e03a0681f4e46bcdae8a56c8c976a" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "04fb1e32bf57392b80b87f3e3a76b5e93a7e03a0681f4e46bcdae8a56c8c976a" - ], - "package_hash": "y4arse2jzcyzw3pzj6nhk3llx6z35avkex74yyam47fesn3o6kiq====", - "dependencies": [ - { - "name": "boost", - "hash": "352lsid3vcj2xkdvngnoewptqi6du4vz", - "type": [ - "build", - "link", - "run" - ] - }, - { - "name": "cmake", - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc", - "type": [ - "build" - ] - }, - { - "name": "glog", - "hash": "t2amt57ayvujtyv5wq2lqodyixmr35zn", - "type": [ - "build", - "link", - "run" - ] - }, - { - "name": "openmpi", - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn", - "type": [ - "link", - "run" - ] - }, - { - "name": "py-mpi4py", - "hash": "ldupg5rwc4wysq5phh7hy6hzr725e4cl", - "type": [ - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-projectq", - "hash": "wiaoxmi33ptdyg73yrvftbb2ev2nbazc", - "type": [ - "run" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "44jw4uptexxlk5q2gcadxbgc7ooh7isy" - }, - "352lsid3vcj2xkdvngnoewptqi6du4vz": { - "name": "boost", - "version": "1.81.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "atomic": true, - "build_system": "generic", - "chrono": true, - "clanglibcpp": false, - "container": false, - "context": false, - "contract": false, - "coroutine": false, - "cxxstd": "98", - "date_time": false, - "debug": false, - "exception": false, - "fiber": false, - "filesystem": false, - "graph": false, - "graph_parallel": false, - "icu": false, - "iostreams": false, - "json": false, - "locale": false, - "log": false, - "math": false, - "mpi": true, - "multithreaded": true, - "nowide": false, - "numpy": true, - "patches": [ - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8", - "b8569d7d4c3ef0501a39857126a2b0a88519bf256c29f3252a6958916ce82255" - ], - "pic": false, - "program_options": true, - "python": true, - "random": false, - "regex": false, - "serialization": false, - "shared": true, - "signals": false, - "singlethreaded": false, - "stacktrace": false, - "system": true, - "taggedlayout": false, - "test": false, - "thread": true, - "timer": true, - "type_erasure": false, - "versionedlayout": false, - "visibility": "hidden", - "wave": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b8569d7d4c3ef0501a39857126a2b0a88519bf256c29f3252a6958916ce82255", - "a440f9696d3bbb77e7eab1516c004730f622e59c71d39960b472026ef92f88e8" - ], - "package_hash": "q4tiurnbhmq4zmhzpenu4haslucca6x7mctyk6skcc7dacz6xwca====", - "dependencies": [ - { - "name": "openmpi", - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-numpy", - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb", - "type": [ - "build", - "run" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link" - ] - } - ], - "hash": "352lsid3vcj2xkdvngnoewptqi6du4vz" - }, - "vkkmlcyafzohmpksa5vnbu7zs55yazlb": { - "name": "py-numpy", - "version": "1.24.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "blas": true, - "build_system": "python_pip", - "lapack": true, - "patches": [ - "873745d7b547857fcfec9cae90b09c133b42a4f0c23b6c2d84cf37e2dd816604" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "873745d7b547857fcfec9cae90b09c133b42a4f0c23b6c2d84cf37e2dd816604" - ], - "package_hash": "dqzadsubpdmttj4khiwqygv24iagbv7boiyohobowlwf4hy6dxqa====", - "dependencies": [ - { - "name": "openblas", - "hash": "hmezulsy5bizidix7d7xs7fvxbhc3dgg", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-cython", - "hash": "lzyc2zzsnpao2jzv4h7dp5zu3qfkgc4t", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb" - }, - "hmezulsy5bizidix7d7xs7fvxbhc3dgg": { - "name": "openblas", - "version": "0.3.21", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "bignuma": false, - "build_system": "makefile", - "consistent_fpcsr": false, - "fortran": true, - "ilp64": false, - "locking": true, - "patches": [ - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417", - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd" - ], - "pic": true, - "shared": true, - "symbol_suffix": "none", - "threads": "none", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd", - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417" - ], - "package_hash": "eev7t4pyearchtvzvd45kbsjjota6kplipnsr5pcfob5ou2ch34a====", - "dependencies": [ - { - "name": "perl", - "hash": "ef3icpe4m6d42f6scy2ieambbp5il3pi", - "type": [ - "build" - ] - } - ], - "hash": "hmezulsy5bizidix7d7xs7fvxbhc3dgg" - }, - "lzyc2zzsnpao2jzv4h7dp5zu3qfkgc4t": { - "name": "py-cython", - "version": "0.29.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "6i6yp2hkintabc2ujkv24xyflb2jzdy6nsvtwwwzn7u34xfknhva====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "lzyc2zzsnpao2jzv4h7dp5zu3qfkgc4t" - }, - "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa": { - "name": "py-pip", - "version": "23.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "o33nwakwk3e6jgwxtb5raiyq7ixxjzmqmkkwvircyhxaztty2yzq====", - "dependencies": [ - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa" - }, - "262xncuzrzcqnp3cvmbwzgeit4fh7efr": { - "name": "python", - "version": "3.9.15", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "bz2": true, - "crypt": true, - "ctypes": true, - "dbm": true, - "debug": false, - "libxml2": true, - "lzma": true, - "nis": false, - "optimizations": false, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "4c2457325f2b608b1b6a2c63087df8c26e07db3e3d493caf36a56f0ecf6fb768", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4" - ], - "pic": true, - "pyexpat": true, - "pythoncmd": true, - "readline": true, - "shared": true, - "sqlite3": true, - "ssl": true, - "tkinter": false, - "uuid": true, - "zlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87", - "f2fd060afc4b4618fe8104c4c5d771f36dc55b1db5a4623785a4ea707ec72fb4", - "4c2457325f2b608b1b6a2c63087df8c26e07db3e3d493caf36a56f0ecf6fb768" - ], - "package_hash": "kizkpmrl7rhji64bh7ifhrmyhmsxz7w227etnwjppwoh36mq7lsa====", - "dependencies": [ - { - "name": "bzip2", - "hash": "ypyztu2olemxpfqazmq6xxcfmwxk5piw", - "type": [ - "build", - "link" - ] - }, - { - "name": "expat", - "hash": "ktlnckctoyu2u7joc2cvvlnc6lj74nxu", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "cqkafe55ozny2tyap7hzvz5zkzsvjd7a", - "type": [ - "build", - "link" - ] - }, - { - "name": "gettext", - "hash": "ttaoleqmbqi5nfhxvsxgwecrooypla63", - "type": [ - "build", - "link" - ] - }, - { - "name": "libffi", - "hash": "4rqhnt6unvnsgtfxbpewieqeqlqlm34l", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxcrypt", - "hash": "2jqvm5xb6xbdxhyff5denwyoxfqdjntr", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "fpmduf7zsy4jae5rh2t4drit6wpdt4oj", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "readline", - "hash": "pqk6gguhh245wolbiyekv5qaekmw5sa6", - "type": [ - "build", - "link" - ] - }, - { - "name": "sqlite", - "hash": "tqb3r2rlombmrto66x5co3ojdl32ngxp", - "type": [ - "build", - "link" - ] - }, - { - "name": "util-linux-uuid", - "hash": "22qtspo3sctiw6t7rzohttty4mcbvxi7", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "w5kb3vdshnnhkacitb4dgm6ee6a56i4u", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr" - }, - "ktlnckctoyu2u7joc2cvvlnc6lj74nxu": { - "name": "expat", - "version": "2.5.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libbsd": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4rsim7s5vam5tscucwbdhwjj2gt2zssg4qv3ks4lr7soxi3j2zjq====", - "dependencies": [ - { - "name": "libbsd", - "hash": "xf7w2m2q6kffapumyeprmy23rj2dgxot", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ktlnckctoyu2u7joc2cvvlnc6lj74nxu" - }, - "xf7w2m2q6kffapumyeprmy23rj2dgxot": { - "name": "libbsd", - "version": "0.11.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2egz24sk3nuiedv4y5ku2s6hqscsftjymmzt7mfsgkt6ddin3cuq====", - "dependencies": [ - { - "name": "libmd", - "hash": "hfxn2r2x2kucqmtfb7vitjuvgrsxkizk", - "type": [ - "build", - "link" - ] - } - ], - "hash": "xf7w2m2q6kffapumyeprmy23rj2dgxot" - }, - "hfxn2r2x2kucqmtfb7vitjuvgrsxkizk": { - "name": "libmd", - "version": "1.0.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zs2e7fqr4dzthpj5fascqvfn7xcahf7dtc5bzdwfv6vqkzi7oncq====", - "hash": "hfxn2r2x2kucqmtfb7vitjuvgrsxkizk" - }, - "ttaoleqmbqi5nfhxvsxgwecrooypla63": { - "name": "gettext", - "version": "0.21.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "bzip2": true, - "curses": true, - "git": true, - "libunistring": false, - "libxml2": true, - "tar": true, - "xz": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "xu3qgc4x5mjlvzywiyh3aifltzurwmvjzqfq3gurzkffveeawp3q====", - "dependencies": [ - { - "name": "bzip2", - "hash": "ypyztu2olemxpfqazmq6xxcfmwxk5piw", - "type": [ - "build", - "link" - ] - }, - { - "name": "libiconv", - "hash": "5zxna77of7obifmey6u2gua24nrrv2l3", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "vk34cxtaidk5quvpeqbhskc7ugktwq4a", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - }, - { - "name": "tar", - "hash": "hxwclkxtm2usqotzkexhf7j3haytqktu", - "type": [ - "build", - "link" - ] - }, - { - "name": "xz", - "hash": "w5kb3vdshnnhkacitb4dgm6ee6a56i4u", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "ttaoleqmbqi5nfhxvsxgwecrooypla63" - }, - "hxwclkxtm2usqotzkexhf7j3haytqktu": { - "name": "tar", - "version": "1.26", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4", - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4" - ], - "zip": "pigz", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "d428578be7fb99b831eb61e53b8d88a859afe08b479a21238180899707d79ce4", - "08921fcbd732050c74ddf1de7d8ad95ffdbc09f8b4342456fa2f6a0dd02a957c", - "5c314db58d005043bf407abaf25eb9823b9032a22fd12a0b142d4bf548130fa4" - ], - "package_hash": "2czbvnhj566bhgcf2zdjmfvpaj363eflpm4dyzj4tkzrermcpm2q====", - "hash": "hxwclkxtm2usqotzkexhf7j3haytqktu" - }, - "4rqhnt6unvnsgtfxbpewieqeqlqlm34l": { - "name": "libffi", - "version": "3.4.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jnfxlz7sxbpqdqtdoarjxzytihb4r36s7zokc4yujiakiwydgcra====", - "hash": "4rqhnt6unvnsgtfxbpewieqeqlqlm34l" - }, - "2jqvm5xb6xbdxhyff5denwyoxfqdjntr": { - "name": "libxcrypt", - "version": "4.4.33", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "obsolete_api": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "sbp4xqkq2edwikrept7ifq5g4jq33kpnfb3w6tymgh4sznol44mq====", - "dependencies": [ - { - "name": "perl", - "hash": "ef3icpe4m6d42f6scy2ieambbp5il3pi", - "type": [ - "build" - ] - } - ], - "hash": "2jqvm5xb6xbdxhyff5denwyoxfqdjntr" - }, - "tqb3r2rlombmrto66x5co3ojdl32ngxp": { - "name": "sqlite", - "version": "3.40.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "column_metadata": true, - "dynamic_extensions": true, - "fts": true, - "functions": false, - "rtree": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "okceekbtbfi37rbxf6nf5ztkiuepft5dr546fgqq2apxq5vdpgsq====", - "dependencies": [ - { - "name": "readline", - "hash": "pqk6gguhh245wolbiyekv5qaekmw5sa6", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "ty3yvr6qklxog2nq4tgvxypc3bhv3t4m", - "type": [ - "build", - "link" - ] - } - ], - "hash": "tqb3r2rlombmrto66x5co3ojdl32ngxp" - }, - "22qtspo3sctiw6t7rzohttty4mcbvxi7": { - "name": "util-linux-uuid", - "version": "2.38.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4jp7kdd57mds63hemompvj5ffay2ry5xvuol2b6vs3ldnduwyona====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - } - ], - "hash": "22qtspo3sctiw6t7rzohttty4mcbvxi7" - }, - "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n": { - "name": "py-setuptools", - "version": "44.1.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ixklkkudtlc3c7fsptni5rpim6mrx5s34xn4rvs2el6ipdbl6njq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n" - }, - "joergowi4uhxyctvnnfuwvhh7pzr7j6a": { - "name": "py-wheel", - "version": "0.37.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nrjlpe43ohfmqeuo3mawag2kwnq2hno3ebshmfy6pn7vtklynvdq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a" - }, - "7xnrnemucedtru5u2fxcq6hzoi4yzzoc": { - "name": "cmake", - "version": "3.25.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ysf62cck7ys4vib7w24wd5fml52wsgyptvpjjmqdheeiwc65y5xq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "wo2mndj5zwa6c5bwpk4lranhuy6tdvus", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "fpmduf7zsy4jae5rh2t4drit6wpdt4oj", - "type": [ - "build", - "link" - ] - } - ], - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc" - }, - "t2amt57ayvujtyv5wq2lqodyixmr35zn": { - "name": "glog", - "version": "0.4.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "q562esoc2e2glxzl7p2eiafztqyxktgrhkesbp6ggzejc7ltry5q====", - "dependencies": [ - { - "name": "cmake", - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc", - "type": [ - "build" - ] - }, - { - "name": "gflags", - "hash": "uv6llake3u6wqvotlvr7rsjkoh6ydou7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "t2amt57ayvujtyv5wq2lqodyixmr35zn" - }, - "uv6llake3u6wqvotlvr7rsjkoh6ydou7": { - "name": "gflags", - "version": "2.2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3fq6jckqire4g6o2jkde72wd25ukb7nvwrvoez33tejkyhpza77a====", - "dependencies": [ - { - "name": "cmake", - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc", - "type": [ - "build" - ] - } - ], - "hash": "uv6llake3u6wqvotlvr7rsjkoh6ydou7" - }, - "ldupg5rwc4wysq5phh7hy6hzr725e4cl": { - "name": "py-mpi4py", - "version": "3.1.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "hxucqyk66twh7cquw25jstsfmdkya2z2cdlkw6g2rtujqnzgz7bq====", - "dependencies": [ - { - "name": "openmpi", - "hash": "6br57rgifxh44zdwgsjeq5ow4plx3mkn", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "ldupg5rwc4wysq5phh7hy6hzr725e4cl" - }, - "wiaoxmi33ptdyg73yrvftbb2ev2nbazc": { - "name": "py-projectq", - "version": "0.4.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "psi", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "gbz7pj6zrvdebiy5c4ylnxbethj7tmobcudthfv3sy5553dcyg2a====", - "dependencies": [ - { - "name": "py-future", - "hash": "lvypzvasxmnqdwk6tq3mmdzku4avq72j", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-networkx", - "hash": "jtw2hspwkj4av6zfpafsh2mecw3sg2w7", - "type": [ - "run" - ] - }, - { - "name": "py-numpy", - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-pybind11", - "hash": "2hamx6ypkds3ybnccq33bri7cywndds7", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-requests", - "hash": "4glj5vmmaw3mfhai6qvviqz6sfe3ah7s", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-scipy", - "hash": "rx2vt6txczoodxjbgkzkzhrbupejnfxz", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "wiaoxmi33ptdyg73yrvftbb2ev2nbazc" - }, - "lvypzvasxmnqdwk6tq3mmdzku4avq72j": { - "name": "py-future", - "version": "0.18.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "igptoudkzylfza2xjq5um4sen5wmh3wglf2pzdvcd4izw3nniooq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "lvypzvasxmnqdwk6tq3mmdzku4avq72j" - }, - "jtw2hspwkj4av6zfpafsh2mecw3sg2w7": { - "name": "py-networkx", - "version": "2.7.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "extra": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "yfu7zfjxix5lfsdj5ku5gfd2hor7nl63ukm3nau7r342oshjkj7q====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "jtw2hspwkj4av6zfpafsh2mecw3sg2w7" - }, - "2hamx6ypkds3ybnccq33bri7cywndds7": { - "name": "py-pybind11", - "version": "2.10.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "ipo": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "unq53pxh46lquojtnk5dngp22mvwxwlxacqycpmu2dvec6usnaza====", - "dependencies": [ - { - "name": "cmake", - "hash": "7xnrnemucedtru5u2fxcq6hzoi4yzzoc", - "type": [ - "build" - ] - }, - { - "name": "ninja", - "hash": "ib2pvhafynscbvnx4mlosww5fc45dlif", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "2hamx6ypkds3ybnccq33bri7cywndds7" - }, - "ib2pvhafynscbvnx4mlosww5fc45dlif": { - "name": "ninja", - "version": "1.11.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "re2c": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "m4qytcmdffb4wjd5wppdkefidb44kldmg46psjso7f3jkrwrcrjq====", - "dependencies": [ - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build" - ] - }, - { - "name": "re2c", - "hash": "ltu4fmnfskrgkvshn4tbixv2xwfk2eb7", - "type": [ - "build" - ] - } - ], - "hash": "ib2pvhafynscbvnx4mlosww5fc45dlif" - }, - "ltu4fmnfskrgkvshn4tbixv2xwfk2eb7": { - "name": "re2c", - "version": "2.2", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kh26rqs3cdi5efd3po3idkw7mop3fudtxlfomeun5vt47ent3y4q====", - "hash": "ltu4fmnfskrgkvshn4tbixv2xwfk2eb7" - }, - "4glj5vmmaw3mfhai6qvviqz6sfe3ah7s": { - "name": "py-requests", - "version": "2.28.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "socks": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7obbc67tq5ftazgzqonnpsby3za7rrxzkok5s5dtky6trjkegaqa====", - "dependencies": [ - { - "name": "py-certifi", - "hash": "l4nvglf732vzo5eqve4k6h3qzft3wu52", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-charset-normalizer", - "hash": "n76jpeuw563cq6n6kdi65rzfsvyaufhh", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-idna", - "hash": "vhlyir4d6obykgpigjiufglxfaijhzlk", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-urllib3", - "hash": "exv3iz3wsj5vxvug7ppmw4kaxqy7t6gb", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "4glj5vmmaw3mfhai6qvviqz6sfe3ah7s" - }, - "l4nvglf732vzo5eqve4k6h3qzft3wu52": { - "name": "py-certifi", - "version": "2022.12.7", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "natfye3zxwo3qfviz2r2mv34s7f7mqffuphwt76anss36wfbvf7q====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "l4nvglf732vzo5eqve4k6h3qzft3wu52" - }, - "n76jpeuw563cq6n6kdi65rzfsvyaufhh": { - "name": "py-charset-normalizer", - "version": "2.0.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ryimo54xl3x5duejca33jd5kv4ksrtmbeeujpvfilbnkkxdajgeq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "n76jpeuw563cq6n6kdi65rzfsvyaufhh" - }, - "vhlyir4d6obykgpigjiufglxfaijhzlk": { - "name": "py-idna", - "version": "3.4", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "juqfz7zzjikmubb4t52a3ehjj5j7zat5inlrcphlbqpmmwsr2sra====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "vhlyir4d6obykgpigjiufglxfaijhzlk" - }, - "2yl4ufoqkld5rzalbnwnfh2it6oizqgr": { - "name": "py-flit-core", - "version": "3.7.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "m7ft6hn3ekcqosmholwdy2z5t4willynwxwn2lgcahg3jhm7vrda====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr" - }, - "exv3iz3wsj5vxvug7ppmw4kaxqy7t6gb": { - "name": "py-urllib3", - "version": "1.26.12", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "brotli": false, - "build_system": "python_pip", - "secure": false, - "socks": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "z7uljc6s46btvy6mq2gd3gld43ewq3imr5qz4c2snh5gpvq54bkq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "exv3iz3wsj5vxvug7ppmw4kaxqy7t6gb" - }, - "rx2vt6txczoodxjbgkzkzhrbupejnfxz": { - "name": "py-scipy", - "version": "1.10.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "sdsulbjge5iaaeozh6lk4sqbwjpehub32vwxccxh4eaeo3pi7i6q====", - "dependencies": [ - { - "name": "openblas", - "hash": "hmezulsy5bizidix7d7xs7fvxbhc3dgg", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "5avcdklp5qzqde4brbqt6txppjdu7iav", - "type": [ - "build" - ] - }, - { - "name": "py-build", - "hash": "5hbrkw6xb67qfkzhdhchevjhjjgjguod", - "type": [ - "build" - ] - }, - { - "name": "py-cython", - "hash": "lzyc2zzsnpao2jzv4h7dp5zu3qfkgc4t", - "type": [ - "build" - ] - }, - { - "name": "py-meson-python", - "hash": "wfjt24jzezyxoogf2dcquynag7fmezgp", - "type": [ - "build" - ] - }, - { - "name": "py-numpy", - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb", - "type": [ - "build", - "link", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-pybind11", - "hash": "2hamx6ypkds3ybnccq33bri7cywndds7", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-pythran", - "hash": "745f7hvzhjkm46ko2grfrjzg56attgrb", - "type": [ - "build", - "link" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "link", - "run" - ] - } - ], - "hash": "rx2vt6txczoodxjbgkzkzhrbupejnfxz" - }, - "5hbrkw6xb67qfkzhdhchevjhjjgjguod": { - "name": "py-build", - "version": "0.7.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "patches": [ - "9a151ac81d78c01399ae5ff68c59c16161c86db4ba0a7a127cdcb527926ffcef" - ], - "virtualenv": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "9a151ac81d78c01399ae5ff68c59c16161c86db4ba0a7a127cdcb527926ffcef" - ], - "package_hash": "j3biihkl4h3fncuvkoegns6372nzc4qt7bitact42w64npvnmzla====", - "dependencies": [ - { - "name": "py-packaging", - "hash": "4mz5xticvzqsy7sefuecfi2agrluggqk", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pep517", - "hash": "rl7sukybnakbkvhys7fqnbbdpazo6qla", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-tomli", - "hash": "fnnesxtkp5ybgiklmrxdped6urrvr52u", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "5hbrkw6xb67qfkzhdhchevjhjjgjguod" - }, - "4mz5xticvzqsy7sefuecfi2agrluggqk": { - "name": "py-packaging", - "version": "23.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "7wbl37twjwiqb4o6dddcjpvljvoy4alcvksq5zaxsktifg5kckla====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "4mz5xticvzqsy7sefuecfi2agrluggqk" - }, - "rl7sukybnakbkvhys7fqnbbdpazo6qla": { - "name": "py-pep517", - "version": "0.12.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "lanod72pud26csknkrklmb2p55lp4cnvl3fagotzxig3eokvsusa====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-tomli", - "hash": "fnnesxtkp5ybgiklmrxdped6urrvr52u", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "rl7sukybnakbkvhys7fqnbbdpazo6qla" - }, - "fnnesxtkp5ybgiklmrxdped6urrvr52u": { - "name": "py-tomli", - "version": "2.0.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rqb3545q2ngswve3uh3f6z4dycc3lafkmv6zqlp6ctitu6r4522a====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "fnnesxtkp5ybgiklmrxdped6urrvr52u" - }, - "wfjt24jzezyxoogf2dcquynag7fmezgp": { - "name": "py-meson-python", - "version": "0.12.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "elyygh3uebwt5ehi2s7azw7lfu6mx7nb2yqwugiv2of37k7brsrq====", - "dependencies": [ - { - "name": "meson", - "hash": "kvqk7c543i5h3n7i7nbfswnfh6okzzsu", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-pyproject-metadata", - "hash": "t4zlh5mqjljvnfqhv5tbtj6whrlmko4c", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-tomli", - "hash": "fnnesxtkp5ybgiklmrxdped6urrvr52u", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-typing-extensions", - "hash": "dqrdzndakpnbbisi4k5ibzumc7n7rwgr", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "wfjt24jzezyxoogf2dcquynag7fmezgp" - }, - "kvqk7c543i5h3n7i7nbfswnfh6okzzsu": { - "name": "meson", - "version": "1.0.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "0f0b1bd854856c5f0926723437c9cd0507836bb93b45bdb434f5d3f618cc78dc" - ], - "package_hash": "vrmgddohdq3345s26fovycq6ij2qtelzjwdb7phaxvp6mat5q3sa====", - "dependencies": [ - { - "name": "ninja", - "hash": "ib2pvhafynscbvnx4mlosww5fc45dlif", - "type": [ - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "kvqk7c543i5h3n7i7nbfswnfh6okzzsu" - }, - "t4zlh5mqjljvnfqhv5tbtj6whrlmko4c": { - "name": "py-pyproject-metadata", - "version": "0.6.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "z3c6isa3jloffxc343gx5adzqpwyq2laok6ygeygtjvctp7g5g6q====", - "dependencies": [ - { - "name": "py-packaging", - "hash": "4mz5xticvzqsy7sefuecfi2agrluggqk", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "t4zlh5mqjljvnfqhv5tbtj6whrlmko4c" - }, - "dqrdzndakpnbbisi4k5ibzumc7n7rwgr": { - "name": "py-typing-extensions", - "version": "4.3.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "s22yeullxgn6tsbirbg5egjsa2qwzeqp5wv435a7v7qdfmsqfkhq====", - "dependencies": [ - { - "name": "py-flit-core", - "hash": "2yl4ufoqkld5rzalbnwnfh2it6oizqgr", - "type": [ - "build" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "dqrdzndakpnbbisi4k5ibzumc7n7rwgr" - }, - "745f7hvzhjkm46ko2grfrjzg56attgrb": { - "name": "py-pythran", - "version": "0.12.0", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "tinigs5fyv5vetx7wlcrm553btmn4w4suaauvicaylfx7wackpea====", - "dependencies": [ - { - "name": "py-beniget", - "hash": "oolemmze555br2lsv7uqbrm4gue2aijw", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-gast", - "hash": "4smk334ncebuyaaw2vnshgrrzljlc6lx", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-numpy", - "hash": "vkkmlcyafzohmpksa5vnbu7zs55yazlb", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-ply", - "hash": "p7oiptdvdbhij6zilvprbsiclppeibep", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "745f7hvzhjkm46ko2grfrjzg56attgrb" - }, - "oolemmze555br2lsv7uqbrm4gue2aijw": { - "name": "py-beniget", - "version": "0.4.1", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "djx6hzp47vtz5v6lo5ngxr42p5kujvrqhf5bbwej3gslnkzcrpbq====", - "dependencies": [ - { - "name": "py-gast", - "hash": "4smk334ncebuyaaw2vnshgrrzljlc6lx", - "type": [ - "build", - "run" - ] - }, - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "oolemmze555br2lsv7uqbrm4gue2aijw" - }, - "4smk334ncebuyaaw2vnshgrrzljlc6lx": { - "name": "py-gast", - "version": "0.5.3", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "xtycrcsbxhq5wuqrjjffvhxc44abtn6r3rjhvp52wd36xyqdy2sq====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "4smk334ncebuyaaw2vnshgrrzljlc6lx" - }, - "p7oiptdvdbhij6zilvprbsiclppeibep": { - "name": "py-ply", - "version": "3.11", - "arch": { - "platform": "linux", - "platform_os": "rhel7", - "target": { - "name": "haswell", - "vendor": "GenuineIntel", - "features": [ - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "f16c", - "fma", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdrand", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "ssse3" - ], - "generation": 0, - "parents": [ - "ivybridge", - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "12.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "python_pip", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "rhrvmtbjjelmfns2khe76jrpthmigexa3mkvcxodgs2akcua4u2a====", - "dependencies": [ - { - "name": "py-pip", - "hash": "2tmspq2vg3r7c2kvn4brgmtpj3h3axfa", - "type": [ - "build" - ] - }, - { - "name": "py-setuptools", - "hash": "lgmnrsq2aqjulga2c5tdnxrrhcy67p2n", - "type": [ - "build" - ] - }, - { - "name": "py-wheel", - "hash": "joergowi4uhxyctvnnfuwvhh7pzr7j6a", - "type": [ - "build" - ] - }, - { - "name": "python", - "hash": "262xncuzrzcqnp3cvmbwzgeit4fh7efr", - "type": [ - "build", - "run" - ] - } - ], - "hash": "p7oiptdvdbhij6zilvprbsiclppeibep" - } - } -} \ No newline at end of file diff --git a/env/sles15/py-hiqsimulator/spack.yaml b/env/sles15/py-hiqsimulator/spack.yaml index 08621fc..af3f7fc 100644 --- a/env/sles15/py-hiqsimulator/spack.yaml +++ b/env/sles15/py-hiqsimulator/spack.yaml @@ -1,25 +1,5 @@ spack: - upstreams: - spack-instance-1: - install_tree: /afs/psi.ch/sys/spack-rhel7/spack/opt/spack - config: - build_stage: - - /scratch/$user/spack-stage - install_tree: - root: /data/user/$user/spack-install - concretizer: - unify: true - include: - - ../sysconfigs/modules.yaml - - ../sysconfigs/compilers.yaml - - ../sysconfigs/packages.yaml - repos: - - ../../../ specs: - - openmpi@4.1.5%gcc - - py-hiqsimulator@develop%gcc - develop: - py-hiqsimulator: - path: /scratch/$user/spack-dev/HiQsimulator - spec: py-hiqsimulator@develop%gcc + - openmpi@4.1.5%gcc + - py-hiqsimulator@develop%gcc view: false diff --git a/env/sles15/py-hiqsimulator/test/run.slurm b/env/sles15/py-hiqsimulator/test/run.slurm deleted file mode 100644 index 0432673..0000000 --- a/env/sles15/py-hiqsimulator/test/run.slurm +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -#SBATCH -N 4 # 4 nodes are requested -#SBATCH -t 00:03:00 # Walltime, 3 minutes -#SBATCH -n 8 # 8 processes are requested -#SBATCH --ntasks-per-socket=1 # 1 process per allocated socket -#SBATCH --hint=compute_bound # Use all cores in each socket, one thread per core -#SBATCH --exclusive # node should not be shared with other jobs - -mpirun python3 ./examples/teleport_mpi.py # Execute program diff --git a/env/sles15/stable/spack.lock b/env/sles15/stable/spack.lock deleted file mode 100644 index b937233..0000000 --- a/env/sles15/stable/spack.lock +++ /dev/null @@ -1,7608 +0,0 @@ -{ - "_meta": { - "file-type": "spack-lockfile", - "lockfile-version": 4, - "specfile-version": 3 - }, - "roots": [ - { - "hash": "po4skcgd6pbm4vmaultcmqflrkxhfcru", - "spec": "gromacs@2021.7%aocc@3.1.0 ^cray-mpich" - }, - { - "hash": "gwd4wmhtxtm6kntzflnxns33dwcog5ka", - "spec": "gromacs@2021.7%cce@13.0.0 ^cray-mpich" - }, - { - "hash": "6wc4zlddzufpsikujnwu3shqtg7ycvbs", - "spec": "trilinos@11.14.3%gcc@7.5.0+cuda+mpi~tpetra cuda_arch=60 ^openblas ^openmpi@4.1.5" - }, - { - "hash": "rmo3kwiq3nzcpavxw65evf744ho53e75", - "spec": "gams@31.1.1%gcc@11.2.0 ^cray-mpich" - }, - { - "hash": "svnhig7wklk354ez4gv4tq7p2s6asloa", - "spec": "gromacs@2022.5%gcc@11.2.0+mpi ^cray-mpich" - }, - { - "hash": "jk3r6hj26bjxxmcavlwu7ztvniew5use", - "spec": "h5hut@2.0.0rc3%gcc@11.2.0+mpi ^cray-mpich" - }, - { - "hash": "3ea2pntmmzatgcsgrzxxyr5tyjtwiidj", - "spec": "lammps@20221222%gcc@11.2.0 ^cray-mpich" - }, - { - "hash": "wj25dzvv63gpfc4vo6lqumdjyzt3qsvl", - "spec": "trilinos@13.4.1%gcc@11.2.0~fortran ^cray-mpich" - }, - { - "hash": "c7gmsq4uy6em3zqwo5y5spvvmkw6cyiu", - "spec": "quantum-espresso@7.0%nvhpc@20.9+cuda+mpi ^cray-mpich" - }, - { - "hash": "3lz7oftxxjrsig2zq6ysb2gkgx66y4n7", - "spec": "gromacs@2023.1%oneapi@2021.2.0 ^cmake@3.25.2%gcc@7.5.0 ^cray-mpich" - }, - { - "hash": "murktlyzkvuvpwipphjdqoludsycau5i", - "spec": "gromacs@2023.1%oneapi@2021.2.0 ^cmake@3.25.2%gcc@7.5.0 ^openmpi%oneapi" - } - ], - "concrete_specs": { - "po4skcgd6pbm4vmaultcmqflrkxhfcru": { - "name": "gromacs", - "version": "2021.7", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "aocc", - "version": "3.1.0" - }, - "namespace": "builtin", - "parameters": { - "blas": false, - "build_system": "cmake", - "build_type": "Release", - "cp2k": false, - "cuda": false, - "cycle_subcounters": false, - "double": false, - "generator": "make", - "hwloc": true, - "ipo": false, - "lapack": false, - "mdrun_only": false, - "mpi": true, - "nosuffix": false, - "opencl": false, - "openmp": true, - "plumed": false, - "relaxed_double_precision": false, - "shared": true, - "sycl": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b23cvnqjxmudxkhsi3m44khq725p2vplkcud725azie4n4kn7sra====", - "dependencies": [ - { - "name": "cmake", - "hash": "ysxeo3oeswipy2mnu4v3hozmz7rdu66z", - "type": [ - "build" - ] - }, - { - "name": "cray-mpich", - "hash": "fijt6hpceivenvdtvl7eqzutrqqot37a", - "type": [ - "build", - "link" - ] - }, - { - "name": "fftw", - "hash": "sxmnxistzvydggrkxwhyqqidzkxy7hb2", - "type": [ - "build", - "link" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "ulkaqk6st26vjkxs7hsrby57gqrxd7a7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "po4skcgd6pbm4vmaultcmqflrkxhfcru" - }, - "ysxeo3oeswipy2mnu4v3hozmz7rdu66z": { - "name": "cmake", - "version": "3.17.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "aocc", - "version": "3.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "patches": [ - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d", - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861" - ], - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861", - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d" - ], - "package_hash": "i2iqihk34k2274bl4fff7arxeoptcceli6tvya52pd7sks7txgla====", - "hash": "ysxeo3oeswipy2mnu4v3hozmz7rdu66z" - }, - "fijt6hpceivenvdtvl7eqzutrqqot37a": { - "name": "cray-mpich", - "version": "8.1.12", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "aocc", - "version": "3.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "wrappers": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/mpich/8.1.12/ofi/aocc/3.0", - "module": [ - "cray-mpich/8.1.12" - ], - "extra_attributes": {} - }, - "package_hash": "rodj3475q2dbljuz5g5qa6btl36vw2ek6ubhip4i2oylayabwhdq====", - "hash": "fijt6hpceivenvdtvl7eqzutrqqot37a" - }, - "sxmnxistzvydggrkxwhyqqidzkxy7hb2": { - "name": "fftw", - "version": "3.3.8.13", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "aocc", - "version": "3.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": true, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/fftw/3.3.8.13/x86_rome", - "module": [ - "cray-fftw/3.3.8.13" - ], - "extra_attributes": {} - }, - "package_hash": "3k3lxxsmxktgkdnaosjgu44fyyvpypoujh6ovezzx6mlxhtoju4a====", - "hash": "sxmnxistzvydggrkxwhyqqidzkxy7hb2" - }, - "flzxzb57l4icrcaljyphl6ggxh5iiddp": { - "name": "gmake", - "version": "4.2.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "guile": false, - "patches": [ - "ca60bd9c1a1b35bc0dc58b6a4a19d5c2651f7a94a4b22b2c5ea001a1ca7a8a7f", - "fe5b60d091c33f169740df8cb718bf4259f84528b42435194ffe0dd5b79cd125" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "fe5b60d091c33f169740df8cb718bf4259f84528b42435194ffe0dd5b79cd125", - "ca60bd9c1a1b35bc0dc58b6a4a19d5c2651f7a94a4b22b2c5ea001a1ca7a8a7f" - ], - "package_hash": "re5cq57zix7tjkdgqw2o2ry7uwbqennanl7xjzp3ev3rvp5wlx2q====", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp" - }, - "ulkaqk6st26vjkxs7hsrby57gqrxd7a7": { - "name": "hwloc", - "version": "2.9.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "aocc", - "version": "3.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": false, - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "mycljz5ugpik6k3lijrscndbuem5s4pipg5lmtprxxeyiemldxva====", - "dependencies": [ - { - "name": "libpciaccess", - "hash": "jmmeenlzakfnahg24fdekgvartnxyhuk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "yda44zyg3fzd3fnlbn6ubnbyw7xpwbvy", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "7sczacvk3iwawxtj6ql5s5ditqlosej4", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "mkdto4oojobdzfsllxksopts5gmvfhm7", - "type": [ - "build" - ] - } - ], - "hash": "ulkaqk6st26vjkxs7hsrby57gqrxd7a7" - }, - "jmmeenlzakfnahg24fdekgvartnxyhuk": { - "name": "libpciaccess", - "version": "0.16", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "h5aaq3rarnnlmpbv3464p73xppknzxucrj73dt277pmozyk4alva====", - "dependencies": [ - { - "name": "libtool", - "hash": "43334xnuikvddwtq4hwjyy4s2jhi2fxc", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "2gf47lm44wrkwrbpejkqnrwuw555qwdd", - "type": [ - "build" - ] - }, - { - "name": "util-macros", - "hash": "wutyxay45rf7hgvd335g7jhgsiww5lod", - "type": [ - "build" - ] - } - ], - "hash": "jmmeenlzakfnahg24fdekgvartnxyhuk" - }, - "43334xnuikvddwtq4hwjyy4s2jhi2fxc": { - "name": "libtool", - "version": "2.4.6", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "j36yrn6u2zfelltggatklj4g4wjfies7l2lwikrnejm4hepg2mdq====", - "hash": "43334xnuikvddwtq4hwjyy4s2jhi2fxc" - }, - "2gf47lm44wrkwrbpejkqnrwuw555qwdd": { - "name": "pkg-config", - "version": "0.29.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "gbg7cfatgrssz3uo55zzkox2fzkpr4san6eijcbszseublk6ohfa====", - "hash": "2gf47lm44wrkwrbpejkqnrwuw555qwdd" - }, - "wutyxay45rf7hgvd335g7jhgsiww5lod": { - "name": "util-macros", - "version": "1.19.3", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5atggv5uirdl2trmzmewkonyvzmzg6sg46zpvurdk43wi2gpr7pa====", - "hash": "wutyxay45rf7hgvd335g7jhgsiww5lod" - }, - "yda44zyg3fzd3fnlbn6ubnbyw7xpwbvy": { - "name": "libxml2", - "version": "2.10.3", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "python": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ea3hepsqvb2bb5ttapra6kayyi3c54pwpr35zfejewbo4z36m6yq====", - "dependencies": [ - { - "name": "libiconv", - "hash": "x2f7nteaybed5tahr7da3sqnf4lmfy65", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "2gf47lm44wrkwrbpejkqnrwuw555qwdd", - "type": [ - "build" - ] - }, - { - "name": "xz", - "hash": "4mpjg3cwgjfphac6ba2zr3rtwyd3jqbx", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "zytvdjryvr4z2zkolcek7dxpy5lnhwgq", - "type": [ - "build", - "link" - ] - } - ], - "hash": "yda44zyg3fzd3fnlbn6ubnbyw7xpwbvy" - }, - "x2f7nteaybed5tahr7da3sqnf4lmfy65": { - "name": "libiconv", - "version": "1.17", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b7u3icizfdwbv2p2bsoazku4gbodr4ww3p2ah5jcxuvnjsrb7sha====", - "hash": "x2f7nteaybed5tahr7da3sqnf4lmfy65" - }, - "4mpjg3cwgjfphac6ba2zr3rtwyd3jqbx": { - "name": "xz", - "version": "5.4.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "pic": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2rb22kpvzjmn2b54zydvvja6nwuwdzv44lp4ptzfbszing56qsoq====", - "hash": "4mpjg3cwgjfphac6ba2zr3rtwyd3jqbx" - }, - "zytvdjryvr4z2zkolcek7dxpy5lnhwgq": { - "name": "zlib", - "version": "1.2.13", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "optimize": true, - "pic": true, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "y6ahhnjjjsfh5dx2y7sci7fhthq5aolyl5dgwif57qqbtjxwdwbq====", - "hash": "zytvdjryvr4z2zkolcek7dxpy5lnhwgq" - }, - "7sczacvk3iwawxtj6ql5s5ditqlosej4": { - "name": "ncurses", - "version": "6.4", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "abi": "none", - "build_system": "autotools", - "symlinks": false, - "termlib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "f4dhngazdplwea3xivbf2xuepc7i5j76amw6cy32ykyaa6k7uqda====", - "dependencies": [ - { - "name": "pkg-config", - "hash": "2gf47lm44wrkwrbpejkqnrwuw555qwdd", - "type": [ - "build" - ] - } - ], - "hash": "7sczacvk3iwawxtj6ql5s5ditqlosej4" - }, - "mkdto4oojobdzfsllxksopts5gmvfhm7": { - "name": "pkg-config", - "version": "0.29.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "aocc", - "version": "3.1.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "gbg7cfatgrssz3uo55zzkox2fzkpr4san6eijcbszseublk6ohfa====", - "hash": "mkdto4oojobdzfsllxksopts5gmvfhm7" - }, - "gwd4wmhtxtm6kntzflnxns33dwcog5ka": { - "name": "gromacs", - "version": "2021.7", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "cce", - "version": "13.0.0" - }, - "namespace": "builtin", - "parameters": { - "blas": false, - "build_system": "cmake", - "build_type": "Release", - "cp2k": false, - "cuda": false, - "cycle_subcounters": false, - "double": false, - "generator": "make", - "hwloc": true, - "ipo": false, - "lapack": false, - "mdrun_only": false, - "mpi": true, - "nosuffix": false, - "opencl": false, - "openmp": true, - "plumed": false, - "relaxed_double_precision": false, - "shared": true, - "sycl": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "b23cvnqjxmudxkhsi3m44khq725p2vplkcud725azie4n4kn7sra====", - "dependencies": [ - { - "name": "cmake", - "hash": "3iapzflvv3gbvtl6ox6c7h3rhggr6k44", - "type": [ - "build" - ] - }, - { - "name": "cray-mpich", - "hash": "lim64pxgudnvpf7pgbf7gd32jwgu7thh", - "type": [ - "build", - "link" - ] - }, - { - "name": "fftw", - "hash": "tavzo22u74dxtzkseqf45xdhkadhczuv", - "type": [ - "build", - "link" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "34sblxvvjqrqbeot7otjyjuxes6r53v6", - "type": [ - "build", - "link" - ] - } - ], - "hash": "gwd4wmhtxtm6kntzflnxns33dwcog5ka" - }, - "3iapzflvv3gbvtl6ox6c7h3rhggr6k44": { - "name": "cmake", - "version": "3.17.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "cce", - "version": "13.0.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "patches": [ - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d", - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861" - ], - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861", - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d" - ], - "package_hash": "i2iqihk34k2274bl4fff7arxeoptcceli6tvya52pd7sks7txgla====", - "hash": "3iapzflvv3gbvtl6ox6c7h3rhggr6k44" - }, - "lim64pxgudnvpf7pgbf7gd32jwgu7thh": { - "name": "cray-mpich", - "version": "8.1.12", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "cce", - "version": "13.0.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "wrappers": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/mpich/8.1.12/ofi/crayclang/10.0", - "module": [ - "libfabric/1.15.0.0", - "cray-mpich/8.1.12" - ], - "extra_attributes": {} - }, - "package_hash": "rodj3475q2dbljuz5g5qa6btl36vw2ek6ubhip4i2oylayabwhdq====", - "hash": "lim64pxgudnvpf7pgbf7gd32jwgu7thh" - }, - "tavzo22u74dxtzkseqf45xdhkadhczuv": { - "name": "fftw", - "version": "3.3.8.13", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "cce", - "version": "13.0.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": false, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/fftw/3.3.8.13/x86_rome", - "module": [ - "cray-fftw/3.3.8.13" - ], - "extra_attributes": {} - }, - "package_hash": "3k3lxxsmxktgkdnaosjgu44fyyvpypoujh6ovezzx6mlxhtoju4a====", - "hash": "tavzo22u74dxtzkseqf45xdhkadhczuv" - }, - "34sblxvvjqrqbeot7otjyjuxes6r53v6": { - "name": "hwloc", - "version": "2.9.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "cce", - "version": "13.0.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": false, - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "mycljz5ugpik6k3lijrscndbuem5s4pipg5lmtprxxeyiemldxva====", - "dependencies": [ - { - "name": "libpciaccess", - "hash": "jmmeenlzakfnahg24fdekgvartnxyhuk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "yda44zyg3fzd3fnlbn6ubnbyw7xpwbvy", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "7sczacvk3iwawxtj6ql5s5ditqlosej4", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "mvw3qvie44gn7mtpizzhl6v5mifdwfga", - "type": [ - "build" - ] - } - ], - "hash": "34sblxvvjqrqbeot7otjyjuxes6r53v6" - }, - "mvw3qvie44gn7mtpizzhl6v5mifdwfga": { - "name": "pkg-config", - "version": "0.29.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "cce", - "version": "13.0.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "gbg7cfatgrssz3uo55zzkox2fzkpr4san6eijcbszseublk6ohfa====", - "hash": "mvw3qvie44gn7mtpizzhl6v5mifdwfga" - }, - "6wc4zlddzufpsikujnwu3shqtg7ycvbs": { - "name": "trilinos", - "version": "11.14.3", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "adelus": false, - "adios2": false, - "amesos": true, - "amesos2": false, - "anasazi": true, - "aztec": true, - "basker": false, - "belos": true, - "boost": false, - "build_system": "cmake", - "build_type": "Release", - "chaco": false, - "complex": false, - "cuda": true, - "cuda_arch": [ - "60" - ], - "cuda_rdc": false, - "cxxstd": "14", - "debug": false, - "dtk": false, - "epetra": true, - "epetraext": true, - "epetraextbtf": false, - "epetraextexperimental": false, - "epetraextgraphreorderings": false, - "exodus": false, - "explicit_template_instantiation": true, - "float": false, - "fortran": true, - "generator": "make", - "gotype": "long_long", - "gtest": false, - "hdf5": false, - "hypre": false, - "ifpack": true, - "ifpack2": false, - "intrepid": false, - "intrepid2": false, - "ipo": false, - "isorropia": false, - "kokkos": true, - "mesquite": false, - "minitensor": false, - "ml": true, - "mpi": true, - "muelu": false, - "mumps": false, - "nox": false, - "openmp": false, - "panzer": false, - "patches": [ - "a80f07763573aa2f096a46d272e6650f26b8f91e149b3ef984ddfa5d61930c38" - ], - "phalanx": false, - "piro": false, - "python": false, - "rocm": false, - "rocm_rdc": false, - "rol": false, - "rythmos": false, - "sacado": true, - "scorec": false, - "shards": false, - "shared": true, - "shylu": false, - "stk": false, - "stokhos": false, - "stratimikos": false, - "strumpack": false, - "suite-sparse": false, - "superlu": false, - "superlu-dist": false, - "teko": false, - "tempus": false, - "thyra": false, - "tpetra": false, - "trilinoscouplings": false, - "wrapper": true, - "x11": false, - "zoltan": false, - "zoltan2": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "a80f07763573aa2f096a46d272e6650f26b8f91e149b3ef984ddfa5d61930c38" - ], - "package_hash": "atref3kov7vttrom2lonrlrfditk26gbif5fvksbyl3vskqxbtdq====", - "dependencies": [ - { - "name": "cmake", - "hash": "lcprmdh46gsehy644rjw3fydqjkiklub", - "type": [ - "build" - ] - }, - { - "name": "cuda", - "hash": "dgsdxwxgjglpmngyhh22kl6tbf565f4g", - "type": [ - "build", - "link" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - }, - { - "name": "kokkos-nvcc-wrapper", - "hash": "od7lo3kgpkymnm7pxbc26ab7cbglozbc", - "type": [ - "build", - "link" - ] - }, - { - "name": "openblas", - "hash": "vvjy6wlxsezpeb2xcr3735m62jmxqnti", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "ezdiha6txgwwmpotw64noswkmb5vaouk", - "type": [ - "build", - "link" - ] - } - ], - "hash": "6wc4zlddzufpsikujnwu3shqtg7ycvbs" - }, - "lcprmdh46gsehy644rjw3fydqjkiklub": { - "name": "cmake", - "version": "3.17.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "patches": [ - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d", - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861" - ], - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861", - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d" - ], - "package_hash": "i2iqihk34k2274bl4fff7arxeoptcceli6tvya52pd7sks7txgla====", - "hash": "lcprmdh46gsehy644rjw3fydqjkiklub" - }, - "dgsdxwxgjglpmngyhh22kl6tbf565f4g": { - "name": "cuda", - "version": "10.2.89", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "allow-unsupported-compilers": false, - "build_system": "generic", - "dev": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "i5niiwgkswjz7pqhilr3snf7o5qpdmymsfqyjbggn5hfyxurm2yq====", - "dependencies": [ - { - "name": "libxml2", - "hash": "yda44zyg3fzd3fnlbn6ubnbyw7xpwbvy", - "type": [ - "build", - "link" - ] - } - ], - "hash": "dgsdxwxgjglpmngyhh22kl6tbf565f4g" - }, - "od7lo3kgpkymnm7pxbc26ab7cbglozbc": { - "name": "kokkos-nvcc-wrapper", - "version": "3.2.00", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "mpi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3hi6mdnpcdtstfurln5h2tnoy2of6a3llzqgvto2ovtmo4bmj5zq====", - "dependencies": [ - { - "name": "cmake", - "hash": "lcprmdh46gsehy644rjw3fydqjkiklub", - "type": [ - "build" - ] - }, - { - "name": "cuda", - "hash": "dgsdxwxgjglpmngyhh22kl6tbf565f4g", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "ezdiha6txgwwmpotw64noswkmb5vaouk", - "type": [ - "build", - "link" - ] - } - ], - "hash": "od7lo3kgpkymnm7pxbc26ab7cbglozbc" - }, - "ezdiha6txgwwmpotw64noswkmb5vaouk": { - "name": "openmpi", - "version": "4.1.5", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": true, - "cuda_arch": [ - "none" - ], - "cxx": true, - "cxx_exceptions": true, - "fabrics": [ - "ofi" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": true, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "pmi": true, - "romio": true, - "rsh": true, - "schedulers": [ - "slurm" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nmeupsigqhzfn64o6rq3tnwiostv6juj26c5dg4564xkoshzyzbq====", - "dependencies": [ - { - "name": "cuda", - "hash": "dgsdxwxgjglpmngyhh22kl6tbf565f4g", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "3q75mlfgtss5f62owgk3u6huownp7zsa", - "type": [ - "build", - "link" - ] - }, - { - "name": "libfabric", - "hash": "mjmgvubobyfeb2mbx3gz56wmrmucncxd", - "type": [ - "build", - "link" - ] - }, - { - "name": "numactl", - "hash": "3uckq6izk7jrqrpo3iaxtgag7ksuoidl", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssh", - "hash": "5e62i4mcr7kdnxy6kbkdw2a6tqjmz7dk", - "type": [ - "run" - ] - }, - { - "name": "perl", - "hash": "nals26aqmx5fbm4dam2vy4xo4gruxwnj", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "2gf47lm44wrkwrbpejkqnrwuw555qwdd", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "42erdk7xjfgro7o4cloounlfovu3owrx", - "type": [ - "build", - "link" - ] - }, - { - "name": "slurm", - "hash": "cc5jrw7dp2cmvmykiegno4kodeazhco7", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "zytvdjryvr4z2zkolcek7dxpy5lnhwgq", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ezdiha6txgwwmpotw64noswkmb5vaouk" - }, - "3q75mlfgtss5f62owgk3u6huownp7zsa": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": true, - "cuda_arch": [ - "none" - ], - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "cuda", - "hash": "dgsdxwxgjglpmngyhh22kl6tbf565f4g", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpciaccess", - "hash": "jmmeenlzakfnahg24fdekgvartnxyhuk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "yda44zyg3fzd3fnlbn6ubnbyw7xpwbvy", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "7sczacvk3iwawxtj6ql5s5ditqlosej4", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "2gf47lm44wrkwrbpejkqnrwuw555qwdd", - "type": [ - "build" - ] - } - ], - "hash": "3q75mlfgtss5f62owgk3u6huownp7zsa" - }, - "mjmgvubobyfeb2mbx3gz56wmrmucncxd": { - "name": "libfabric", - "version": "1.15.2.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "debug": false, - "fabrics": [ - "sockets", - "tcp", - "udp" - ], - "kdreg": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/libfabric/1.15.2.0", - "module": null, - "extra_attributes": {} - }, - "package_hash": "nss33uvhb6l34bm4ztcsffj7m6s6snfjsg6mqacfma7uots47lgq====", - "hash": "mjmgvubobyfeb2mbx3gz56wmrmucncxd" - }, - "3uckq6izk7jrqrpo3iaxtgag7ksuoidl": { - "name": "numactl", - "version": "2.0.14", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "4e1d78cbbb85de625bad28705e748856033eaafab92a66dffd383a3d7e00cc94", - "62fc8a8bf7665a60e8f4c93ebbd535647cebf74198f7afafec4c085a8825c006", - "ff37630df599cfabf0740518b91ec8daaf18e8f288b19adaae5364dc1f6b2296" - ], - "package_hash": "yfrelh4vcagcl7wantudtwpccnburhkpgqyvhgmxrzeo3wdmck4q====", - "dependencies": [ - { - "name": "autoconf", - "hash": "qopnyywo6pbzxnuwmhigd4atak36224e", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "zh6jx2cafu2oik2thrnfvzenymuwkqbf", - "type": [ - "build" - ] - }, - { - "name": "libtool", - "hash": "43334xnuikvddwtq4hwjyy4s2jhi2fxc", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "kmokjpw5nn5lzjspwosw42q3ooykuoaq", - "type": [ - "build" - ] - } - ], - "hash": "3uckq6izk7jrqrpo3iaxtgag7ksuoidl" - }, - "qopnyywo6pbzxnuwmhigd4atak36224e": { - "name": "autoconf", - "version": "2.69", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "7793209b33013dc0f81208718c68440c5aae80e7a1c4b8d336e382525af791a7" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "7793209b33013dc0f81208718c68440c5aae80e7a1c4b8d336e382525af791a7" - ], - "package_hash": "6pgbajyns7r3tn7fjcuyn5uls3mxj2hub6jkbae3r3aruuz6xytq====", - "hash": "qopnyywo6pbzxnuwmhigd4atak36224e" - }, - "zh6jx2cafu2oik2thrnfvzenymuwkqbf": { - "name": "automake", - "version": "1.15.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "bzvdwanfmdu5svefmzd4lc5uui4fgqltictvmrdi3kniuu6kcwrq====", - "hash": "zh6jx2cafu2oik2thrnfvzenymuwkqbf" - }, - "kmokjpw5nn5lzjspwosw42q3ooykuoaq": { - "name": "m4", - "version": "1.4.18", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "3877ab548f88597ab2327a2230ee048d2d07ace1062efe81fc92e91b7f39cd00", - "fc9b61654a3ba1a8d6cd78ce087e7c96366c290bc8d2c299f09828d793b853c8" - ], - "sigsegv": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "3877ab548f88597ab2327a2230ee048d2d07ace1062efe81fc92e91b7f39cd00", - "fc9b61654a3ba1a8d6cd78ce087e7c96366c290bc8d2c299f09828d793b853c8" - ], - "package_hash": "vxwx3k2qdjrdtwd3nggzkk6yrnvvp6xlix7dix4gbwyuhyicxjiq====", - "hash": "kmokjpw5nn5lzjspwosw42q3ooykuoaq" - }, - "5e62i4mcr7kdnxy6kbkdw2a6tqjmz7dk": { - "name": "openssh", - "version": "8.4p1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "o5k6licajaup4tb7tvikpwp6nz6r7osuy4vuvzmwksfox2xbf4dq====", - "hash": "5e62i4mcr7kdnxy6kbkdw2a6tqjmz7dk" - }, - "nals26aqmx5fbm4dam2vy4xo4gruxwnj": { - "name": "perl", - "version": "5.36.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cpanm": true, - "open": true, - "shared": true, - "threads": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "jrmkbpladvj6k6b5bvtr5vibchgqzmombrcsupw6fplb735sjkqq====", - "dependencies": [ - { - "name": "berkeley-db", - "hash": "rw54ihx5bs4eyp7cjdehgeyyzmhsjwqm", - "type": [ - "build", - "link" - ] - }, - { - "name": "bzip2", - "hash": "3fsplbhxwblraehnl66pq6vhlkxqu724", - "type": [ - "build", - "link" - ] - }, - { - "name": "gdbm", - "hash": "bw5nykgyidar4m3gw3fl2a3tka3dmvgl", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "zytvdjryvr4z2zkolcek7dxpy5lnhwgq", - "type": [ - "build", - "link" - ] - } - ], - "hash": "nals26aqmx5fbm4dam2vy4xo4gruxwnj" - }, - "rw54ihx5bs4eyp7cjdehgeyyzmhsjwqm": { - "name": "berkeley-db", - "version": "18.1.40", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxx": true, - "docs": false, - "patches": [ - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3", - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522" - ], - "stl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b231fcc4d5cff05e5c3a4814f6a5af0e9a966428dc2176540d2c05aff41de522", - "26090f418891757af46ac3b89a9f43d6eb5989f7a3dce3d1cfc99fba547203b3" - ], - "package_hash": "vpd5eetcurni5woqzl6jrukuo4a6fr5yoluxz32gxezgx5ftpxza====", - "hash": "rw54ihx5bs4eyp7cjdehgeyyzmhsjwqm" - }, - "3fsplbhxwblraehnl66pq6vhlkxqu724": { - "name": "bzip2", - "version": "1.0.8", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "debug": false, - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uzbfzh3bgm44pop46fdhw5gm7bqbprjrq7uqe2ulgqpjsm5q553q====", - "dependencies": [ - { - "name": "diffutils", - "hash": "hjjwl2dhcl6yeuymfbvc62dhkt7qyjft", - "type": [ - "build" - ] - } - ], - "hash": "3fsplbhxwblraehnl66pq6vhlkxqu724" - }, - "hjjwl2dhcl6yeuymfbvc62dhkt7qyjft": { - "name": "diffutils", - "version": "3.6", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "wczenrbgagtesf7wee46apoht7caprcxzkpzhutvufagyzhevchq====", - "hash": "hjjwl2dhcl6yeuymfbvc62dhkt7qyjft" - }, - "bw5nykgyidar4m3gw3fl2a3tka3dmvgl": { - "name": "gdbm", - "version": "1.23", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "liepxl6phlcxbgfmibxafhewtihlgaa4x3hko37ckqlafhxkrgdq====", - "dependencies": [ - { - "name": "readline", - "hash": "cq3vgexm5ohqwypk5pc5bbjyevocfiz5", - "type": [ - "build", - "link" - ] - } - ], - "hash": "bw5nykgyidar4m3gw3fl2a3tka3dmvgl" - }, - "cq3vgexm5ohqwypk5pc5bbjyevocfiz5": { - "name": "readline", - "version": "8.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7" - ], - "package_hash": "n4irfyzctyywbpjkipmeqzyqbmvpcl3l2ce6c475x6y7cmiy7aaq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "7sczacvk3iwawxtj6ql5s5ditqlosej4", - "type": [ - "build", - "link" - ] - } - ], - "hash": "cq3vgexm5ohqwypk5pc5bbjyevocfiz5" - }, - "42erdk7xjfgro7o4cloounlfovu3owrx": { - "name": "pmix", - "version": "4.1.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "pmi_backwards_compatibility": true, - "python": false, - "restful": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pgxqyih2hk2jlac2feyhdsxssydwmxouyaq7wjtvttp5lfi2rmjq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "3q75mlfgtss5f62owgk3u6huownp7zsa", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "emidvsknmsal4r55cubgu6otmldcucai", - "type": [ - "build", - "link" - ] - } - ], - "hash": "42erdk7xjfgro7o4cloounlfovu3owrx" - }, - "emidvsknmsal4r55cubgu6otmldcucai": { - "name": "libevent", - "version": "2.1.12", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "openssl": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "chtoynanib2eblvcdjcw7wxhpssxzovtbuewl3ygjqi56lhd3uka====", - "dependencies": [ - { - "name": "openssl", - "hash": "37y3voacikjbkxtsnx45ntroibkw5iqv", - "type": [ - "build", - "link" - ] - } - ], - "hash": "emidvsknmsal4r55cubgu6otmldcucai" - }, - "37y3voacikjbkxtsnx45ntroibkw5iqv": { - "name": "openssl", - "version": "1.1.1d", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "certs": "mozilla", - "docs": false, - "shared": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "322avg73iaksqj4urjsh3xk5xg2cda5tfldlxbryzcvox2nyc5ta====", - "hash": "37y3voacikjbkxtsnx45ntroibkw5iqv" - }, - "cc5jrw7dp2cmvmykiegno4kodeazhco7": { - "name": "slurm", - "version": "20.11.8", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gtk": false, - "hdf5": false, - "hwloc": false, - "mariadb": false, - "pmix": false, - "readline": true, - "restd": false, - "sysconfdir": "PREFIX/etc", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "u6juiyit2cdw7ec5ndixzlrh5ilfophuo55gncphec7wbt5a5wga====", - "hash": "cc5jrw7dp2cmvmykiegno4kodeazhco7" - }, - "vvjy6wlxsezpeb2xcr3735m62jmxqnti": { - "name": "openblas", - "version": "0.3.21", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "bignuma": false, - "build_system": "makefile", - "consistent_fpcsr": false, - "fortran": true, - "ilp64": false, - "locking": true, - "patches": [ - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd" - ], - "pic": true, - "shared": true, - "symbol_suffix": "none", - "threads": "none", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "d3d9b15fa39e18cdf972e1e5c78b320e36a24a481abd44e440eaf81bad227edd", - "a4c642fbaeafbf4178558368212594e99c74a7b6c2a119fd0627f7b54f1ebfb3", - "c20f5188a9145395c37c22ae5c1f72bfc24edfbccbb636cc8f9227345615daa8", - "114f95f6dae86da66e1ab2b97a1ca157b9ef3c8089948bc3e3ac5dc3a4de0417" - ], - "package_hash": "e5eb3gexvataymk3xz6z25fphixw5qprgx6zmcacynszwvyyhxha====", - "dependencies": [ - { - "name": "perl", - "hash": "nals26aqmx5fbm4dam2vy4xo4gruxwnj", - "type": [ - "build" - ] - } - ], - "hash": "vvjy6wlxsezpeb2xcr3735m62jmxqnti" - }, - "rmo3kwiq3nzcpavxw65evf744ho53e75": { - "name": "gams", - "version": "31.1.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/psi/Tools/GAMS/31.1.1/gams31.1_linux_x64_64_sfx", - "module": null, - "extra_attributes": {} - }, - "package_hash": "vhltphc4oeslejohifmtw2oflfiuq4fqfdr24fjbccqv5s7sta3q====", - "hash": "rmo3kwiq3nzcpavxw65evf744ho53e75" - }, - "svnhig7wklk354ez4gv4tq7p2s6asloa": { - "name": "gromacs", - "version": "2022.5", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "blas": false, - "build_system": "cmake", - "build_type": "Release", - "cp2k": false, - "cuda": false, - "cycle_subcounters": false, - "double": false, - "generator": "make", - "hwloc": true, - "ipo": false, - "lapack": false, - "mdrun_only": false, - "mpi": true, - "nosuffix": false, - "opencl": false, - "openmp": true, - "plumed": false, - "relaxed_double_precision": false, - "shared": true, - "sycl": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "axaieisugimbealawk2cgirb7mbgkfbofzm4mwhi7qu42f23maha====", - "dependencies": [ - { - "name": "cmake", - "hash": "m4vgnbzg5cxrkv4p7purbuxvnbfm6qae", - "type": [ - "build" - ] - }, - { - "name": "cray-mpich", - "hash": "zp4ihgkwpc3mpzcftb25odzvyziqoola", - "type": [ - "build", - "link" - ] - }, - { - "name": "fftw", - "hash": "kso2ldmtilwokdma5up5rjotqhpivc5y", - "type": [ - "build", - "link" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "fmp5xjo6phnx3ok25bibfbki5tfj27x6", - "type": [ - "build", - "link" - ] - } - ], - "hash": "svnhig7wklk354ez4gv4tq7p2s6asloa" - }, - "m4vgnbzg5cxrkv4p7purbuxvnbfm6qae": { - "name": "cmake", - "version": "3.17.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "patches": [ - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d", - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861" - ], - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861", - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d" - ], - "package_hash": "i2iqihk34k2274bl4fff7arxeoptcceli6tvya52pd7sks7txgla====", - "hash": "m4vgnbzg5cxrkv4p7purbuxvnbfm6qae" - }, - "zp4ihgkwpc3mpzcftb25odzvyziqoola": { - "name": "cray-mpich", - "version": "8.1.12", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "wrappers": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/mpich/8.1.12/ofi/gnu/9.1", - "module": [ - "cray-mpich/8.1.12" - ], - "extra_attributes": {} - }, - "package_hash": "rodj3475q2dbljuz5g5qa6btl36vw2ek6ubhip4i2oylayabwhdq====", - "hash": "zp4ihgkwpc3mpzcftb25odzvyziqoola" - }, - "kso2ldmtilwokdma5up5rjotqhpivc5y": { - "name": "fftw", - "version": "3.3.8.13", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": false, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/fftw/3.3.8.13/x86_rome", - "module": [ - "cray-fftw/3.3.8.13" - ], - "extra_attributes": {} - }, - "package_hash": "3k3lxxsmxktgkdnaosjgu44fyyvpypoujh6ovezzx6mlxhtoju4a====", - "hash": "kso2ldmtilwokdma5up5rjotqhpivc5y" - }, - "fmp5xjo6phnx3ok25bibfbki5tfj27x6": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": false, - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "libpciaccess", - "hash": "jmmeenlzakfnahg24fdekgvartnxyhuk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "yda44zyg3fzd3fnlbn6ubnbyw7xpwbvy", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "7sczacvk3iwawxtj6ql5s5ditqlosej4", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "owxqyr2nqpehesnbsufwnunaaae5ucul", - "type": [ - "build" - ] - } - ], - "hash": "fmp5xjo6phnx3ok25bibfbki5tfj27x6" - }, - "owxqyr2nqpehesnbsufwnunaaae5ucul": { - "name": "pkg-config", - "version": "0.29.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "gbg7cfatgrssz3uo55zzkox2fzkpr4san6eijcbszseublk6ohfa====", - "hash": "owxqyr2nqpehesnbsufwnunaaae5ucul" - }, - "jk3r6hj26bjxxmcavlwu7ztvniew5use": { - "name": "h5hut", - "version": "2.0.0rc3", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "fortran": true, - "mpi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "4yphzz2an75nrclnf24kcjbaj2crgfjifl2pnezlcvxhhfnn5toa====", - "dependencies": [ - { - "name": "cray-mpich", - "hash": "zp4ihgkwpc3mpzcftb25odzvyziqoola", - "type": [ - "build", - "link" - ] - }, - { - "name": "hdf5", - "hash": "ux2jqdburwumzrjqlrezonjx2hgl7umt", - "type": [ - "build", - "link" - ] - } - ], - "hash": "jk3r6hj26bjxxmcavlwu7ztvniew5use" - }, - "ux2jqdburwumzrjqlrezonjx2hgl7umt": { - "name": "hdf5", - "version": "1.8.12", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "api": "default", - "build_system": "cmake", - "build_type": "RelWithDebInfo", - "cxx": false, - "fortran": false, - "hl": false, - "ipo": false, - "mpi": true, - "patches": [ - "0e20187cda3980a4fdff410da92358b63de7ebef2df1d7a425371af78e50f666", - "b61e2f058964ad85be6ee5ecea10080bf79e73f83ff88d1fa4b602d00209da9c" - ], - "shared": true, - "szip": false, - "threadsafe": false, - "tools": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "b61e2f058964ad85be6ee5ecea10080bf79e73f83ff88d1fa4b602d00209da9c", - "0e20187cda3980a4fdff410da92358b63de7ebef2df1d7a425371af78e50f666" - ], - "package_hash": "ehbhdyi6obdh4myqjlulsr5heublhgmj7m5xapprjh3dcimayt4a====", - "dependencies": [ - { - "name": "cmake", - "hash": "m4vgnbzg5cxrkv4p7purbuxvnbfm6qae", - "type": [ - "build" - ] - }, - { - "name": "cray-mpich", - "hash": "zp4ihgkwpc3mpzcftb25odzvyziqoola", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "owxqyr2nqpehesnbsufwnunaaae5ucul", - "type": [ - "run" - ] - }, - { - "name": "zlib", - "hash": "zytvdjryvr4z2zkolcek7dxpy5lnhwgq", - "type": [ - "build", - "link" - ] - } - ], - "hash": "ux2jqdburwumzrjqlrezonjx2hgl7umt" - }, - "3ea2pntmmzatgcsgrzxxyr5tyjtwiidj": { - "name": "lammps", - "version": "20221222", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "adios": false, - "amoeba": false, - "asphere": false, - "atc": false, - "awpmd": false, - "bocs": false, - "body": false, - "bpm": false, - "brownian": false, - "build_system": "cmake", - "build_type": "Release", - "cg-dna": false, - "cg-spica": false, - "class2": false, - "colloid": false, - "colvars": false, - "compress": false, - "coreshell": false, - "cuda": false, - "cuda_mps": false, - "dielectric": false, - "diffraction": false, - "dipole": false, - "dpd-basic": false, - "dpd-meso": false, - "dpd-react": false, - "dpd-smooth": false, - "drude": false, - "eff": false, - "electrode": false, - "exceptions": false, - "extra-compute": false, - "extra-dump": false, - "extra-fix": false, - "extra-molecule": false, - "extra-pair": false, - "fep": false, - "ffmpeg": false, - "fftw_precision": "double", - "generator": "make", - "gpu_precision": "mixed", - "granular": false, - "h5md": false, - "intel": false, - "interlayer": false, - "ipo": false, - "jpeg": false, - "kim": false, - "kokkos": false, - "kspace": true, - "lammps_sizes": "smallbig", - "latboltz": false, - "latte": false, - "lib": true, - "machdyn": false, - "manifold": false, - "manybody": true, - "mc": false, - "meam": false, - "mesont": false, - "mgpt": false, - "misc": false, - "ml-hdnnp": false, - "ml-iap": false, - "ml-pod": false, - "ml-rann": false, - "ml-snap": false, - "mofff": false, - "molecule": true, - "molfile": false, - "mpi": true, - "mpiio": false, - "netcdf": false, - "opencl": false, - "openmp": true, - "openmp-package": false, - "opt": false, - "orient": false, - "peri": false, - "phonon": false, - "plugin": false, - "plumed": false, - "png": false, - "poems": false, - "ptm": false, - "python": false, - "qeq": false, - "qtb": false, - "reaction": false, - "reaxff": false, - "replica": false, - "rigid": true, - "rocm": false, - "shock": false, - "smtbq": false, - "sph": false, - "spin": false, - "srd": false, - "tally": false, - "uef": false, - "voronoi": false, - "vtk": false, - "yaff": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "25qq3i3kyxgnzzgvpyq6xa5qvmbnvyorcz7uw6oi3xrvdaa5nxta====", - "dependencies": [ - { - "name": "cmake", - "hash": "m4vgnbzg5cxrkv4p7purbuxvnbfm6qae", - "type": [ - "build" - ] - }, - { - "name": "cray-mpich", - "hash": "zp4ihgkwpc3mpzcftb25odzvyziqoola", - "type": [ - "build", - "link" - ] - }, - { - "name": "fftw", - "hash": "kso2ldmtilwokdma5up5rjotqhpivc5y", - "type": [ - "build", - "link" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - } - ], - "hash": "3ea2pntmmzatgcsgrzxxyr5tyjtwiidj" - }, - "wj25dzvv63gpfc4vo6lqumdjyzt3qsvl": { - "name": "trilinos", - "version": "13.4.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "adelus": false, - "adios2": false, - "amesos": true, - "amesos2": true, - "anasazi": true, - "aztec": false, - "basker": false, - "belos": true, - "boost": false, - "build_system": "cmake", - "build_type": "Release", - "chaco": false, - "complex": false, - "cuda": false, - "cuda_rdc": false, - "cxxstd": "14", - "debug": false, - "dtk": false, - "epetra": true, - "epetraext": true, - "epetraextbtf": false, - "epetraextexperimental": false, - "epetraextgraphreorderings": false, - "exodus": false, - "explicit_template_instantiation": true, - "float": false, - "fortran": false, - "generator": "make", - "gotype": "long_long", - "gtest": false, - "hdf5": false, - "hypre": false, - "ifpack": true, - "ifpack2": true, - "intrepid": false, - "intrepid2": false, - "ipo": false, - "isorropia": false, - "kokkos": true, - "mesquite": false, - "minitensor": false, - "ml": true, - "mpi": true, - "muelu": true, - "mumps": false, - "nox": false, - "openmp": false, - "panzer": false, - "phalanx": false, - "piro": false, - "python": false, - "rocm": false, - "rocm_rdc": false, - "rol": false, - "rythmos": false, - "sacado": true, - "scorec": false, - "shards": false, - "shared": true, - "shylu": false, - "stk": false, - "stokhos": false, - "stratimikos": false, - "strumpack": false, - "suite-sparse": false, - "superlu": false, - "superlu-dist": false, - "teko": false, - "tempus": false, - "thyra": false, - "tpetra": true, - "trilinoscouplings": false, - "wrapper": false, - "x11": false, - "zoltan": false, - "zoltan2": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "5l6ukmdftbillehgvgjkjw7c6rqxpf2rye5trxuquubsj6kecxbq====", - "dependencies": [ - { - "name": "cmake", - "hash": "m4vgnbzg5cxrkv4p7purbuxvnbfm6qae", - "type": [ - "build" - ] - }, - { - "name": "cray-libsci", - "hash": "7x6mtk7mzgth6fkd6nq3nrophffgez44", - "type": [ - "build", - "link" - ] - }, - { - "name": "cray-mpich", - "hash": "zp4ihgkwpc3mpzcftb25odzvyziqoola", - "type": [ - "build", - "link" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "fmp5xjo6phnx3ok25bibfbki5tfj27x6", - "type": [ - "build", - "link" - ] - } - ], - "hash": "wj25dzvv63gpfc4vo6lqumdjyzt3qsvl" - }, - "7x6mtk7mzgth6fkd6nq3nrophffgez44": { - "name": "cray-libsci", - "version": "21.08.1.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "11.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "mpi": false, - "openmp": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/libsci/21.08.1.2/GNU/9.1/x86_64", - "module": [ - "cray-libsci/21.08.1.2" - ], - "extra_attributes": {} - }, - "package_hash": "dcjmtw2spcdlu336jo2mfdifjhesy56vb5wkezlm4uriyxb3jq2a====", - "hash": "7x6mtk7mzgth6fkd6nq3nrophffgez44" - }, - "c7gmsq4uy6em3zqwo5y5spvvmkw6cyiu": { - "name": "quantum-espresso", - "version": "7.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "20.9" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "Release", - "cuda": true, - "elpa": false, - "epw": true, - "generator": "make", - "hdf5": "none", - "ipo": false, - "libxc": false, - "mpi": true, - "mpigpu": false, - "nvtx": false, - "openmp": true, - "patch": true, - "patches": [ - "5075f2df61ef5ff70f2ec3b52a113f5636fb07f5d3d4c0115931f9b95ed61c3e", - "e54d33e36a2667bd1d7e358db9fa9d4d83085264cdd47e39ce88754452ae7700" - ], - "qmcpack": false, - "scalapack": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "e54d33e36a2667bd1d7e358db9fa9d4d83085264cdd47e39ce88754452ae7700", - "5075f2df61ef5ff70f2ec3b52a113f5636fb07f5d3d4c0115931f9b95ed61c3e" - ], - "package_hash": "ioo24bqqpghswq25u2pvaofb2fqdst7v6x3a4qu4xtzpklk3jela====", - "dependencies": [ - { - "name": "cmake", - "hash": "ph5qzelhieeakv7a3d4l6wz4hj4fn65k", - "type": [ - "build" - ] - }, - { - "name": "cray-libsci", - "hash": "ynfpalnwi4zua24xc4juica45m66sffb", - "type": [ - "build", - "link" - ] - }, - { - "name": "cray-mpich", - "hash": "xrphwge54p76c3xrjv3wvqm6cbywfbzv", - "type": [ - "build", - "link" - ] - }, - { - "name": "fftw", - "hash": "eohl7sid2umgfmwl43czsm6ynikbxitn", - "type": [ - "build", - "link" - ] - }, - { - "name": "git", - "hash": "gqi64ek7pe5ycva4ky7ylvsh5upjtknm", - "type": [ - "build" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "4w5qku7knikk5xl3devookvxzpiohdwi", - "type": [ - "build" - ] - }, - { - "name": "netlib-scalapack", - "hash": "6x5cnqnbuuf5oxcekypkagbtylej7fp7", - "type": [ - "build", - "link" - ] - } - ], - "hash": "c7gmsq4uy6em3zqwo5y5spvvmkw6cyiu" - }, - "ph5qzelhieeakv7a3d4l6wz4hj4fn65k": { - "name": "cmake", - "version": "3.17.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "20.9" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "patches": [ - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d", - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861" - ], - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "e51119dd387aa3eb2f21fee730d3aa8b5480301c5e2e3a33bd86f4f7d8903861", - "1c540040c7e203dd8e27aa20345ecb07fe06570d56410a24a266ae570b1c4c39", - "bf695e3febb222da2ed94b3beea600650e4318975da90e4a71d6f31a6d5d8c3d" - ], - "package_hash": "i2iqihk34k2274bl4fff7arxeoptcceli6tvya52pd7sks7txgla====", - "hash": "ph5qzelhieeakv7a3d4l6wz4hj4fn65k" - }, - "ynfpalnwi4zua24xc4juica45m66sffb": { - "name": "cray-libsci", - "version": "21.08.1.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "20.9" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "mpi": false, - "openmp": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/libsci/21.08.1.2/NVIDIA/20.7/x86_64", - "module": [ - "cray-libsci/21.08.1.2" - ], - "extra_attributes": {} - }, - "package_hash": "dcjmtw2spcdlu336jo2mfdifjhesy56vb5wkezlm4uriyxb3jq2a====", - "hash": "ynfpalnwi4zua24xc4juica45m66sffb" - }, - "xrphwge54p76c3xrjv3wvqm6cbywfbzv": { - "name": "cray-mpich", - "version": "8.1.12", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "20.9" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "wrappers": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/mpich/8.1.12/ofi/nvidia/20.7", - "module": [ - "cray-mpich/8.1.12" - ], - "extra_attributes": {} - }, - "package_hash": "rodj3475q2dbljuz5g5qa6btl36vw2ek6ubhip4i2oylayabwhdq====", - "hash": "xrphwge54p76c3xrjv3wvqm6cbywfbzv" - }, - "eohl7sid2umgfmwl43czsm6ynikbxitn": { - "name": "fftw", - "version": "3.3.8.13", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "20.9" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": true, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/fftw/3.3.8.13/x86_rome", - "module": [ - "cray-fftw/3.3.8.13" - ], - "extra_attributes": {} - }, - "package_hash": "3k3lxxsmxktgkdnaosjgu44fyyvpypoujh6ovezzx6mlxhtoju4a====", - "hash": "eohl7sid2umgfmwl43czsm6ynikbxitn" - }, - "gqi64ek7pe5ycva4ky7ylvsh5upjtknm": { - "name": "git", - "version": "2.35.3", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "20.9" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "man": true, - "nls": true, - "perl": true, - "subtree": true, - "svn": false, - "tcltk": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "oo3na3kglthy7ttnswabgkt3mnd27uigdllrpwksipphbce6vfea====", - "hash": "gqi64ek7pe5ycva4ky7ylvsh5upjtknm" - }, - "4w5qku7knikk5xl3devookvxzpiohdwi": { - "name": "m4", - "version": "1.4.18", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "20.9" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "3877ab548f88597ab2327a2230ee048d2d07ace1062efe81fc92e91b7f39cd00", - "5746cf51f45b405661c3edae7a78c33d41e54d83f635d16e2bf1f956dbfbf635", - "fc9b61654a3ba1a8d6cd78ce087e7c96366c290bc8d2c299f09828d793b853c8" - ], - "sigsegv": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "3877ab548f88597ab2327a2230ee048d2d07ace1062efe81fc92e91b7f39cd00", - "5746cf51f45b405661c3edae7a78c33d41e54d83f635d16e2bf1f956dbfbf635", - "fc9b61654a3ba1a8d6cd78ce087e7c96366c290bc8d2c299f09828d793b853c8" - ], - "package_hash": "cvcjgpxrmswn37ccydlj367hqszcqvwwcsumn6plvs2a2xjr7bbq====", - "hash": "4w5qku7knikk5xl3devookvxzpiohdwi" - }, - "6x5cnqnbuuf5oxcekypkagbtylej7fp7": { - "name": "netlib-scalapack", - "version": "2.2.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "20.9" - }, - "namespace": "builtin", - "parameters": { - "build_system": "cmake", - "build_type": "Release", - "ipo": false, - "patches": [ - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "pic": false, - "shared": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "patches": [ - "1c9ce5fee1451a08c2de3cc87f446aeda0b818ebbce4ad0d980ddf2f2a0b2dc4", - "072b006e485f0ca4cba56096912a986e4d3da73aae51c2205928aa5eb842cefd", - "244a9aadb1b1e212ed1390f492afa827189c940524b7ab17053d00130a12577b" - ], - "package_hash": "klnhadkgudl5m6cjfytruhmoyxkk3qkvkzirkpvl5b7kqlfvqqfq====", - "dependencies": [ - { - "name": "cmake", - "hash": "ph5qzelhieeakv7a3d4l6wz4hj4fn65k", - "type": [ - "build" - ] - }, - { - "name": "cray-libsci", - "hash": "ynfpalnwi4zua24xc4juica45m66sffb", - "type": [ - "build", - "link" - ] - }, - { - "name": "cray-mpich", - "hash": "xrphwge54p76c3xrjv3wvqm6cbywfbzv", - "type": [ - "build", - "link" - ] - } - ], - "hash": "6x5cnqnbuuf5oxcekypkagbtylej7fp7" - }, - "3lz7oftxxjrsig2zq6ysb2gkgx66y4n7": { - "name": "gromacs", - "version": "2023.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "blas": false, - "build_system": "cmake", - "build_type": "Release", - "cp2k": false, - "cuda": false, - "cycle_subcounters": false, - "double": false, - "generator": "make", - "hwloc": true, - "ipo": false, - "lapack": false, - "mdrun_only": false, - "mpi": true, - "nosuffix": false, - "opencl": false, - "openmp": true, - "relaxed_double_precision": false, - "shared": true, - "sycl": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uiopcjtxyrz3i2kptrntudgd6xv54xvx45bxayagobnrwxb4t4mq====", - "dependencies": [ - { - "name": "cmake", - "hash": "jtmi3zty2rcyz3rqoxdft5td3ly2is23", - "type": [ - "build" - ] - }, - { - "name": "cray-mpich", - "hash": "l56gavrnmt63rbewp7zzqffr2pe3nfzz", - "type": [ - "build", - "link" - ] - }, - { - "name": "fftw", - "hash": "g3mtvrzgedykix42lybaeqxl4q2qqv3r", - "type": [ - "build", - "link" - ] - }, - { - "name": "gcc", - "hash": "hb3fdltndzag5j4irzwk7axmo3dpgti4", - "type": [ - "build", - "link" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "voyuo7tzf6ayyxyii3cbqzaw6nq4lx5j", - "type": [ - "build", - "link" - ] - } - ], - "hash": "3lz7oftxxjrsig2zq6ysb2gkgx66y4n7" - }, - "jtmi3zty2rcyz3rqoxdft5td3ly2is23": { - "name": "cmake", - "version": "3.25.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "build_type": "Release", - "doc": false, - "ncurses": true, - "ownlibs": true, - "qt": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "ysf62cck7ys4vib7w24wd5fml52wsgyptvpjjmqdheeiwc65y5xq====", - "dependencies": [ - { - "name": "ncurses", - "hash": "7sczacvk3iwawxtj6ql5s5ditqlosej4", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssl", - "hash": "37y3voacikjbkxtsnx45ntroibkw5iqv", - "type": [ - "build", - "link" - ] - } - ], - "hash": "jtmi3zty2rcyz3rqoxdft5td3ly2is23" - }, - "l56gavrnmt63rbewp7zzqffr2pe3nfzz": { - "name": "cray-mpich", - "version": "8.1.12", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "generic", - "wrappers": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/mpich/8.1.12/ofi/intel/19.0", - "module": [ - "libfabric/1.15.0.0", - "cray-mpich/8.1.12" - ], - "extra_attributes": {} - }, - "package_hash": "rodj3475q2dbljuz5g5qa6btl36vw2ek6ubhip4i2oylayabwhdq====", - "hash": "l56gavrnmt63rbewp7zzqffr2pe3nfzz" - }, - "g3mtvrzgedykix42lybaeqxl4q2qqv3r": { - "name": "fftw", - "version": "3.3.8.13", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "mpi": true, - "openmp": false, - "pfft_patches": false, - "precision": [ - "double", - "float" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/pe/fftw/3.3.8.13/x86_rome", - "module": [ - "cray-fftw/3.3.8.13" - ], - "extra_attributes": {} - }, - "package_hash": "3k3lxxsmxktgkdnaosjgu44fyyvpypoujh6ovezzx6mlxhtoju4a====", - "hash": "g3mtvrzgedykix42lybaeqxl4q2qqv3r" - }, - "hb3fdltndzag5j4irzwk7axmo3dpgti4": { - "name": "gcc", - "version": "13.1.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "binutils": false, - "bootstrap": true, - "build_system": "autotools", - "build_type": "RelWithDebInfo", - "graphite": false, - "languages": [ - "c", - "c++", - "fortran" - ], - "nvptx": false, - "piclibs": false, - "profiled": false, - "strip": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "3bw53rkxzzijal6k5hzecxyztb3aaetrdapuw42654igl24bqobq====", - "dependencies": [ - { - "name": "diffutils", - "hash": "hjjwl2dhcl6yeuymfbvc62dhkt7qyjft", - "type": [ - "build" - ] - }, - { - "name": "gawk", - "hash": "tzog5t6hkd2szek6xg7eabaui23qepmq", - "type": [ - "build" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - }, - { - "name": "gmp", - "hash": "ivgl6yhupa65gaqxjddlodeupb3xrrho", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "43334xnuikvddwtq4hwjyy4s2jhi2fxc", - "type": [ - "build" - ] - }, - { - "name": "mpc", - "hash": "s7wqdkityzji3pfk7if7z3vmnryklpwa", - "type": [ - "build", - "link" - ] - }, - { - "name": "mpfr", - "hash": "h6rduexm2vcssznergiba5bkxc6tbr2n", - "type": [ - "build", - "link" - ] - }, - { - "name": "perl", - "hash": "nals26aqmx5fbm4dam2vy4xo4gruxwnj", - "type": [ - "build" - ] - }, - { - "name": "texinfo", - "hash": "ed674flkfaa37bfvi2kygwthjdlxo7kh", - "type": [ - "build" - ] - }, - { - "name": "zlib", - "hash": "zytvdjryvr4z2zkolcek7dxpy5lnhwgq", - "type": [ - "build", - "link" - ] - }, - { - "name": "zstd", - "hash": "5btrrqudvxfr7tyoanrpmwq64hylxg4d", - "type": [ - "build", - "link" - ] - } - ], - "hash": "hb3fdltndzag5j4irzwk7axmo3dpgti4" - }, - "tzog5t6hkd2szek6xg7eabaui23qepmq": { - "name": "gawk", - "version": "4.2.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "nls": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "7555yr75vpzsz4qwk6bzcnwzfb3wk3ks3fvibtotmpoahglkeyjq====", - "hash": "tzog5t6hkd2szek6xg7eabaui23qepmq" - }, - "ivgl6yhupa65gaqxjddlodeupb3xrrho": { - "name": "gmp", - "version": "6.2.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cxx": true, - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "2hnkjjdwg373agw7iznt26ju6txaanwsii2c7bwbsnsqaqx4rjzq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "qopnyywo6pbzxnuwmhigd4atak36224e", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "zh6jx2cafu2oik2thrnfvzenymuwkqbf", - "type": [ - "build" - ] - }, - { - "name": "libtool", - "hash": "43334xnuikvddwtq4hwjyy4s2jhi2fxc", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "kmokjpw5nn5lzjspwosw42q3ooykuoaq", - "type": [ - "build" - ] - } - ], - "hash": "ivgl6yhupa65gaqxjddlodeupb3xrrho" - }, - "s7wqdkityzji3pfk7if7z3vmnryklpwa": { - "name": "mpc", - "version": "1.3.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "webjlp34evhh4wauduchhdv4t35ibc3ifgq4ep4q6su5lauip6ha====", - "dependencies": [ - { - "name": "gmp", - "hash": "ivgl6yhupa65gaqxjddlodeupb3xrrho", - "type": [ - "build", - "link" - ] - }, - { - "name": "mpfr", - "hash": "h6rduexm2vcssznergiba5bkxc6tbr2n", - "type": [ - "build", - "link" - ] - } - ], - "hash": "s7wqdkityzji3pfk7if7z3vmnryklpwa" - }, - "h6rduexm2vcssznergiba5bkxc6tbr2n": { - "name": "mpfr", - "version": "4.2.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "libs": [ - "shared", - "static" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "kboiubybspyf6ywqx5iadw3cap7n2ms6ucbvfypdgnfysqsopvnq====", - "dependencies": [ - { - "name": "autoconf", - "hash": "qopnyywo6pbzxnuwmhigd4atak36224e", - "type": [ - "build" - ] - }, - { - "name": "autoconf-archive", - "hash": "o4njaxpd2vbtg3xj6pm7riastfp4gdno", - "type": [ - "build" - ] - }, - { - "name": "automake", - "hash": "zh6jx2cafu2oik2thrnfvzenymuwkqbf", - "type": [ - "build" - ] - }, - { - "name": "gmp", - "hash": "ivgl6yhupa65gaqxjddlodeupb3xrrho", - "type": [ - "build", - "link" - ] - }, - { - "name": "libtool", - "hash": "43334xnuikvddwtq4hwjyy4s2jhi2fxc", - "type": [ - "build" - ] - }, - { - "name": "m4", - "hash": "kmokjpw5nn5lzjspwosw42q3ooykuoaq", - "type": [ - "build" - ] - }, - { - "name": "texinfo", - "hash": "ed674flkfaa37bfvi2kygwthjdlxo7kh", - "type": [ - "build" - ] - } - ], - "hash": "h6rduexm2vcssznergiba5bkxc6tbr2n" - }, - "o4njaxpd2vbtg3xj6pm7riastfp4gdno": { - "name": "autoconf-archive", - "version": "2023.02.20", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "alaqrobe65z2evmo3p23j6mk4sbunn2bkxmcbtwdkpuxsgzfhhsq====", - "hash": "o4njaxpd2vbtg3xj6pm7riastfp4gdno" - }, - "ed674flkfaa37bfvi2kygwthjdlxo7kh": { - "name": "texinfo", - "version": "6.5", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "patches": [ - "12f6edb0c6b270b8c8dba2ce17998c580db01182d871ee32b7b6e4129bd1d23a", - "1732115f651cff98989cb0215d8f64da5e0f7911ebf0c13b064920f088f2ffe1" - ], - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "patches": [ - "1732115f651cff98989cb0215d8f64da5e0f7911ebf0c13b064920f088f2ffe1", - "12f6edb0c6b270b8c8dba2ce17998c580db01182d871ee32b7b6e4129bd1d23a" - ], - "package_hash": "c2y4zxe7qyo3pitceoayby22qtsiozsvhij657btctvnr4blmola====", - "hash": "ed674flkfaa37bfvi2kygwthjdlxo7kh" - }, - "5btrrqudvxfr7tyoanrpmwq64hylxg4d": { - "name": "zstd", - "version": "1.5.4", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "gcc", - "version": "7.5.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "makefile", - "libs": [ - "shared", - "static" - ], - "programs": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "izsym4u42o32iv3wnjppgh72xowljesxowqcbjnnqbznaqplb22q====", - "hash": "5btrrqudvxfr7tyoanrpmwq64hylxg4d" - }, - "voyuo7tzf6ayyxyii3cbqzaw6nq4lx5j": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": false, - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "libpciaccess", - "hash": "jmmeenlzakfnahg24fdekgvartnxyhuk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "yda44zyg3fzd3fnlbn6ubnbyw7xpwbvy", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "7sczacvk3iwawxtj6ql5s5ditqlosej4", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "mrxygs7bads4c56wonwppqxizql4x7fz", - "type": [ - "build" - ] - } - ], - "hash": "voyuo7tzf6ayyxyii3cbqzaw6nq4lx5j" - }, - "mrxygs7bads4c56wonwppqxizql4x7fz": { - "name": "pkg-config", - "version": "0.29.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "internal_glib": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "gbg7cfatgrssz3uo55zzkox2fzkpr4san6eijcbszseublk6ohfa====", - "hash": "mrxygs7bads4c56wonwppqxizql4x7fz" - }, - "murktlyzkvuvpwipphjdqoludsycau5i": { - "name": "gromacs", - "version": "2023.1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "blas": false, - "build_system": "cmake", - "build_type": "Release", - "cp2k": false, - "cuda": false, - "cycle_subcounters": false, - "double": false, - "generator": "make", - "hwloc": true, - "ipo": false, - "lapack": false, - "mdrun_only": false, - "mpi": true, - "nosuffix": false, - "opencl": false, - "openmp": true, - "relaxed_double_precision": false, - "shared": true, - "sycl": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "uiopcjtxyrz3i2kptrntudgd6xv54xvx45bxayagobnrwxb4t4mq====", - "dependencies": [ - { - "name": "cmake", - "hash": "jtmi3zty2rcyz3rqoxdft5td3ly2is23", - "type": [ - "build" - ] - }, - { - "name": "fftw", - "hash": "g3mtvrzgedykix42lybaeqxl4q2qqv3r", - "type": [ - "build", - "link" - ] - }, - { - "name": "gcc", - "hash": "hb3fdltndzag5j4irzwk7axmo3dpgti4", - "type": [ - "build", - "link" - ] - }, - { - "name": "gmake", - "hash": "flzxzb57l4icrcaljyphl6ggxh5iiddp", - "type": [ - "build" - ] - }, - { - "name": "hwloc", - "hash": "wc3pauznnwu5ib4g5g7d726jw3zevfoz", - "type": [ - "build", - "link" - ] - }, - { - "name": "openmpi", - "hash": "3m72upil3u7eb4k3zupzr2vtxzderygo", - "type": [ - "build", - "link" - ] - } - ], - "hash": "murktlyzkvuvpwipphjdqoludsycau5i" - }, - "wc3pauznnwu5ib4g5g7d726jw3zevfoz": { - "name": "hwloc", - "version": "2.9.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "cairo": false, - "cuda": true, - "cuda_arch": [ - "none" - ], - "gl": false, - "libs": [ - "shared", - "static" - ], - "libudev": false, - "libxml2": true, - "netloc": false, - "nvml": false, - "oneapi-level-zero": false, - "opencl": false, - "pci": true, - "rocm": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "zt64smv7qvwopmocdgmlfgopbk3yza7rrbwkmu5t3mnofeq4fjlq====", - "dependencies": [ - { - "name": "cuda", - "hash": "ivvlihq4hvrb2pdvk7be5i3ziesl4nkn", - "type": [ - "build", - "link" - ] - }, - { - "name": "libpciaccess", - "hash": "jmmeenlzakfnahg24fdekgvartnxyhuk", - "type": [ - "build", - "link" - ] - }, - { - "name": "libxml2", - "hash": "yda44zyg3fzd3fnlbn6ubnbyw7xpwbvy", - "type": [ - "build", - "link" - ] - }, - { - "name": "ncurses", - "hash": "7sczacvk3iwawxtj6ql5s5ditqlosej4", - "type": [ - "build", - "link" - ] - }, - { - "name": "pkg-config", - "hash": "mrxygs7bads4c56wonwppqxizql4x7fz", - "type": [ - "build" - ] - } - ], - "hash": "wc3pauznnwu5ib4g5g7d726jw3zevfoz" - }, - "ivvlihq4hvrb2pdvk7be5i3ziesl4nkn": { - "name": "cuda", - "version": "11.0.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "nvhpc", - "version": "20.9" - }, - "namespace": "builtin", - "parameters": { - "allow-unsupported-compilers": false, - "build_system": "generic", - "dev": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/nvidia/hpc_sdk/Linux_x86_64/20.9/cuda", - "module": null, - "extra_attributes": {} - }, - "package_hash": "ptzzfj6xq5msw2ml34huyqj5t4rep5dw5pyoth7a4aqccvxrz36q====", - "hash": "ivvlihq4hvrb2pdvk7be5i3ziesl4nkn" - }, - "3m72upil3u7eb4k3zupzr2vtxzderygo": { - "name": "openmpi", - "version": "4.1.5", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "atomics": false, - "build_system": "autotools", - "cuda": true, - "cuda_arch": [ - "none" - ], - "cxx": true, - "cxx_exceptions": true, - "fabrics": [ - "ofi" - ], - "gpfs": false, - "internal-hwloc": false, - "java": false, - "legacylaunchers": true, - "lustre": false, - "memchecker": false, - "orterunprefix": false, - "pmi": true, - "romio": true, - "rsh": true, - "schedulers": [ - "slurm" - ], - "singularity": false, - "static": true, - "vt": true, - "wrapper-rpath": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "nmeupsigqhzfn64o6rq3tnwiostv6juj26c5dg4564xkoshzyzbq====", - "dependencies": [ - { - "name": "cuda", - "hash": "ivvlihq4hvrb2pdvk7be5i3ziesl4nkn", - "type": [ - "build", - "link" - ] - }, - { - "name": "hwloc", - "hash": "wc3pauznnwu5ib4g5g7d726jw3zevfoz", - "type": [ - "build", - "link" - ] - }, - { - "name": "libfabric", - "hash": "znrrj6yr2trtmvetiq7df4nii44sslnz", - "type": [ - "build", - "link" - ] - }, - { - "name": "numactl", - "hash": "3uckq6izk7jrqrpo3iaxtgag7ksuoidl", - "type": [ - "build", - "link" - ] - }, - { - "name": "openssh", - "hash": "jjecu5potcw6jnzyl7tot5d5mitl2bbz", - "type": [ - "run" - ] - }, - { - "name": "perl", - "hash": "nals26aqmx5fbm4dam2vy4xo4gruxwnj", - "type": [ - "build" - ] - }, - { - "name": "pkg-config", - "hash": "mrxygs7bads4c56wonwppqxizql4x7fz", - "type": [ - "build" - ] - }, - { - "name": "pmix", - "hash": "5gd7oh3kgagus42ohs4tits44mnozata", - "type": [ - "build", - "link" - ] - }, - { - "name": "slurm", - "hash": "nbryasl5pgxe7u4atiu6mccr3ef763bz", - "type": [ - "build", - "link" - ] - }, - { - "name": "zlib", - "hash": "zytvdjryvr4z2zkolcek7dxpy5lnhwgq", - "type": [ - "build", - "link" - ] - } - ], - "hash": "3m72upil3u7eb4k3zupzr2vtxzderygo" - }, - "znrrj6yr2trtmvetiq7df4nii44sslnz": { - "name": "libfabric", - "version": "1.15.2.0", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "debug": false, - "fabrics": [ - "sockets", - "tcp", - "udp" - ], - "kdreg": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/opt/cray/libfabric/1.15.2.0", - "module": null, - "extra_attributes": {} - }, - "package_hash": "nss33uvhb6l34bm4ztcsffj7m6s6snfjsg6mqacfma7uots47lgq====", - "hash": "znrrj6yr2trtmvetiq7df4nii44sslnz" - }, - "jjecu5potcw6jnzyl7tot5d5mitl2bbz": { - "name": "openssh", - "version": "8.4p1", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gssapi": true, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "o5k6licajaup4tb7tvikpwp6nz6r7osuy4vuvzmwksfox2xbf4dq====", - "hash": "jjecu5potcw6jnzyl7tot5d5mitl2bbz" - }, - "5gd7oh3kgagus42ohs4tits44mnozata": { - "name": "pmix", - "version": "4.1.2", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "docs": false, - "pmi_backwards_compatibility": true, - "python": false, - "restful": false, - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "package_hash": "pgxqyih2hk2jlac2feyhdsxssydwmxouyaq7wjtvttp5lfi2rmjq====", - "dependencies": [ - { - "name": "hwloc", - "hash": "wc3pauznnwu5ib4g5g7d726jw3zevfoz", - "type": [ - "build", - "link" - ] - }, - { - "name": "libevent", - "hash": "emidvsknmsal4r55cubgu6otmldcucai", - "type": [ - "build", - "link" - ] - } - ], - "hash": "5gd7oh3kgagus42ohs4tits44mnozata" - }, - "nbryasl5pgxe7u4atiu6mccr3ef763bz": { - "name": "slurm", - "version": "20.11.8", - "arch": { - "platform": "linux", - "platform_os": "sles15", - "target": { - "name": "zen", - "vendor": "AuthenticAMD", - "features": [ - "abm", - "aes", - "avx", - "avx2", - "bmi1", - "bmi2", - "clflushopt", - "clzero", - "cx16", - "f16c", - "fma", - "fsgsbase", - "mmx", - "movbe", - "pclmulqdq", - "popcnt", - "rdseed", - "sse", - "sse2", - "sse4_1", - "sse4_2", - "sse4a", - "ssse3", - "xsavec", - "xsaveopt" - ], - "generation": 0, - "parents": [ - "x86_64_v3" - ] - } - }, - "compiler": { - "name": "oneapi", - "version": "2021.2.0" - }, - "namespace": "builtin", - "parameters": { - "build_system": "autotools", - "gtk": false, - "hdf5": false, - "hwloc": false, - "mariadb": false, - "pmix": false, - "readline": true, - "restd": false, - "sysconfdir": "PREFIX/etc", - "cflags": [], - "cppflags": [], - "cxxflags": [], - "fflags": [], - "ldflags": [], - "ldlibs": [] - }, - "external": { - "path": "/usr", - "module": null, - "extra_attributes": {} - }, - "package_hash": "u6juiyit2cdw7ec5ndixzlrh5ilfophuo55gncphec7wbt5a5wga====", - "hash": "nbryasl5pgxe7u4atiu6mccr3ef763bz" - } - } -} \ No newline at end of file diff --git a/env/sles15/stable/spack.yaml b/env/sles15/stable/spack.yaml deleted file mode 100644 index e538ef5..0000000 --- a/env/sles15/stable/spack.yaml +++ /dev/null @@ -1,67 +0,0 @@ -spack: - concretizer: - unify: false - config: - build_stage: - - /scratch/spack/spack-stage - definitions: - - aocc_mpi: - - ^cray-mpich - - aocc_pckgs: - - gromacs@2021.7 - - cce_mpi: - - ^cray-mpich - - cce_pckgs: - - gromacs@2021.7 - - gcc_7.5.0_mpi: - - ^openmpi@4.1.5 - - gcc_11.2.0_mpi: - - ^cray-mpich - - gcc_7.5.0_pckgs: - - trilinos@11.14.3 +mpi+cuda cuda_arch=60 ~tpetra - - gcc_11.2.0_pckgs: - - gams@31.1.1 - - gromacs@2022.5 +mpi - - h5hut@2.0.0rc3 +mpi - - lammps@20221222 - - trilinos@13.4.1 ~fortran - - intel_mpi: - - ^cray-mpich - - ^openmpi%oneapi - - intel_pckgs: - - gromacs@2023.1 ^cmake@3.25.2%gcc@7.5.0 - - nvhpc_mpi: - - ^cray-mpich - - nvhpc_pckgs: - - quantum-espresso@7.0 +mpi+cuda - include: - - ../sysconfigs/packages.yaml - - ../sysconfigs/compilers.yaml - - ../sysconfigs/modules.yaml - specs: - - matrix: - - [$aocc_pckgs] - - [$aocc_mpi] - - ['%aocc@3.1.0'] - - matrix: - - [$cce_pckgs] - - [$cce_mpi] - - ['%cce@13.0.0'] - - matrix: - - [$gcc_7.5.0_pckgs] - - [$gcc_7.5.0_mpi] - - [^openblas] - - ['%gcc@7.5.0'] - - matrix: - - [$gcc_11.2.0_pckgs] - - [$gcc_11.2.0_mpi] - - ['%gcc@11.2.0'] - - matrix: - - [$nvhpc_pckgs] - - [$nvhpc_mpi] - - ['%nvhpc@20.9'] - - matrix: - - [$intel_pckgs] - - [$intel_mpi] - - ['%oneapi@2021.2.0'] - view: false diff --git a/env/sles15/sysconfigs/compilers.yaml b/env/sles15/sysconfigs/compilers.yaml deleted file mode 100644 index a02e2c6..0000000 --- a/env/sles15/sysconfigs/compilers.yaml +++ /dev/null @@ -1,125 +0,0 @@ -compilers: - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: - - PrgEnv-cray/8.3.0 - - cce/13.0.0 - - libfabric/1.15.2.0 - - craype-x86-rome - - xpmem/2.4.4-2.3_13.8__gff0e1d9.shasta - operating_system: sles15 - paths: - cc: cc - cxx: CC - f77: ftn - fc: ftn - spec: cce@13.0.0 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: - - PrgEnv-gnu/8.3.0 - - gcc/11.2.0 - - libfabric/1.15.2.0 - - craype-x86-rome - - xpmem/2.4.4-2.3_13.8__gff0e1d9.shasta - operating_system: sles15 - paths: - cc: cc - cxx: CC - f77: ftn - fc: ftn - spec: gcc@11.2.0 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: - - libfabric/1.15.2.0 - - craype-x86-rome - - xpmem/2.4.4-2.3_13.8__gff0e1d9.shasta - operating_system: sles15 - paths: - cc: /usr/bin/gcc - cxx: /usr/bin/g++ - f77: /usr/bin/gfortran - fc: /usr/bin/gfortran - spec: gcc@7.5.0 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: - - PrgEnv-nvidia/8.3.0 - - nvidia/20.9 - - libfabric/1.15.2.0 - - craype-x86-rome - - xpmem/2.4.4-2.3_13.8__gff0e1d9.shasta - operating_system: sles15 - paths: - cc: cc - cxx: CC - f77: ftn - fc: ftn - spec: nvhpc@20.9 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: - - PrgEnv-intel/8.3.0 - - intel/2021.2.0 - - libfabric/1.15.2.0 - - craype-x86-rome - - xpmem/2.4.4-2.3_13.8__gff0e1d9.shasta - operating_system: sles15 - paths: - cc: cc - cxx: CC - f77: ftn - fc: ftn - spec: intel@2021.2.0 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: - - PrgEnv-intel/8.3.0 - - intel-oneapi/2021.2.0 - - libfabric/1.15.2.0 - - craype-x86-rome - - xpmem/2.4.4-2.3_13.8__gff0e1d9.shasta - operating_system: sles15 - paths: - cc: cc - cxx: CC - f77: ftn - fc: ftn - spec: oneapi@2021.2.0 - target: x86_64 - - compiler: - environment: {} - extra_rpaths: [] - flags: {} - modules: - - PrgEnv-aocc/8.3.0 - - aocc/3.1.0 - - libfabric/1.15.2.0 - - craype-x86-rome - - xpmem/2.4.4-2.3_13.8__gff0e1d9.shasta - operating_system: sles15 - paths: - cc: cc - cxx: CC - f77: ftn - fc: ftn - spec: aocc@3.1.0 - target: x86_64 diff --git a/env/sles15/sysconfigs/modules.yaml b/env/sles15/sysconfigs/modules.yaml deleted file mode 100644 index 13c1a4b..0000000 --- a/env/sles15/sysconfigs/modules.yaml +++ /dev/null @@ -1,94 +0,0 @@ -modules: - default: - tcl: - blacklist_implicits: true - all: - autoload: direct - conflict: - - '{name}' - environment: - set: - ${PACKAGE}_INCLUDE_DIR: '{prefix}/include' - ${PACKAGE}_LIBRARY_DIR: '{prefix}/lib' - ${PACKAGE}_VERSION: '{version}' - intel-oneapi-mpi: - environment: - set: - I_MPI_CXX: 'mpiicpc' - I_MPI_F77: 'mpiifort' - I_MPI_F90: 'mpiifort' - I_MPI_FC: 'mpiifort' - I_MPI_ICC: 'mpiicc' - MPIEXEC: 'mpiexec.hydra' - MPIFC: 'mpiifort' - MPIFORTRAN: 'mpiifort' - MPIRUN: 'mpirun' - mpich: - environment: - set: - MPIEXEC: ${prefix}/bin/mpiexec - MPIFC: ${prefix}/bin/mpif90 - MPIFORTRAN: ${prefix}/bin/mpif90 - MPIRUN: ${prefix}/bin/mpirun - openblas: - environment: - set: - BLASLIB: ${prefix}/libopenblas.a - openmpi: - environment: - set: - MPIEXEC: ${prefix}/bin/mpiexec - MPIFC: ${prefix}/bin/mpif90 - MPIFORTRAN: ${prefix}/bin/mpif90 - MPIRUN: ${prefix}/bin/mpirun - root: - environment: - set: - ROOTSYS: ${prefix} - cuda: - environment: - prepend_path: - ${PACKAGE}_PATH: '{prefix}' - LIBRARY_PATH: '{prefix}/lib64/stubs:{prefix}/targets/x86_64-linux/lib/stubs' - set: - ${PACKAGE}_DIR: '{prefix}' - ${PACKAGE}_INCLUDE_DIR: '{prefix}/include' - ${PACKAGE}_LIBRARY_DIR: '{prefix}/lib' - ${PACKAGE}_PATH: '{prefix}' - ${PACKAGE}_VERSION: '{version}' - hdf5~mpi: - environment: - set: - ${PACKAGE}_DIR: '{prefix}' - ${PACKAGE}_HOME: '{prefix}' - ${PACKAGE}_INCLUDE_DIR: '{prefix}/include' - ${PACKAGE}_LIBRARY_DIR: '{prefix}/lib:{prefix}/lib64' - ${PACKAGE}_PREFIX: '{prefix}' - ${PACKAGE}_ROOT: '{prefix}' - ${PACKAGE}_VERSION: '{version}' - prefix_inspections: - '': - - CMAKE_PREFIX_PATH - bin: - - PATH - include: - - C_INCLUDE_PATH - - CPLUS_INCLUDE_PATH - lib: - - LIBRARY_PATH - - LD_LIBRARY_PATH - lib/pkgconfig: - - PKG_CONFIG_PATH - lib64: - - LIBRARY_PATH - - LD_LIBRARY_PATH - lib64/pkgconfig: - - PKG_CONFIG_PATH - man: - - MANPATH - share/aclocal: - - ACLOCAL_PATH - share/man: - - MANPATH - share/pkgconfig: - - PKG_CONFIG_PATH diff --git a/env/sles15/sysconfigs/packages.yaml b/env/sles15/sysconfigs/packages.yaml deleted file mode 100644 index 599c0f3..0000000 --- a/env/sles15/sysconfigs/packages.yaml +++ /dev/null @@ -1,283 +0,0 @@ ---- -packages: - all: - providers: - blas: [ cray-libsci ] - mpi: [ cray-mpich ] - pkgconfig: [ pkg-config ] - target: - - zen - autoconf: - buildable: false - externals: - - prefix: /usr - spec: autoconf@2.69 - automake: - buildable: false - externals: - - prefix: /usr - spec: automake@1.15.1 - berkeley-db: - require: '%gcc@7.5.0' - binutils: - buildable: false - externals: - - prefix: /usr - spec: binutils@2.37.20211103 - bison: - buildable: false - externals: - - prefix: /usr - spec: bison@3.0.4 - boost: - require: '%gcc@7.5.0' - ca-certificates-mozilla: - require: '%gcc@7.5.0' - cairo: - require: '%gcc@7.5.0' - cmake: - externals: - - spec: cmake@3.17.0 - prefix: /usr - require: - - one_of: [ - "cmake@3.17.0", - "cmake@3.25.2%gcc@7.5.0" - ] - coreutils: - buildable: false - externals: - - prefix: /usr - spec: coreutils@8.32 - cray-libsci: - externals: - - modules: - - cray-libsci/21.08.1.2 - spec: cray-libsci@21.08.1.2 - cray-mpich: - buildable: false - externals: - - modules: - - cray-mpich/8.1.12 - spec: cray-mpich@8.1.12 ~wrappers - ctffind: - require: '%gcc@7.5.0' - cuda: - externals: - - prefix: /opt/nvidia/hpc_sdk/Linux_x86_64/20.9/cuda - spec: cuda@11.0.0%nvhpc@20.9 - curl: - buildable: false - externals: - - prefix: /usr - spec: curl@7.66.0+gssapi+ldap+nghttp2 - diffutils: - buildable: false - externals: - - prefix: /usr - spec: diffutils@3.6 - expat: - require: '%gcc@7.5.0' - fftw: - buildable: false - externals: - - modules: - - cray-fftw/3.3.8.13 - spec: fftw@3.3.8.13 - findutils: - buildable: false - externals: - - prefix: /usr - spec: findutils@4.8.0 - flex: - buildable: false - externals: - - prefix: /usr - spec: flex@2.6.4+lex - fltk: - require: '%gcc@7.5.0' - fontconfig: - require: '%gcc@7.5.0' - gams: - buildable: false - externals: - - prefix: /opt/psi/Tools/GAMS/31.1.1/gams31.1_linux_x64_64_sfx - spec: gams@31.1.1%gcc - gawk: - buildable: false - externals: - - prefix: /usr - spec: gawk@4.2.1 - gcc: - require: '%gcc@7.5.0' - gdbm: - require: '%gcc@7.5.0' - gettext: - require: '%gcc@7.5.0' - git: - buildable: false - externals: - - prefix: /usr - spec: git@2.35.3~tcltk - gmake: - require: '%gcc@7.5.0' - buildable: false - externals: - - prefix: /usr - spec: gmake@4.2.1 - groff: - buildable: false - externals: - - prefix: /usr - spec: groff@1.22.3 - hdf5: - externals: - - modules: - - cray-hdf5-parallel/1.12.0.7 - spec: hdf5@1.12.0.7+mpi - - prefix: /opt/cray/pe/hdf5-parallel/1.12.0.7/nvidia/20.7 - spec: hdf5@1.12.0.7%nvhpc+mpi - - modules: - - cray-hdf5/1.12.0.7 - spec: hdf5@1.12.0.7~mpi - libbsd: - require: '%gcc@7.5.0' - libevent: - require: '%gcc@7.5.0' - libfabric: - buildable: false - externals: - - prefix: /opt/cray/libfabric/1.15.2.0 - spec: libfabric@1.15.2.0 - libiconv: - require: '%gcc@7.5.0' - libidn2: - require: '%gcc@7.5.0' - libmd: - require: '%gcc@7.5.0' - libpciaccess: - require: '%gcc@7.5.0' - libsigsegv: - require: '%gcc@7.5.0' - libtool: - buildable: false - externals: - - prefix: /usr - spec: libtool@2.4.6 - libxml2: - require: '%gcc@7.5.0' - llvm: - buildable: false - externals: - - prefix: /opt/AMD/aocc-compiler-3.1.0 - spec: llvm@15.0.3 - m4: - buildable: false - externals: - - prefix: /usr - spec: m4@1.4.18 - ncurses: - require: '%gcc@7.5.0' - netcdf-c: - buildable: false - externals: - - modules: - - cray-parallel-netcdf/1.12.1.7 - spec: netcdf-c@4.0.1 +mpi - netcdf-fortran: - buildable: false - externals: - - modules: - - cray-parallel-netcdf/1.12.1.7 - spec: netcdf-fortran@4.0.1 - ninja: - require: '%gcc@7.5.0' - numactl: - require: '%gcc@7.5.0' - openblas: - require: '%gcc@7.5.0' - opengl: - externals: - - prefix: /usr - spec: opengl@1.7.0 - openmpi: - externals: - - prefix: /opt/nvidia/hpc_sdk/Linux_x86_64/20.9/comm_libs/openmpi4/openmpi-4.0.5 - spec: openmpi@4.0.5%nvhpc@20.9 - require: - - one_of: [ - "openmpi@4.1.5%gcc@7.5.0 schedulers=slurm fabrics=ofi +pmi +cxx +cxx_exceptions +cuda +legacylaunchers", - "openmpi@4.1.5%oneapi schedulers=slurm fabrics=ofi +pmi +cxx +cxx_exceptions +cuda +legacylaunchers", - "openmpi@4.0.5%nvhpc@20.9" - ] - openssh: - buildable: false - externals: - - prefix: /usr - spec: openssh@8.4p1 - openssl: - buildable: false - externals: - - prefix: /usr - spec: openssl@1.1.1d - perl: - require: '%gcc@7.5.0' - pkg-config: - buildable: false - externals: - - prefix: /usr - spec: pkg-config@0.29.2 - pkgconf: - require: '%gcc@7.5.0' - py-fypp: - require: '%gcc@7.5.0' - python: - require: '%gcc@7.5.0' - rdma-core: - buildable: false - externals: - - spec: rdma-core@31.0 - prefix: /usr - readline: - require: '%gcc@7.5.0' - slurm: - buildable: false - externals: - - spec: slurm@20.11.8 - prefix: /usr - sqlite: - require: '%gcc@7.5.0' - tar: - buildable: false - externals: - - prefix: /usr - spec: tar@1.34 - texinfo: - buildable: false - externals: - - prefix: /usr - spec: texinfo@6.5 - unuran: - require: '%gcc@7.5.0' - util-linux-uuid: - require: '%gcc@7.5.0' - util-macros: - require: '%gcc@7.5.0' - valgrind: - buildable: false - externals: - - modules: - - valgrind4hpc/2.12.8 - spec: valgrind@2.12.8 - xpmem: - buildable: false - externals: - - modules: - - xpmem/2.4.4-2.3_9.1__gff0e1d9.shasta - spec: xpmem@2.4.4 - xxhash: - require: '%gcc@7.5.0' - zlib: - require: '%gcc@7.5.0' - zstd: - require: '%gcc@7.5.0' diff --git a/env/sles15/unstable/spack.yaml b/env/sles15/unstable/spack.yaml deleted file mode 100644 index 1166dc4..0000000 --- a/env/sles15/unstable/spack.yaml +++ /dev/null @@ -1,52 +0,0 @@ -spack: - concretizer: - unify: when_possible - config: - build_stage: - - /scratch/spack/spack-stage - definitions: - - aocc_mpi: - - ^cray-mpich - - aocc_pckgs: - - gromacs@2022.5 - - cce_mpi: - - ^cray-mpich - - cce_pckgs: - - gromacs@2022.5 - - gcc_11.2.0_mpi: - - ^cray-mpich - - gcc_11.2.0_pckgs: - - gromacs@2023 +mpi +cuda - - h5hut +mpi - - lammps - - trilinos ~fortran - - intel_mpi: - - ^cray-mpich - - intel_pckgs: - - gromacs@2022.5 - - nvhpc_mpi: - - ^cray-mpich - - nvhpc_pckgs: - - quantum-espresso +mpi+cuda hdf5=parallel - include: - - ../sysconfigs/packages.yaml - - ../sysconfigs/compilers.yaml - - ../sysconfigs/modules.yaml - specs: - - matrix: - - [$aocc_pckgs] - - [$aocc_mpi] - - ['%aocc@3.1.0'] - - matrix: - - [$cce_pckgs] - - [$cce_mpi] - - ['%cce@13.0.0'] - - matrix: - - [$gcc_11.2.0_pckgs] - - [$gcc_11.2.0_mpi] - - ['%gcc@11.2.0'] - - matrix: - - [$nvhpc_pckgs] - - [$nvhpc_mpi] - - ['%nvhpc@20.9'] - view: false diff --git a/packages/amrex/AMReX-18.07.1.patch b/packages/amrex/AMReX-18.07.1.patch new file mode 100644 index 0000000..0a57457 --- /dev/null +++ b/packages/amrex/AMReX-18.07.1.patch @@ -0,0 +1,113 @@ +diff -bur amrex-18.07/Src/Base/AMReX_ParallelDescriptor.cpp amrex-18.07.1/Src/Base/AMReX_ParallelDescriptor.cpp +--- amrex-18.07/Src/Base/AMReX_ParallelDescriptor.cpp 2018-07-02 19:40:21 ++++ amrex-18.07.1/Src/Base/AMReX_ParallelDescriptor.cpp 2023-07-19 16:50:02 +@@ -1950,22 +1950,17 @@ + static MPI_Datatype mine(MPI_DATATYPE_NULL); + if ( mine == MPI_DATATYPE_NULL ) + { +- IntVect iv[2]; // Used to construct the data types +- MPI_Datatype types[] = { +- MPI_LB, +- MPI_INT, +- MPI_UB}; +- int blocklens[] = { 1, AMREX_SPACEDIM, 1}; +- MPI_Aint disp[3]; +- int n = 0; +- BL_MPI_REQUIRE( MPI_Address(&iv[0], &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].vect, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[1], &disp[n++]) ); +- for ( int i = n-1; i >= 0; i-- ) +- { +- disp[i] -= disp[0]; ++ MPI_Datatype types[] = { MPI_INT }; ++ int blocklens[] = { AMREX_SPACEDIM }; ++ MPI_Aint disp[] = { 0 }; ++ BL_MPI_REQUIRE( MPI_Type_create_struct(1, blocklens, disp, types, &mine) ); ++ MPI_Aint lb, extent; ++ BL_MPI_REQUIRE( MPI_Type_get_extent(mine, &lb, &extent) ); ++ if (extent != sizeof(IntVect)) { ++ MPI_Datatype tmp = mine; ++ BL_MPI_REQUIRE( MPI_Type_create_resized(tmp, 0, sizeof(IntVect), &mine) ); ++ BL_MPI_REQUIRE( MPI_Type_free(&tmp) ); + } +- BL_MPI_REQUIRE( MPI_Type_struct(n, blocklens, disp, types, &mine) ); + BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); + } + return mine; +@@ -1976,22 +1971,17 @@ + static MPI_Datatype mine(MPI_DATATYPE_NULL); + if ( mine == MPI_DATATYPE_NULL ) + { +- IndexType iv[2]; // Used to construct the data types +- MPI_Datatype types[] = { +- MPI_LB, +- MPI_UNSIGNED, +- MPI_UB}; +- int blocklens[] = { 1, 1, 1}; +- MPI_Aint disp[3]; +- int n = 0; +- BL_MPI_REQUIRE( MPI_Address(&iv[0], &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].itype, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[1], &disp[n++]) ); +- for ( int i = n-1; i >= 0; i-- ) +- { +- disp[i] -= disp[0]; ++ MPI_Datatype types[] = { MPI_UNSIGNED }; ++ int blocklens[] = { 1 }; ++ MPI_Aint disp[] = { 0 }; ++ BL_MPI_REQUIRE( MPI_Type_create_struct(1, blocklens, disp, types, &mine) ); ++ MPI_Aint lb, extent; ++ BL_MPI_REQUIRE( MPI_Type_get_extent(mine, &lb, &extent) ); ++ if (extent != sizeof(IndexType)) { ++ MPI_Datatype tmp = mine; ++ BL_MPI_REQUIRE( MPI_Type_create_resized(tmp, 0, sizeof(IndexType), &mine) ); ++ BL_MPI_REQUIRE( MPI_Type_free(&tmp) ); + } +- BL_MPI_REQUIRE( MPI_Type_struct(n, blocklens, disp, types, &mine) ); + BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); + } + return mine; +@@ -2002,26 +1992,28 @@ + static MPI_Datatype mine(MPI_DATATYPE_NULL); + if ( mine == MPI_DATATYPE_NULL ) + { +- Box iv[2]; // Used to construct the data types ++ Box bx[2]; + MPI_Datatype types[] = { +- MPI_LB, + Mpi_typemap::type(), + Mpi_typemap::type(), + Mpi_typemap::type(), +- MPI_UB}; +- int blocklens[] = { 1, 1, 1, 1, 1}; +- MPI_Aint disp[5]; +- int n = 0; +- BL_MPI_REQUIRE( MPI_Address(&iv[0], &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].smallend, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].bigend, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].btype, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[1], &disp[n++]) ); +- for ( int i = n-1; i >= 0; i-- ) +- { +- disp[i] -= disp[0]; ++ }; ++ int blocklens[] = { 1, 1, 1 }; ++ MPI_Aint disp[3]; ++ BL_MPI_REQUIRE( MPI_Get_address(&bx[0].smallend, &disp[0]) ); ++ BL_MPI_REQUIRE( MPI_Get_address(&bx[0].bigend, &disp[1]) ); ++ BL_MPI_REQUIRE( MPI_Get_address(&bx[0].btype, &disp[2]) ); ++ disp[2] -= disp[0]; ++ disp[1] -= disp[0]; ++ disp[0] = 0; ++ BL_MPI_REQUIRE( MPI_Type_create_struct(3, blocklens, disp, types, &mine) ); ++ MPI_Aint lb, extent; ++ BL_MPI_REQUIRE( MPI_Type_get_extent(mine, &lb, &extent) ); ++ if (extent != sizeof(bx[0])) { ++ MPI_Datatype tmp = mine; ++ BL_MPI_REQUIRE( MPI_Type_create_resized(tmp, 0, sizeof(bx[0]), &mine) ); ++ BL_MPI_REQUIRE( MPI_Type_free(&tmp) ); + } +- BL_MPI_REQUIRE( MPI_Type_struct(n, blocklens, disp, types, &mine) ); + BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); + } + return mine; diff --git a/packages/amrex/AMReX_ParallelDescriptor.patch b/packages/amrex/AMReX_ParallelDescriptor.patch new file mode 100644 index 0000000..c8fd3c3 --- /dev/null +++ b/packages/amrex/AMReX_ParallelDescriptor.patch @@ -0,0 +1,270 @@ +--- amrex-18.07/Src/Base/AMReX_ParallelDescriptor.cpp 2018-07-02 19:40:21.000000000 +0200 ++++ AMReX_ParallelDescriptor.cpp 2021-06-21 15:25:26.752813320 +0200 +@@ -54,13 +54,13 @@ + + #ifdef BL_USE_UPCXX + UPCXX_MPI_Mode Mode; +-#endif ++#endif + + #ifdef BL_USE_MPI3 + MPI_Win cp_win; + MPI_Win fb_win; + #endif +- ++ + namespace util + { + // +@@ -951,7 +951,7 @@ + BL_MPI_REQUIRE( MPI_Allreduce(&recv_team, &recv, 1, Mpi_typemap::type(), op, + MyTeam().get_lead_comm()) ); + } +- BL_MPI_REQUIRE( MPI_Bcast(&recv, 1, Mpi_typemap::type(), ++ BL_MPI_REQUIRE( MPI_Bcast(&recv, 1, Mpi_typemap::type(), + 0, MyTeam().get_team_comm()) ); + } + else +@@ -994,11 +994,11 @@ + BL_MPI_REQUIRE( MPI_Reduce(r, recv_team.dataPtr(), cnt, Mpi_typemap::type(), op, + 0, MyTeam().get_team_comm()) ); + if (isTeamLead()) { +- BL_MPI_REQUIRE( MPI_Allreduce(recv_team.dataPtr(), recv.dataPtr(), cnt, ++ BL_MPI_REQUIRE( MPI_Allreduce(recv_team.dataPtr(), recv.dataPtr(), cnt, + Mpi_typemap::type(), op, + MyTeam().get_lead_comm()) ); + } +- BL_MPI_REQUIRE( MPI_Bcast(recv.dataPtr(), cnt, Mpi_typemap::type(), ++ BL_MPI_REQUIRE( MPI_Bcast(recv.dataPtr(), cnt, Mpi_typemap::type(), + 0, MyTeam().get_team_comm()) ); + } + else +@@ -1045,7 +1045,7 @@ + RankInLeadComm(cpu), MyTeam().get_lead_comm()) ); + } + if (sameTeam(cpu)) { +- BL_MPI_REQUIRE( MPI_Bcast(&recv, 1, Mpi_typemap::type(), ++ BL_MPI_REQUIRE( MPI_Bcast(&recv, 1, Mpi_typemap::type(), + 0, MyTeam().get_team_comm()) ); + } + } +@@ -1098,7 +1098,7 @@ + RankInLeadComm(cpu), MyTeam().get_lead_comm()) ); + } + if (sameTeam(cpu)) { +- BL_MPI_REQUIRE( MPI_Bcast(&recv[0], cnt, Mpi_typemap::type(), ++ BL_MPI_REQUIRE( MPI_Bcast(&recv[0], cnt, Mpi_typemap::type(), + 0, MyTeam().get_team_comm()) ); + } + } +@@ -1148,7 +1148,7 @@ + BL_MPI_REQUIRE( MPI_Allreduce(&recv_team, &recv, 1, MPI_LONG, op, + MyTeam().get_lead_comm()) ); + } +- BL_MPI_REQUIRE( MPI_Bcast(&recv, 1, MPI_LONG, ++ BL_MPI_REQUIRE( MPI_Bcast(&recv, 1, MPI_LONG, + 0, MyTeam().get_team_comm()) ); + } + else +@@ -1191,7 +1191,7 @@ + BL_MPI_REQUIRE( MPI_Reduce(r, recv_team.dataPtr(), cnt, MPI_LONG, op, + 0, MyTeam().get_team_comm()) ); + if (isTeamLead()) { +- BL_MPI_REQUIRE( MPI_Allreduce(recv_team.dataPtr(), recv.dataPtr(), cnt, ++ BL_MPI_REQUIRE( MPI_Allreduce(recv_team.dataPtr(), recv.dataPtr(), cnt, + MPI_LONG, op, + MyTeam().get_lead_comm()) ); + } +@@ -1295,7 +1295,7 @@ + RankInLeadComm(cpu), MyTeam().get_lead_comm()) ); + } + if (sameTeam(cpu)) { +- BL_MPI_REQUIRE( MPI_Bcast(&recv[0], cnt, MPI_LONG, ++ BL_MPI_REQUIRE( MPI_Bcast(&recv[0], cnt, MPI_LONG, + 0, MyTeam().get_team_comm()) ); + } + } +@@ -1345,7 +1345,7 @@ + BL_MPI_REQUIRE( MPI_Allreduce(&recv_team, &recv, 1, MPI_INT, op, + MyTeam().get_lead_comm()) ); + } +- BL_MPI_REQUIRE( MPI_Bcast(&recv, 1, MPI_INT, ++ BL_MPI_REQUIRE( MPI_Bcast(&recv, 1, MPI_INT, + 0, MyTeam().get_team_comm()) ); + } + else +@@ -1388,7 +1388,7 @@ + BL_MPI_REQUIRE( MPI_Reduce(r, recv_team.dataPtr(), cnt, MPI_INT, op, + 0, MyTeam().get_team_comm()) ); + if (isTeamLead()) { +- BL_MPI_REQUIRE( MPI_Allreduce(recv_team.dataPtr(), recv.dataPtr(), cnt, ++ BL_MPI_REQUIRE( MPI_Allreduce(recv_team.dataPtr(), recv.dataPtr(), cnt, + MPI_INT, op, + MyTeam().get_lead_comm()) ); + } +@@ -1492,7 +1492,7 @@ + RankInLeadComm(cpu), MyTeam().get_lead_comm()) ); + } + if (sameTeam(cpu)) { +- BL_MPI_REQUIRE( MPI_Bcast(&recv[0], cnt, MPI_LONG, ++ BL_MPI_REQUIRE( MPI_Bcast(&recv[0], cnt, MPI_LONG, + 0, MyTeam().get_team_comm()) ); + } + } +@@ -1735,13 +1735,13 @@ + return m_finished; + } + +-void ParallelDescriptor::EndParallel () ++void ParallelDescriptor::EndParallel () + { + ParallelContext::pop(); + } + + void ParallelDescriptor::Abort (int s, bool backtrace) +-{ ++{ + if (backtrace && amrex::system::signal_handling) { + BLBackTrace::handler(s); + } else { +@@ -1950,23 +1950,18 @@ + static MPI_Datatype mine(MPI_DATATYPE_NULL); + if ( mine == MPI_DATATYPE_NULL ) + { +- IntVect iv[2]; // Used to construct the data types +- MPI_Datatype types[] = { +- MPI_LB, +- MPI_INT, +- MPI_UB}; +- int blocklens[] = { 1, AMREX_SPACEDIM, 1}; +- MPI_Aint disp[3]; +- int n = 0; +- BL_MPI_REQUIRE( MPI_Address(&iv[0], &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].vect, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[1], &disp[n++]) ); +- for ( int i = n-1; i >= 0; i-- ) +- { +- disp[i] -= disp[0]; +- } +- BL_MPI_REQUIRE( MPI_Type_struct(n, blocklens, disp, types, &mine) ); +- BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); ++ MPI_Datatype types[] = { MPI_INT }; ++ int blocklens[] = { AMREX_SPACEDIM }; ++ MPI_Aint disp[] = { 0 }; ++ BL_MPI_REQUIRE( MPI_Type_create_struct(1, blocklens, disp, types, &mine) ); ++ MPI_Aint lb, extent; ++ BL_MPI_REQUIRE( MPI_Type_get_extent(mine, &lb, &extent) ); ++ if (extent != sizeof(IntVect)) { ++ MPI_Datatype tmp = mine; ++ BL_MPI_REQUIRE( MPI_Type_create_resized(tmp, 0, sizeof(IntVect), &mine) ); ++ BL_MPI_REQUIRE( MPI_Type_free(&tmp) ); ++ } ++ BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); + } + return mine; + } +@@ -1976,23 +1971,18 @@ + static MPI_Datatype mine(MPI_DATATYPE_NULL); + if ( mine == MPI_DATATYPE_NULL ) + { +- IndexType iv[2]; // Used to construct the data types +- MPI_Datatype types[] = { +- MPI_LB, +- MPI_UNSIGNED, +- MPI_UB}; +- int blocklens[] = { 1, 1, 1}; +- MPI_Aint disp[3]; +- int n = 0; +- BL_MPI_REQUIRE( MPI_Address(&iv[0], &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].itype, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[1], &disp[n++]) ); +- for ( int i = n-1; i >= 0; i-- ) +- { +- disp[i] -= disp[0]; +- } +- BL_MPI_REQUIRE( MPI_Type_struct(n, blocklens, disp, types, &mine) ); +- BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); ++ MPI_Datatype types[] = { MPI_UNSIGNED }; ++ int blocklens[] = { 1 }; ++ MPI_Aint disp[] = { 0 }; ++ BL_MPI_REQUIRE( MPI_Type_create_struct(1, blocklens, disp, types, &mine) ); ++ MPI_Aint lb, extent; ++ BL_MPI_REQUIRE( MPI_Type_get_extent(mine, &lb, &extent) ); ++ if (extent != sizeof(IndexType)) { ++ MPI_Datatype tmp = mine; ++ BL_MPI_REQUIRE( MPI_Type_create_resized(tmp, 0, sizeof(IndexType), &mine) ); ++ BL_MPI_REQUIRE( MPI_Type_free(&tmp) ); ++ } ++ BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); + } + return mine; + } +@@ -2002,27 +1992,29 @@ + static MPI_Datatype mine(MPI_DATATYPE_NULL); + if ( mine == MPI_DATATYPE_NULL ) + { +- Box iv[2]; // Used to construct the data types +- MPI_Datatype types[] = { +- MPI_LB, +- Mpi_typemap::type(), +- Mpi_typemap::type(), +- Mpi_typemap::type(), +- MPI_UB}; +- int blocklens[] = { 1, 1, 1, 1, 1}; +- MPI_Aint disp[5]; +- int n = 0; +- BL_MPI_REQUIRE( MPI_Address(&iv[0], &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].smallend, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].bigend, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].btype, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[1], &disp[n++]) ); +- for ( int i = n-1; i >= 0; i-- ) +- { +- disp[i] -= disp[0]; +- } +- BL_MPI_REQUIRE( MPI_Type_struct(n, blocklens, disp, types, &mine) ); +- BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); ++ Box bx[2]; ++ MPI_Datatype types[] = { ++ Mpi_typemap::type(), ++ Mpi_typemap::type(), ++ Mpi_typemap::type(), ++ }; ++ int blocklens[] = { 1, 1, 1 }; ++ MPI_Aint disp[3]; ++ BL_MPI_REQUIRE( MPI_Get_address(&bx[0].smallend, &disp[0]) ); ++ BL_MPI_REQUIRE( MPI_Get_address(&bx[0].bigend, &disp[1]) ); ++ BL_MPI_REQUIRE( MPI_Get_address(&bx[0].btype, &disp[2]) ); ++ disp[2] -= disp[0]; ++ disp[1] -= disp[0]; ++ disp[0] = 0; ++ BL_MPI_REQUIRE( MPI_Type_create_struct(3, blocklens, disp, types, &mine) ); ++ MPI_Aint lb, extent; ++ BL_MPI_REQUIRE( MPI_Type_get_extent(mine, &lb, &extent) ); ++ if (extent != sizeof(bx[0])) { ++ MPI_Datatype tmp = mine; ++ BL_MPI_REQUIRE( MPI_Type_create_resized(tmp, 0, sizeof(bx[0]), &mine) ); ++ BL_MPI_REQUIRE( MPI_Type_free(&tmp) ); ++ } ++ BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); + } + return mine; + } +@@ -2121,7 +2113,7 @@ + team_ranks[i] = MyTeamLead() + i; + } + BL_MPI_REQUIRE( MPI_Group_incl(grp, team_size, team_ranks, &team_grp) ); +- BL_MPI_REQUIRE( MPI_Comm_create(ParallelDescriptor::Communicator(), ++ BL_MPI_REQUIRE( MPI_Comm_create(ParallelDescriptor::Communicator(), + team_grp, &m_Team.m_team_comm) ); + + std::vectorlead_ranks(m_Team.m_numTeams); +@@ -2129,7 +2121,7 @@ + lead_ranks[i] = i * team_size; + } + BL_MPI_REQUIRE( MPI_Group_incl(grp, lead_ranks.size(), &lead_ranks[0], &lead_grp) ); +- BL_MPI_REQUIRE( MPI_Comm_create(ParallelDescriptor::Communicator(), ++ BL_MPI_REQUIRE( MPI_Comm_create(ParallelDescriptor::Communicator(), + lead_grp, &m_Team.m_lead_comm) ); + + BL_MPI_REQUIRE( MPI_Group_free(&grp) ); diff --git a/packages/amrex/package.py b/packages/amrex/package.py new file mode 100644 index 0000000..a990876 --- /dev/null +++ b/packages/amrex/package.py @@ -0,0 +1,65 @@ +# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +import os + +from spack.package import * +from spack.pkg.builtin.amrex import Amrex as SpackAmrex + + +class Amrex(SpackAmrex): + + version("18.07", sha256="2e8d3a91c5d972e3cebb88d10c4c92112459c88c2342c5a63337f3110bdbff13") + + # Config options + variant( + "dimensions", + default="3", + values=("1", "2", "3"), + multi=False, + description="Dimensionality", + when="@18.07", + ) + + variant("fbaselib", default=False, description="Fbaselib", when="@18.07") + variant("fpe", default=False, description="FPE", when="@18.07") + + patch("AMReX_ParallelDescriptor.patch", when="@18.07+mpi") + + @when("@18.07") + def cmake_args(self): + args = [ + self.define_from_variant("DIM", "dimensions"), + self.define_from_variant("BUILD_SHARED_LIBS", "shared"), + self.define_from_variant("ENABLE_MPI", "mpi"), + self.define_from_variant("ENABLE_OMP", "openmp"), + self.define_from_variant("ENABLE_FORTRAN_INTERFACES", "fortran"), + self.define_from_variant("ENABLE_EB", "eb"), + self.define_from_variant("ENABLE_LINEAR_SOLVERS", "linear_solvers"), + self.define_from_variant("ENABLE_AMRDATA", "amrdata"), + self.define_from_variant("ENABLE_PARTICLES", "particles"), + self.define_from_variant("ENABLE_SUNDIALS", "sundials"), + self.define_from_variant("ENABLE_HDF5", "hdf5"), + self.define_from_variant("ENABLE_HYPRE", "hypre"), + self.define_from_variant("ENABLE_PETSC", "petsc"), + self.define_from_variant("ENABLE_CUDA", "cuda"), + self.define_from_variant("ENABLE_PIC", "pic"), + self.define_from_variant("ENABLE_FBASELIB", "fbaselib"), + self.define_from_variant("ENABLE_FPE", "fpe"), + "-DENABLE_DP=%s" % self.spec.variants["precision"].value.upper(), + "-DENABLE_DP_PARTICLES=%s" % self.spec.variants["precision"].value.upper(), + ] + + if "+linear_solvers" in self.spec: + args.append("-DENABLE_LINEAR_SOLVERS_LEGACY=1") + + if self.spec.satisfies("%fj"): + args.append("-DCMAKE_Fortran_MODDIR_FLAG=-M") + + if "+cuda" in self.spec: + cuda_arch = self.spec.variants["cuda_arch"].value + args.append("-DCUDA_ARCH=" + self.get_cuda_arch_string(cuda_arch)) + + return args diff --git a/packages/h5hut/package.py b/packages/h5hut/package.py new file mode 100644 index 0000000..956f547 --- /dev/null +++ b/packages/h5hut/package.py @@ -0,0 +1,13 @@ +# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + + +from spack.package import * +from spack.pkg.builtin.h5hut import H5hut as SpackH5hut + + +class H5hut(SpackH5hut): + + version("2.0.0rc6", sha256="980a5c634877265bd3a862fbd439d973d44be9c1d2f840c3635e8c6375d62d7e") diff --git a/packages/mithra/mithra-fPIC.patch b/packages/mithra/mithra-fPIC.patch new file mode 100644 index 0000000..3a42b8e --- /dev/null +++ b/packages/mithra/mithra-fPIC.patch @@ -0,0 +1,15 @@ +Common subdirectories: mithra-2.0.orig/doc and mithra-2.0/doc +diff -u mithra-2.0.orig/makefile mithra-2.0/makefile +--- mithra-2.0.orig/makefile 2020-09-29 14:50:06.000000000 +0200 ++++ mithra-2.0/makefile 2022-09-29 11:56:42.000000000 +0200 +@@ -1,6 +1,7 @@ + SHELL = /bin/sh + COMP = mpic++ + ++CFLAGS+=-fPIC + CFLAGS+=-std=c++11 + CFLAGS+=-O3 + +Only in mithra-2.0: obj +Common subdirectories: mithra-2.0.orig/prj and mithra-2.0/prj +Common subdirectories: mithra-2.0.orig/src and mithra-2.0/src diff --git a/packages/mithra/package.py b/packages/mithra/package.py new file mode 100644 index 0000000..75fa32b --- /dev/null +++ b/packages/mithra/package.py @@ -0,0 +1,31 @@ +# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack.package import * + + +class Mithra(MakefilePackage): + """MITHRA is a full-wave numerical solver for free-electron lasers""" + + homepage = "https://github.com/aryafallahi/mithra/tree/master" + url = "https://github.com/aryafallahi/mithra/archive/refs/tags/2.0.tar.gz" + + maintainers("germanne", "gsell") + + license("UNKNOWN") + + version("2.0", sha256="66f27ba6ca2c1ab05abb76338d00e661a6fe96b95283b85409c37625b4758deb") + + variant("mpi", default=True, description="Enable MPI support") + + depends_on("mpi", when="+mpi") + + conflicts("~mpi") + + def setup_build_environment(self, env): + env.set("PREFIX", prefix) + + def edit(self, spec, prefix): + pass diff --git a/packages/opal/AMReX-18.07.1.patch b/packages/opal/AMReX-18.07.1.patch new file mode 100644 index 0000000..0a57457 --- /dev/null +++ b/packages/opal/AMReX-18.07.1.patch @@ -0,0 +1,113 @@ +diff -bur amrex-18.07/Src/Base/AMReX_ParallelDescriptor.cpp amrex-18.07.1/Src/Base/AMReX_ParallelDescriptor.cpp +--- amrex-18.07/Src/Base/AMReX_ParallelDescriptor.cpp 2018-07-02 19:40:21 ++++ amrex-18.07.1/Src/Base/AMReX_ParallelDescriptor.cpp 2023-07-19 16:50:02 +@@ -1950,22 +1950,17 @@ + static MPI_Datatype mine(MPI_DATATYPE_NULL); + if ( mine == MPI_DATATYPE_NULL ) + { +- IntVect iv[2]; // Used to construct the data types +- MPI_Datatype types[] = { +- MPI_LB, +- MPI_INT, +- MPI_UB}; +- int blocklens[] = { 1, AMREX_SPACEDIM, 1}; +- MPI_Aint disp[3]; +- int n = 0; +- BL_MPI_REQUIRE( MPI_Address(&iv[0], &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].vect, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[1], &disp[n++]) ); +- for ( int i = n-1; i >= 0; i-- ) +- { +- disp[i] -= disp[0]; ++ MPI_Datatype types[] = { MPI_INT }; ++ int blocklens[] = { AMREX_SPACEDIM }; ++ MPI_Aint disp[] = { 0 }; ++ BL_MPI_REQUIRE( MPI_Type_create_struct(1, blocklens, disp, types, &mine) ); ++ MPI_Aint lb, extent; ++ BL_MPI_REQUIRE( MPI_Type_get_extent(mine, &lb, &extent) ); ++ if (extent != sizeof(IntVect)) { ++ MPI_Datatype tmp = mine; ++ BL_MPI_REQUIRE( MPI_Type_create_resized(tmp, 0, sizeof(IntVect), &mine) ); ++ BL_MPI_REQUIRE( MPI_Type_free(&tmp) ); + } +- BL_MPI_REQUIRE( MPI_Type_struct(n, blocklens, disp, types, &mine) ); + BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); + } + return mine; +@@ -1976,22 +1971,17 @@ + static MPI_Datatype mine(MPI_DATATYPE_NULL); + if ( mine == MPI_DATATYPE_NULL ) + { +- IndexType iv[2]; // Used to construct the data types +- MPI_Datatype types[] = { +- MPI_LB, +- MPI_UNSIGNED, +- MPI_UB}; +- int blocklens[] = { 1, 1, 1}; +- MPI_Aint disp[3]; +- int n = 0; +- BL_MPI_REQUIRE( MPI_Address(&iv[0], &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].itype, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[1], &disp[n++]) ); +- for ( int i = n-1; i >= 0; i-- ) +- { +- disp[i] -= disp[0]; ++ MPI_Datatype types[] = { MPI_UNSIGNED }; ++ int blocklens[] = { 1 }; ++ MPI_Aint disp[] = { 0 }; ++ BL_MPI_REQUIRE( MPI_Type_create_struct(1, blocklens, disp, types, &mine) ); ++ MPI_Aint lb, extent; ++ BL_MPI_REQUIRE( MPI_Type_get_extent(mine, &lb, &extent) ); ++ if (extent != sizeof(IndexType)) { ++ MPI_Datatype tmp = mine; ++ BL_MPI_REQUIRE( MPI_Type_create_resized(tmp, 0, sizeof(IndexType), &mine) ); ++ BL_MPI_REQUIRE( MPI_Type_free(&tmp) ); + } +- BL_MPI_REQUIRE( MPI_Type_struct(n, blocklens, disp, types, &mine) ); + BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); + } + return mine; +@@ -2002,26 +1992,28 @@ + static MPI_Datatype mine(MPI_DATATYPE_NULL); + if ( mine == MPI_DATATYPE_NULL ) + { +- Box iv[2]; // Used to construct the data types ++ Box bx[2]; + MPI_Datatype types[] = { +- MPI_LB, + Mpi_typemap::type(), + Mpi_typemap::type(), + Mpi_typemap::type(), +- MPI_UB}; +- int blocklens[] = { 1, 1, 1, 1, 1}; +- MPI_Aint disp[5]; +- int n = 0; +- BL_MPI_REQUIRE( MPI_Address(&iv[0], &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].smallend, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].bigend, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[0].btype, &disp[n++]) ); +- BL_MPI_REQUIRE( MPI_Address(&iv[1], &disp[n++]) ); +- for ( int i = n-1; i >= 0; i-- ) +- { +- disp[i] -= disp[0]; ++ }; ++ int blocklens[] = { 1, 1, 1 }; ++ MPI_Aint disp[3]; ++ BL_MPI_REQUIRE( MPI_Get_address(&bx[0].smallend, &disp[0]) ); ++ BL_MPI_REQUIRE( MPI_Get_address(&bx[0].bigend, &disp[1]) ); ++ BL_MPI_REQUIRE( MPI_Get_address(&bx[0].btype, &disp[2]) ); ++ disp[2] -= disp[0]; ++ disp[1] -= disp[0]; ++ disp[0] = 0; ++ BL_MPI_REQUIRE( MPI_Type_create_struct(3, blocklens, disp, types, &mine) ); ++ MPI_Aint lb, extent; ++ BL_MPI_REQUIRE( MPI_Type_get_extent(mine, &lb, &extent) ); ++ if (extent != sizeof(bx[0])) { ++ MPI_Datatype tmp = mine; ++ BL_MPI_REQUIRE( MPI_Type_create_resized(tmp, 0, sizeof(bx[0]), &mine) ); ++ BL_MPI_REQUIRE( MPI_Type_free(&tmp) ); + } +- BL_MPI_REQUIRE( MPI_Type_struct(n, blocklens, disp, types, &mine) ); + BL_MPI_REQUIRE( MPI_Type_commit( &mine ) ); + } + return mine; diff --git a/packages/opal/package.py b/packages/opal/package.py new file mode 100644 index 0000000..fa1dd07 --- /dev/null +++ b/packages/opal/package.py @@ -0,0 +1,121 @@ +# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack.package import * + + +class Opal(CMakePackage): + """OPAL (Object Oriented Parallel Accelerator Library) is a parallel open source tool for charged-particle optics in linear accelerators and rings, + including 3D space charge. Using the MAD language with extensions, OPAL can run on a laptop as well as on the largest high performance computing systems. + OPAL is built from the ground up as a parallel application exemplifying the fact that high performance computing is the third leg of science, + complementing theory and experiment.""" + + homepage = "https://amas.web.psi.ch/opal/Documentation/master/OPAL_Manual.html" + url = "https://gitlab.psi.ch/OPAL/src/-/archive/OPAL-2022.1.0/src-OPAL-2022.1.0.tar.gz" + git = "https://gitlab.psi.ch/OPAL/src.git" + + maintainers("germanne", "gsell") + + license("GPLv3") + + version('master', branch="master") + version("2022.1.0", sha256="31f6811032e9d5400169d28a8ae6c7dee2e4a803ee82e90584d31ff7a0a18d80") + + variant( + "build_type", + default="Release", + description="CMake build type", + values=("Debug", "Release", "RelWithDebInfo", "MinSizeRel"), + ) + variant("mpi", default=True, description="Enable MPI support") + variant("tests", default=True, description="Enable OPAL unit-tests") + variant("amr", default=True, description="Enable AMR solver") + variant("amr_mg_solver", default=True, description="Enable AMR multigrid solver") + variant("static", default=True, description="Enable MPI support") + variant("bandrf", default=True, description="Compile BANDRF field conversion scripts") + variant("static", default=True, description="Enable MPI support") + variant("opal_fel", default=True, description="Enable full-wave solver") + variant("saamg_solver", default=True, description="Enable SAAMG solver") + variant("python", default=True, description="Enable PyOPAL") + variant("mslang", default=True, description="Enable mslang") + variant("ippltests", default=True, description="Enable IPPL tests") + + depends_on("openblas") + depends_on("boost+chrono+filesystem+iostreams+regex+serialization+system+timer") + depends_on("boost+mpi", when="+mpi") + depends_on("boost+python", when="+python") + depends_on("python@3.0", when="+python") + depends_on( + "boost+mpi+chrono+filesystem+iostreams+regex+serialization+system+timer", when="+mpi" + ) + depends_on("gsl~shared") + + depends_on("h5hut+mpi", when="+mpi") + depends_on("h5hut~mpi", when="~mpi") + + depends_on( + "amrex@18.07 precision=double dimensions=3 +mpi~openmp+particles+pic~eb", + when="+amr+amr_mg_solver+mpi", + ) + depends_on("googletest@1.10.0:", when="+tests") + depends_on("mithra@2.0", when="+opal_fel") + depends_on( + "trilinos@12.0.1: cxxstd=17 +mpi+muelu+nox+zoltan+zoltan2+isorropia gotype=long", + when="+saamg_solver", + ) + depends_on( + "trilinos@12.0.1: cxxstd=17 +mpi+muelu+nox+zoltan+zoltan2+isorropia gotype=long", + when="+amr_mg_solver", + ) + depends_on("parmetis@4.0.3:", when="+saamg_solver") + depends_on("parmetis@4.0.3:", when="+amr_mg_solver") + + # @master + depends_on("h5hut@2.0.0rc6", when="@master") + depends_on("hdf5@1.10.11", when="@master") + depends_on("openmpi@4.1.6", when="@master+mpi") + depends_on("boost@1.84.0", when="@master+saamg_solver") + depends_on("trilinos@13.4.0:", when="@master+saamg_solver") + depends_on("trilinos@13.4.0:", when="@master+amr_mg_solver") + + # @2022.1%gcc@10.4.0 + depends_on("h5hut@2.0.0rc6", when="@2022.1") + depends_on("hdf5@1.10.8", when="@2022.1") + depends_on("openmpi@4.1.5", when="@2022.1+mpi") + depends_on("boost@1.82.0", when="@2022.1+saamg_solver") + depends_on("trilinos@13.4.0", when="@2022.1+saamg_solver") + depends_on("trilinos@13.4.0", when="@2022.1+amr_mg_solver") + + conflicts("~amr", "+amr_mg_solver") + + # AMRex version is too old for any newer Trilinos version + requires( + "^trilinos@13.4.0", + when="^amrex@18.07", + msg="AMRex version is too old for any newer Trilinos or GCC versions." + ) + + def cmake_args(self): + if "+mpi" in self.spec: + env["CC"] = self.spec["mpi"].mpicc + env["CXX"] = self.spec["mpi"].mpicxx + env["FC"] = self.spec["mpi"].mpifc + + if "+opal_fel" in self.spec: + env["MITHRA_PREFIX"] = self.spec["mithra"].prefix + + args = [ + self.define_from_variant("BUILD_OPAL_UNIT_TESTS", "tests"), + self.define_from_variant("ENABLE_AMR", "amr"), + self.define_from_variant("ENABLE_AMR_MG_SOLVER", "amr_mg_solver"), + self.define_from_variant("ENABLE_BANDRF", "bandrf"), + self.define_from_variant("USE_STATIC_LIBRARIES", "static"), + self.define_from_variant("ENABLE_OPAL_FEL", "opal_fel"), + self.define_from_variant("ENABLE_SAAMG_SOLVER", "saamg_solver"), + self.define_from_variant("BUILD_OPAL_PYTHON", "python"), + self.define_from_variant("ENABLE_IPPLTESTS", "ippltests"), + self.define_from_variant("ENABLE_MSLANG", "mslang"), + ] + return args