Skip to content

Commit e469ecc

Browse files
committed
UbuntuCLI - phoronix: Comment out a missing dependency
1 parent b4a09c6 commit e469ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UbuntuCLI/optional_packages_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OPT_APT_PACKAGES=(
1919
# phoronix-test-suite dependencies
2020
php8.3 php-xml php8.3-xml
2121
php-gd php-bz2 php-sqlite3 php-curl
22-
mpicc libpopt-dev
22+
libpopt-dev # TODO mpicc
2323
)
2424

2525
time sudo apt-get install -y "${OPT_APT_PACKAGES[@]}"

0 commit comments

Comments
 (0)