Installing dolfinx using spack

Dear community,

I have until now used dolfinx only via the docker images on my personal computer.
Now I have to use faculty cluster and hence tried installing dolfinx using spack from the instructions given here.

Following is the error I run into on my personal computer (the installation on cluster is for some reason unknown to me, very slow and I have not yet encountered this error).

Will you kindly let me know on how to fix this?
Thanks a lot.

1 error found in build log:
     34    -- Found boost_chrono 1.79.0 at /home/ampdes/spack/opt/spack/linux-ubuntu20.04-icelake/gcc-10.3.0/boost-1.79.0-2mcjachudtjagkpnq2bvbg4qqxfdk56w/lib/cmake/boost_chrono-1.79.0
     35    --   [x] libboost_chrono.so.1.79.0
     36    --   [ ] libboost_chrono.a
     37    -- Adding boost_chrono dependencies: headers
     38    -- Found Boost: /home/ampdes/spack/opt/spack/linux-ubuntu20.04-icelake/gcc-10.3.0/boost-1.79.0-2mcjachudtjagkpnq2bvbg4qqxfdk56w/lib/cmake/Boost-1.79.0/BoostConfig.cmake (found suitable versio
           n "1.79.0", minimum required is "1.70") found components: timer
     39    -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter
  >> 40    CMake Error at CMakeLists.txt:159 (find_package):
     41      Could not find a package configuration file provided by "Basix" with any of
     42      the following names:
     43    
     44        BasixConfig.cmake
     45        basix-config.cmake
     46    

See build log for details:
  /tmp/ampdes/spack-stage/spack-stage-fenics-dolfinx-0.5.0-cyqtndpxufej652wtaax7dxfcs5lu27z/spack-build-out.txt

==> Warning: Skipping build of py-fenics-dolfinx-0.5.0-tdcv4xehlidlrmeb7cknrgayhg57tcmg since fenics-dolfinx-0.5.0-cyqtndpxufej652wtaax7dxfcs5lu27z failed
==> Error: py-fenics-dolfinx-0.5.0-tdcv4xehlidlrmeb7cknrgayhg57tcmg: Package was not installed
==> Updating view at /home/ampdes/spack/var/spack/environments/fenicsx-env/.spack-env/view
==> Error: Installation request failed.  Refer to reported errors for failing package(s).

Did basix install correctly? Perhaps you were affected by this which has now been fixed.