mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -49,3 +49,4 @@ ompi_cv_fortran_kind_value_C_DOUBLE=8
|
||||
ompi_cv_fortran_kind_value_C_DOUBLE_COMPLEX=8
|
||||
ompi_cv_fortran_true_value=1
|
||||
ompi_cv_fortran_sizeof_type_test_mpi_handle_=4
|
||||
ompi_cv_fortran_alignment_type_test_mpi_handle_=4
|
||||
|
||||
@@ -58,3 +58,4 @@ ompi_cv_fortran_kind_value_0=0
|
||||
ompi_cv_real16_c_equiv=yes
|
||||
ompi_cv_fortran_true_value=1
|
||||
ompi_cv_fortran_sizeof_type_test_mpi_handle_=4
|
||||
ompi_cv_fortran_alignment_type_test_mpi_handle_=4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# From: https://www.open-mpi.org/software/ompi/v4.0/
|
||||
md5 e3da67df1e968c8798827e0e5fe9a510 openmpi-4.0.0.tar.bz2
|
||||
sha1 fee1d0287abfb150bae16957de342752c9bdd4e8 openmpi-4.0.0.tar.bz2
|
||||
md5 e3da67df1e968c8798827e0e5fe9a510 openmpi-4.0.0.tar.bz2
|
||||
sha1 fee1d0287abfb150bae16957de342752c9bdd4e8 openmpi-4.0.0.tar.bz2
|
||||
# Locally computed
|
||||
sha256 2f0b8a36cfeb7354b45dda3c5425ef8393c9b04115570b615213faaa3f97366b openmpi-4.0.0.tar.bz2
|
||||
sha256 8298a80ed5f09cfd007bae1c0e7d67d1c2810c6389876778dad070c31a691dac LICENSE
|
||||
sha256 2f0b8a36cfeb7354b45dda3c5425ef8393c9b04115570b615213faaa3f97366b openmpi-4.0.0.tar.bz2
|
||||
sha256 8298a80ed5f09cfd007bae1c0e7d67d1c2810c6389876778dad070c31a691dac LICENSE
|
||||
|
||||
@@ -11,7 +11,6 @@ OPENMPI_SOURCE = openmpi-$(OPENMPI_VERSION).tar.bz2
|
||||
OPENMPI_LICENSE = BSD-3-Clause
|
||||
OPENMPI_LICENSE_FILES = LICENSE
|
||||
OPENMPI_INSTALL_STAGING = YES
|
||||
OPENMPI_CONF_OPTS = --disable-vt
|
||||
|
||||
# Enabling Fortran support requires pre-seeding the configure script
|
||||
# with various values that cannot be guessed, so we provide cache
|
||||
|
||||
Reference in New Issue
Block a user