Skip to content

Commit a4f6595

Browse files
rename qucs-core to qucsator
1 parent 3406db1 commit a4f6595

File tree

565 files changed

+10
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

565 files changed

+10
-10
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ build_script:
7676
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/qucs && make -j2 install"
7777
- bash -lc "exec 0</dev/null && cd /c/qucs-win$MBITS/bin && ./qucs -v"
7878

79-
## Build Qucs-core and install
80-
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/qucs-core && ./bootstrap"
81-
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/qucs-core && ./configure --prefix=/c/qucs-win$MBITS --with-mkadms=/c/qucs-win$MBITS/bin/admsXml --disable-dependency-tracking"
82-
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/qucs-core && make -j2 install"
79+
## Build Qucsator and install
80+
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/qucsator && ./bootstrap"
81+
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/qucsator && ./configure --prefix=/c/qucs-win$MBITS --with-mkadms=/c/qucs-win$MBITS/bin/admsXml --disable-dependency-tracking"
82+
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/qucsator && make -j2 install"
8383
- bash -lc "exec 0</dev/null && cd /c/qucs-win$MBITS/bin && ./qucsator -v"
8484

8585
## Check

Makefile.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else
3131
DOC_SUBDIR =
3232
endif
3333

34-
SUBDIRS = qucs qucs-core $(DOC_SUBDIR)
34+
SUBDIRS = qucs qucsator $(DOC_SUBDIR)
3535

3636
EXTRA_DIST = bootstrap VERSION README.md NEWS.md CONTRIBUTING.md
3737

@@ -49,7 +49,7 @@ all-local:
4949
# Need to be on `script` section to raise error as failure
5050
# Use qucsator in-tree to generate gcov coverage for GCC (LINUX)
5151
#
52-
MORE_PATH=$(abs_top_builddir)/qucs/qucs:$(abs_top_builddir)/qucs-core/src:$(abs_top_builddir)/qucs-core/src/converter
52+
MORE_PATH=$(abs_top_builddir)/qucs/qucs:$(abs_top_builddir)/qucsator/src:$(abs_top_builddir)/qucsator/src/converter
5353

5454
if QUCS_TEST
5555
check-local: qucsatorcheck eqncheck qucscheck
@@ -74,13 +74,13 @@ qucscheck: $(PWD)/qucs-test
7474
# Run test on qucsator
7575
qucsatorcheck: $(PWD)/qucs-test
7676
$(QUCSTEST_ENV) \
77-
cd qucs-test && $(PYTHON) run.py --prefix $(abs_top_builddir)/qucs-core/src/ \
77+
cd qucs-test && $(PYTHON) run.py --prefix $(abs_top_builddir)/qucsator/src/ \
7878
--qucsator --exclude skip$(macossuffix).txt
7979

8080
# Run tests on Qucsator equation system
8181
eqncheck: $(PWD)/qucs-test
8282
$(QUCSTEST_ENV) \
83-
cd qucs-test && $(PYTHON) run_equations.py --prefix $(abs_top_builddir)/qucs-core/src/
83+
cd qucs-test && $(PYTHON) run_equations.py --prefix $(abs_top_builddir)/qucsator/src/
8484

8585
# BUG should not be necessary, but is.
8686
$(PWD)/qucs-test:
@@ -118,7 +118,7 @@ distclean-local:
118118
#- git checkout gh-pages ;
119119
#- git rm -r * ;
120120
#- mv ../qucs/contrib/doxygen/html/ qucs/ ;
121-
#- mv ../qucs-doc/doxygen/html/ qucs-core/ ;
121+
#- mv ../qucs-doc/doxygen/html/ qucsator/ ;
122122
#- git add --all . ;
123123
#- git commit -m "Auto-updating Doxygen developer documentation" ;
124124
#- git push https://${GH_TOKEN}@github.com/Qucs/qucs-doxygen gh-pages ;

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PYTHON=python
4646
AC_SUBST([PYTHON])
4747

4848
AC_CONFIG_SUBDIRS([qucs
49-
qucs-core])
49+
qucsator])
5050

5151
AS_IF([test -d "$srcdir/qucs-doc"],
5252
AC_CONFIG_SUBDIRS([qucs-doc])
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)