Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile SCTK #9

Open
anyi-mxh opened this issue Jun 27, 2023 · 1 comment
Open

compile SCTK #9

anyi-mxh opened this issue Jun 27, 2023 · 1 comment

Comments

@anyi-mxh
Copy link

Dear Developers,,

Following your tutorial, I am trying to compile SCTK

$ git clone https://gitlab.com/QEF/q-e.git -b qe-6.7MaX-Release
$ cd q-e
$ git clone https://github.com/mitsuaki1987/sctk.git -b sctk1.2.1-qe6.7
$ patch -p1 < sctk/patch.diff
$ ./configure
$ make pw ph pp
$ cd sctk
$ make

After executing the command patch - p1<sctk/patch. diff, I encountered some errors, as shown in the image.
屏幕截图 2023-06-26 215024

The command './configure' should have been successful because we have successfully compiled pw pp ph.
In the sctk folder, I executed the make command and got the following error.
error

Would you please let me know the reason behind these errors.
Thank you.
Best regards,
mxh

@mitsuaki1987
Copy link
Owner

Dear anyi-mxh

Sorry for my late reply.
This is my mistake in documentation.
The base QE version is not strictly QE 6.7 and slightly forward.
I fix docs and write it in readme.md as

$ git clone https://gitlab.com/QEF/q-e.git
$ cd q-e
$ git checkout 96cdd5ac6af9c060be392a95f14dbcbca5c1a890
$ git clone https://github.com/mitsuaki1987/sctk.git -b sctk1.2.1-qe6.7
$ patch -p1 < sctk/patch.diff

best regrads,
Mitsuaki Kawamura (ITC, U-Tokyo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants